Bungie
Connector for the bungie API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://www.bungie.net/Platform - Auth:
header:X-API-Key(pass your key via theapiKeyinput)
Operations
app_getapplicationapiusage— GET /App/ApiUsage/{applicationId}/ — Get API usage by application for time frame specified. You can go as far back asapp_getbungieapplications— GET /App/FirstParty/ — Get list of applications created by Bungie.communitycontent_getcommunitycontent— GET /CommunityContent/Get/{sort}/{mediaFilter}/{page}/ — Returns community content.content_getcontentbyid— GET /Content/GetContentById/{id}/{locale}/ — Returns a content item referenced by idcontent_getcontentbytagandtype— GET /Content/GetContentByTagAndType/{tag}/{type}/{locale}/ — Returns the newest item that matches a given tag and Content Type.content_getcontenttype— GET /Content/GetContentType/{type}/ — Gets an object describing a particular variant of content.
Inputs
apiKey— your bungie API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: app_getapplicationapiusage
apiKey: <your key>