ramonsaraiva / pubg-python

A python wrapper for the PUBG developer API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add new exception for wrong player_names

glmn opened this issue · comments

There are IGN restrictions that i found in PUBG official forum - link

  • Player nicknames must start with a letter.
  • Player nicknames must contain between 4 to 16 characters.
  • Use only letters (a-z, A-Z), digits (0-9), dashes (-), and underscores (_).

To prevent extra API requests with wrong player_names filter in players endpoint we can add new exception WrongIGNError for PC shards