Skip to content

Commit

Permalink
Merge pull request #80 from glmn/master
Browse files Browse the repository at this point in the history
Switch to actual PUBG API domain
  • Loading branch information
ramonsaraiva authored Sep 11, 2019
2 parents 48f9967 + 1c61f94 commit fe35fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubg_python/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def request(self, endpoint):

class APIClient(Client):

BASE_URL = 'https://api.playbattlegrounds.com/'
BASE_URL = 'https://api.pubg.com/'

def __init__(self, api_key):
super().__init__()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(fname):

setup(
name='pubg-python',
version='0.11.1',
version='0.11.2',
description='A python wrapper for the PUBG developer API',
long_description=read('README.md'),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit fe35fc8

Please sign in to comment.