Skip to content

v1.0.0

Compare
Choose a tag to compare
@alexanderwe alexanderwe released this 19 Jan 11:39
· 11 commits to master since this release

Added

  • New structure for method calls to emphasise the different resources they are accessing
traveler.destiny2.<method> // for Destiny2 resources
traveler.oauth.<method> // for  OAuth resources
traveler.user.<method> // for Bungie user resources
traveler.global.<method> // for Bungie.net global resources

Fixed

  • #42 Manifest JSON download
  • #41 Oauth token as parameter instead of completely new object
  • #38 New way to call the endpoints