Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add statistics and usage tracking #1

Open
Snuggle opened this issue Oct 4, 2017 · 0 comments
Open

Add statistics and usage tracking #1

Snuggle opened this issue Oct 4, 2017 · 0 comments

Comments

@Snuggle
Copy link
Owner

Snuggle commented Oct 4, 2017

Start tracking how many requests are made on each API key.

Perhaps turn verified_api_keys into a list of dictionaries in order to do this.

Example:
[{key: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxx', totalRequestsMade: '32', lifeTimeRequestsMade: '233', owner: 'Snuggle'}, {key: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxx', totalRequestsMade: '4', lifeTimeRequestsMade: '233', keyOwner: 'Shruggle'}]

@Snuggle Snuggle self-assigned this Oct 4, 2017
Snuggle pushed a commit that referenced this issue Dec 1, 2017
Just a few changes, mostly ToV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant