Skip to content

Instantly share code, notes, and snippets.

@woodhull
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woodhull/60c36f1b4ba1f94e4602 to your computer and use it in GitHub Desktop.
Save woodhull/60c36f1b4ba1f94e4602 to your computer and use it in GitHub Desktop.
JSONP Categories List API Endpoints
[
{
"category_name": "cats",
"category_count": 22,
"slug": "cats",
"url": "https://demo.controlshiftlabs.com/categories/cats.json"
},
{
"category_name": "mice",
"category_count": 16,
"slug": "mice",
"url": "https://demo.controlshiftlabs.com/categories/mice.json"
},
{
"category_name": "Oz",
"category_count": 2,
"slug": "oz",
"url": "https://demo.controlshiftlabs.com/categories/oz.json"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment