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 stats #125

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Add stats #125

wants to merge 14 commits into from

Conversation

ILYAGVC
Copy link
Contributor

@ILYAGVC ILYAGVC commented Nov 27, 2022

No description provided.

@@ -0,0 +1,27 @@
## User Collection Stats (BULK)
Copy link

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
Copy link

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

docs/account/stats/Leaderboard.md Outdated Show resolved Hide resolved
| - | - | - |
| https://statsproxy-public-service-live.ol.epicgames.com/statsproxy/api/statsv2/account/:accountId | `GET` | Yes |

## Parameters
Copy link

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"]
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants