/BungieAPIWrapper

A Python wrapper for the Bungie API using Pydantic for response parsing, containing both requests and aiohttp implementations.

Primary LanguagePythonMIT LicenseMIT

Bungie API Wrapper

A Python wrapper for the Bungie API utilizing Pydantic for response parsing and my API Framework for making requests.

Current Bungie API Version: 2.15.0

Note

This is still very much a work in progress, I would really recommend not using this in its current state. I will eventually release this as a PyPi package, I hope.

Disclaimer

The Bungie API is massive. Because of this, and with the fact that I am currently only testing endpoints with my own account, much of the API will not be fully typed correctly. I can only fix the issues I come across, after all.

In this regard, if you use this API wrapper and come across any issues with response parsing, please create an issue and show the errors that you came across. I can and will fix any issues I can.