-
Notifications
You must be signed in to change notification settings - Fork 8
Player
Martin Sileno edited this page Apr 25, 2018
·
3 revisions
Corresponding resource: https://documentation.playbattlegrounds.com/en/players.html
- id
- name
- matchIds a list of match IDs (strings)
-
[static] get retrieves and return a
Player
from API given an ID -
[static] filterById retrieves and return a list of
Player
from API given a list of IDs -
[static] filterByName retrieves and return a list of
Player
from API given a list of Names
All the static methods' first argument is a PubgAPI instance.