Skip to content

Instantly share code, notes, and snippets.

@BernardGatt
Created July 13, 2019 14:20
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 BernardGatt/0d02f11a61a06dc792e652af0e7fceaa to your computer and use it in GitHub Desktop.
Save BernardGatt/0d02f11a61a06dc792e652af0e7fceaa to your computer and use it in GitHub Desktop.
Data Definition
{
"version": 1,
"engineVersion": 1,
"name": "getTopics",
"method": "GET",
"endpoint": "http://api.bourbon.sh/news/{userId}/topics",
"requestHeaders": {
"Authorization": "Bearer {jwtToken}"
},
"requestBody": {},
"caching": {
"age": 3600,
"key": ["{userId}", "topics"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment