getcahoots / api

The RESTful API
http://cahoots.pw
MIT License
1 stars 0 forks source link

API: Find person by id #4

Closed akoenig closed 9 years ago

akoenig commented 9 years ago

We need a possibility for requesting a person by id.

An example:

GET /persons/66d09cdf-6726-4370-a364-65c4c2fc0608

should return a person object like:

{
    "name": "André König",
    "info": "http://andrekoenig.info"
}
akoenig commented 9 years ago

Done.