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

https://github.com/baptadn/training-api

amazing api project
https://github.com/baptadn/training-api

Last synced: 26 days ago
JSON representation

amazing api project

Awesome Lists containing this project

README

          

API
==============

### `GET` /users/{userId}/places.{_format} ###

_Retrieves a user places_

#### Requirements ####

**_format**

- Requirement: json|xml|html
**userId**

### `POST` /users/{userId}/places.{_format} ###

_Create a user place_

#### Requirements ####

**_format**

- Requirement: json|xml|html
**userId**

### `DELETE` /users/{userId}/places/{placeId}.{_format} ###

_Delete a user place_

#### Requirements ####

**_format**

- Requirement: json|xml|html
**userId**

**placeId**