Last active
August 29, 2015 14:25
-
-
Save muit/13cf2b2ab3a582d52acb to your computer and use it in GitHub Desktop.
WildBoard Dokify manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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