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

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.

Awesome Lists containing this project

README

          

# cocktails-api

[![Build Status](https://travis-ci.org/jledentu/cocktails-api.svg?branch=develop)](https://travis-ci.org/jledentu/cocktails-api) [![Dependency Status](https://david-dm.org/jledentu/cocktails-api.svg)](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.