http://localhost:8081
GET /rmbtests/books
An author's full name
Example:
Mary Roach
The date released for the first time in the US
Example:
1984-07-10
Score
Example:
1
Average rating (1-5) submitted by users
Example:
3.14
Example:
2
Example:
0321736079?
Example:
false
facets to return in the collection result set, can be suffixed by a count of facet values to return, for example, patronGroup:10 default to top 5 facet values
Media type: application/json
Example:
{
"data": {
"id": "SbBGk",
"title": "Stiff: The Curious Lives of Human Cadavers",
"description": "aaaaaa",
"genre": "science",
"author": "Mary Roach",
"link": "http://e-bookmobile.com/books/Stiff"
},
"success": true,
"status": 200,
"metadata": {
"createdDate": "2017-04-01T23:11:00.000Z",
"createdByUserId": "dee12548-9cee-45fa-bbae-675c1cc0ce3b"
}
}
PUT /rmbtests/books
Token giving you permission to make call
POST /rmbtests/books
Media type: application/json
Media type: application/json
Type: any
Example:
{
"data": {
"title": "ABCDEFGHIJKLMNOPQ",
"description": "string",
"genre": "ABCDEFGHIJKLMNOPQRSTUVWXYZAB",
"author": "ABCDE",
"link": "ABCDEFGHIJ",
"id": "ABCDEFGH",
"datetime": {
"$date": "ABCD"
}
},
"success": false,
"status": 165,
"id": "ABCDEFGHIJKLMNOPQRSTUVWX",
"image": "ABCDEFGHIJKLMNOPQRSTUVWX"
}
POST /rmbtests/test
GET /rmbtests/test
Preflight CORS for /rmbtests/test
OPTIONS /rmbtests/test
Return with appropriate CORS headers