Using bungie_sdk with bungie.net

Ruby integration

Install
gem install bungie_sdk
Quick start
require 'bungie_sdk'

client = BungieSdk::Client.new(api_key: "YOUR_API_KEY")
Get the common settings used by the Bungie.Net environment.
curl \
  -H "X-API-Key: $API_KEY" \
  https://www.bungie.net/Platform/Settings/
Gets any active global alert for display in the forum banners, help pages, et…
curl \
  -H "X-API-Key: $API_KEY" \
  https://www.bungie.net/Platform/GlobalAlerts/
Get list of applications created by Bungie.
curl \
  -H "X-API-Key: $API_KEY" \
  https://www.bungie.net/Platform/App/FirstParty/
SDK on GitHub 📄 API Docs
SDK
bungie_sdk
Ruby
API
bungie.net
bungie.net
At a glance
Language Ruby
Endpoints134
Base URLhttps://www.bungie.net/Platform