Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jiren/api_template
- Owner: jiren
- Created: 2014-03-27T13:32:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-30T07:15:42.000Z (over 9 years ago)
- Last Synced: 2023-03-13T03:05:54.005Z (almost 2 years ago)
- Language: Ruby
- Homepage:
- Size: 294 KB
- Stars: 19
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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