https://github.com/druids/ring.middleware.jsonapi
A simple Ring's middleware that generates JSON API response
https://github.com/druids/ring.middleware.jsonapi
Last synced: about 1 year ago
JSON representation
A simple Ring's middleware that generates JSON API response
- Host: GitHub
- URL: https://github.com/druids/ring.middleware.jsonapi
- Owner: druids
- License: mit
- Created: 2019-01-24T12:26:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T10:51:48.000Z (about 7 years ago)
- Last Synced: 2025-07-06T08:02:07.638Z (about 1 year ago)
- Language: Clojure
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
ring.middleware.jsonapi
====
A simple Ring's middleware that generates JSON API response.
[](https://circleci.com/gh/druids/ring.middleware.jsonapi)
[](https://jarkeeper.com/druids/ring.middleware.jsonapi)
[](https://opensource.org/licenses/MIT)
Leiningen/Boot
--------------
```clojure
[ring.middleware.jsonapi "0.2.0"]
```
Documentation
-------------
Contribution
------------
### Conventions
* Please follow coding style defined by [`.editorconfig`](http://editorconfig.org)
and [The Clojure Style Guide](https://github.com/bbatsov/clojure-style-guide)
* Write [good commit messages](https://chris.beams.io/posts/git-commit/)
and provide an issue ID in a commit message prefixed by `#`