Skip to content

Instantly share code, notes, and snippets.

@muit
Last active August 29, 2015 14:25
Show Gist options
  • Save muit/13cf2b2ab3a582d52acb to your computer and use it in GitHub Desktop.
Save muit/13cf2b2ab3a582d52acb to your computer and use it in GitHub Desktop.
WildBoard Dokify manifest
{
"update_rate": "00 00 00 * * *",
"provider": {
"name": "dokify",
"url": "https://dokify.net"
},
"sources": [
{
"name": "total-checkins-24hours",
"description": "The amount of checkins made in the last 24hours",
"url": "https://dokify.net/api/checkin?interval=P1D&count=total",
"type": "number",
"update_rate": "00 00 00 * * *"
},
{
"name": "total-valid-checkins-24hours",
"description": "The amount of valid checkins made in the last 24hours",
"url": "https://dokify.net/api/checkin?interval=P1D&count=valids",
"type": "number",
"update_rate": "00 00 00 * * *"
},
{
"name": "total-wrong-checkins-24hours",
"description": "The amount of wrong checkins made in the last 24hours",
"url": "https://dokify.net/api/checkin?interval=P1D&count=wrongs",
"type": "number",
"update_rate": "00 00 00 * * *"
}
],
"auth":{
"type": "oauth2",
"oauth2": {
"authorization_url": "https://dokify.net/oauth",
"token_url": "https://dokify.net/oauth/access_token"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment