Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jiren/api_template

API development starter template with api versioning and api key authentication
https://github.com/jiren/api_template

Last synced: about 2 months ago
JSON representation

API development starter template with api versioning and api key authentication

Awesome Lists containing this project

README

        

## API Template

* API versioning using url(https://github.com/jiren/api_template/edit/master/README.rdoc)

i.e
http://api.test.com/v1/events

* API versioning using mine type by passing `Accept` header `application/vnd.apitemplate.com.v1+json`

https://github.com/jiren/api_template/tree/mime_versioning

* Sample client code

https://github.com/jiren/api_template/tree/mime_versioning/api_client