Getting a Single Category
GET /category/:category_id Arguments category_id Required ID of the category you're trying to GET Example response: { "category": Category }
Updated
by Taylor Sloane
GET /category/:category_id
Arguments | |
category_id | ID of the category you're trying to GET |
Example response:
{
"category": Category
}
How did we do?
Getting Categories
The Category Object