Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Account buildstorage #5

Open
0xLeif opened this issue Feb 9, 2020 · 1 comment
Open

Support Account buildstorage #5

0xLeif opened this issue Feb 9, 2020 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@0xLeif
Copy link
Owner

0xLeif commented Feb 9, 2020

https://wiki.guildwars2.com/wiki/API:2/account/buildstorage

@0xLeif 0xLeif added the enhancement New feature or request label Feb 9, 2020
@0xLeif
Copy link
Owner Author

0xLeif commented Feb 12, 2020

Receiving this:

HTTP/1.1 200 OK
Date: Wed, 12 Feb 2020 02:57:44 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 12
Connection: close
Cache-Control: private,max-age=3600
Content-Language: en
Expires: Wed, 12 Feb 2020 03:57:44 GMT
Server: Quaggans
X-Result-Total: 2
X-Result-Count: 2
Access-Control-Expose-Headers: X-Result-Total,X-Result-Count
X-Rate-Limit-Limit: 600
X-Content-Type-Options: nosniff
Access-Control-Allow-Origin: *
X-Powered-By: ARR/2.5
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload

[
  1,
  2
]

As to Expected:

The endpoint returns an array of objects, each representing a template slot in the build storage. The amount of templates is implied by the length of the array.
Each object contains the following:
name (string)
profession (string)
specializations (array of 3 objects)
id (number)
traits (array of 3 numbers) – The trait IDs
skills (number, optional)
heal (number)
utilities (array of 3 numbers) – The skill IDs
elite (number)
aquatic_skills (array, optional) – An array of item IDs for each rune or signet applied to the item.
heal (number)
utilities (array of 3 numbers) – The skill IDs
elite (number)
legends (array of 2 numbers, optional) – An array of legend.
aquatic_legends (array of 2 numbers, optional) – An array of legend.

@0xLeif 0xLeif self-assigned this Feb 12, 2020
@0xLeif 0xLeif added the bug Something isn't working label Feb 12, 2020
@0xLeif 0xLeif removed their assignment Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant