Skip to main content

Python module created to integrate your Python project with the Blizzard API

Reason this release was yanked:

Bug

Project description

Python - NDEV Blizzard API

Integration developed in Python to connect the Blizzard API.

Author

Support / Feedback

For support / feedback, send email for contato@natanael.dev.br.

Reference

API Documentation

Settings

Parameter Type Description
client_id string Required. Check Blizzard's documentation for more information.
client_secret string Required. Check Blizzard's documentation for more information.

Instalation

  pip install python-ndev-blizzardapi

Usage Example

  from blizzardAPI import BlizzardAPI
  
  api = BlizzardAPI(client_id, client_secret)
  api.bnet.oauth.get_user_info("us","imagine_token_here")

Battle.Net API

Python API URL API Name
api.bnet.oauth.get_user_info(region, access_token) /oauth/userinfo User Info (param)
api.bnet.oauth.get_token_validation(region, access_token) /oauth/check_token Token Validation (GET)

Documentation

Read the Docs

Project details


Download files

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

Source Distribution

python-ndev-blizzardapi-0.0.4.tar.gz (3.9 kB view hashes)

Uploaded Source

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