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 1 month 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-30T07:15:42.000Z (about 10 years ago)
- Last Synced: 2025-03-24T09:47:08.556Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 294 KB
- Stars: 18
- Watchers: 1
- 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