Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juplutonic/mongo-sinatra-books

api
https://github.com/juplutonic/mongo-sinatra-books

mongo rspec sinatra

Last synced: 1 day ago
JSON representation

api

Awesome Lists containing this project

README

        

```bash
curl -s -H "Content-Type: application/json" \
-XPOST http://localhost:5100/api/v1/booksn \
--data '{"title":"2061: Odyssey Three", "author":"Arthur C. Clarke", "isbn":"0345358791"}'
```
`201 Created`

Run RSpec tests to see what all verbs are workring.