Skip to main content

Battle.net REST API Connections

Project description

BattleNet Clients

BattleNet Clients provide a uniform interface for Blizzard's Battle.net Developer Rest Application Programming Interface (BNET Rest API)

Installation

Windows, OS X & Linux:

pip install battlenet_client

Clone

Clone the latest version: https://gitlab.com/battlenet1/battlenet-client.git

Usage Example

# client_id and client_secret found in your battle.net developer account 
from battlenet_client import BattlenetClient
client = BattleNetClient('us', 'enus', client_id='<client_id>', client_secret='<client_secret>')
client.get('data/wow/playable-class/1', locale='en_US', namespace='static-us')

For more information, please the wiki

Note: This package is a dependency of my other Battle.net REST API packages

Release History

0.0.3

  • Further reorganization
  • Cleaned up handling of the locality string
  • Added capability for handling of re-releases (Example: WoW Classic)

0.0.2

  • Reorganization of code

0.0.1

  • Initial release

Meta

David "Gahd" Couples – @gahdaniagahdania@gahd.io

Distributed under the GPL v3+ license. See LICENSE for more information.

Battle.net Client on Gitlab

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

battlenet_client-1.2.0a4.tar.gz (18.5 kB view hashes)

Uploaded Source

Built Distribution

battlenet_client-1.2.0a4-py3-none-any.whl (27.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page