An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

ring.middleware.jsonapi
====

A simple Ring's middleware that generates JSON API response.

[![CircleCI](https://circleci.com/gh/druids/ring.middleware.jsonapi.svg?style=svg)](https://circleci.com/gh/druids/ring.middleware.jsonapi)
[![Dependencies Status](https://jarkeeper.com/druids/ring.middleware.jsonapi/status.png)](https://jarkeeper.com/druids/ring.middleware.jsonapi)
[![License](https://img.shields.io/badge/MIT-Clause-blue.svg)](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 `#`