DestinyDevs / BungieNetPlatform

A community run wiki for the Bungie.net Platform APIs.
https://destinydevs.github.io/BungieNetPlatform/
MIT License
107 stars 12 forks source link

Response when Xur isn't available outdated. #1

Closed wpp closed 7 years ago

wpp commented 8 years ago

Hello!

Thanks so much for providing this documentation. Saved me a bunch of time!

I noticed however the example response when Xur isn't available is outdated. I'm actually getting:

{
  "ErrorCode":1627,
  "ThrottleSeconds":0,
  "ErrorStatus":"DestinyVendorNotFound",
  "Message":"The Vendor you requested was not found.",
  "MessageData":{}
}

from the API.

Since the README doesn't have a contributing section, I wasn't sure how to let you know about that. Happy weekend!

wpp commented 7 years ago

Since I didn't get a response till now I'm just going to close this.

lowlines commented 7 years ago

Oh sorry! I must have missed this issue! Most of the sample Request/Response sections will likely be in part or completely outdated since they require manually testing and logging the response data. At least 95% of the API docs are generated automatically with a script which is manually run every couple of weeks when Bungie.net run website updates. Most of the community developers I know just use the API Test Tool as it will return a live response from Bungie.net.

wpp commented 7 years ago

No worries and thanks for the tip.