https://github.com/robertdp/purescript-apiary-server
https://github.com/robertdp/purescript-apiary-server
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robertdp/purescript-apiary-server
- Owner: robertdp
- Created: 2019-12-23T03:34:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T12:55:08.000Z (over 3 years ago)
- Last Synced: 2025-07-07T03:11:02.141Z (12 months ago)
- Language: PureScript
- Size: 205 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# purescript-apiary-server
This is a small and very opinionated companion to [purescript-apiary](https://github.com/robertdp/purescript-apiary).
It does work, but is more of a prototype or an example implementation. Its basic parts are:
- routing (by exposing a minimal [find-my-way](https://github.com/delvedor/find-my-way) API)
- request decoding and response encoding (checked against Apiary endpoint specs)
For a trivial usage example, look in the `example/` folder.