-
Notifications
You must be signed in to change notification settings - Fork 76
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 stats #125
base: master
Are you sure you want to change the base?
Add stats #125
Conversation
@@ -0,0 +1,27 @@ | |||
## User Collection Stats (BULK) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think i would merge this with the regular stats bulk endpoint, with category
as an optional query param
|
||
``startDate``: 0 (for alltime) or set for custom time-window | ||
|
||
``endDate``: 9223372036854775807 (for alltime) or set for custom time-window |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wouldn't leaving out the endDate
mean alltime?
i think it should also be documented what format those numbers have
| - | - | - | | ||
| https://statsproxy-public-service-live.ol.epicgames.com/statsproxy/api/statsv2/account/:accountId | `GET` | Yes | | ||
|
||
## Parameters |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
startDate
and endDate
are missing here
"startDate": 0, | ||
"endDate": 9223372036854775807, | ||
"owners": ["accountId"], | ||
"stats": ["s22_social_bp_level"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stats could be any stats key. you should probably put in a placeholder value and document it below
} | ||
``` | ||
|
||
## Parameters |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
startDate
and endDate
should be documented aswell
No description provided.