I would like to add 'session' data to the player (v2 API)
Closed this issue · 0 comments
johnsturgeon commented
Version 2 of the API has 'session' data that I would also like to add to the player class
https://tracker.gg/developers/docs/titles/apex
I was thinking of creating a new 'session' class (similar to Legend) and add a method to the player to 'get_sessions' which would pull from the API
https://public-api.tracker.gg/v2/apex/standard/profile/{platform}/{platformUserIdentifier}/sessions
to get the matches played, etc...