https://github.com/jledentu/cocktails-api
An example of REST JSON API developed with Sails.js, which provides cocktails data.
https://github.com/jledentu/cocktails-api
rest-api sailsjs
Last synced: 8 months ago
JSON representation
An example of REST JSON API developed with Sails.js, which provides cocktails data.
- Host: GitHub
- URL: https://github.com/jledentu/cocktails-api
- Owner: jledentu
- Created: 2015-11-17T21:37:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T07:11:39.000Z (about 9 years ago)
- Last Synced: 2025-01-24T10:47:39.737Z (over 1 year ago)
- Topics: rest-api, sailsjs
- Language: JavaScript
- Homepage:
- Size: 177 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cocktails-api
[](https://travis-ci.org/jledentu/cocktails-api) [](https://david-dm.org/jledentu/cocktails-api)
This REST API provides cocktails recipes.
## Cocktails
```
GET /cocktails
```
Returns all cocktails data.
## Categories
```
GET /categories
```
Returns all categories data.
## Ingredients
```
GET /ingredients
```
Returns all ingredients data.