Fake Better API API documentation version 1.0.0
http://api.betterapis.com/
Fake Better API
This is a basic example API for our talk at http://betterapis.com.
/foo
get
put
post
get /foo
Query Parameters
- limit: (integer - default: 10)
maximum number of foo to return
HTTP status code 200
List all foo
Body
Type: application/json
Schema:
{
"type": "array",
"items": {
"id": "Foo",
"title": "Foo",
"description": "An example type of object",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"score": {
"type": "integer",
"format": "int32"
}
}
}
}