Skip to content

Instantly share code, notes, and snippets.

@bradhilton
Last active April 11, 2016 16:27
Show Gist options
  • Save bradhilton/3fe94cd9578336d4540be8ec1b5561a6 to your computer and use it in GitHub Desktop.
Save bradhilton/3fe94cd9578336d4540be8ec1b5561a6 to your computer and use it in GitHub Desktop.
GET /card_catalog/categories?depth=full // Gets full category heirarchy. Takes a few seconds. Would be nice if it were cached.
GET /card_catalog/cards?category={category_id} // Only returns 20 cards. Would like all cards for standard catalog categories.
Either cache all cards for a given category or cache all catalog cards with category ids included.
If the category type is CAT then we should cache it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment