arenanet / api-cdi

Collaborative Development Initiative for Public APIs
253 stars 41 forks source link

Missing endpoints in endpoint list #69

Closed darthmaim closed 9 years ago

darthmaim commented 9 years ago

/v2/specializations on https://api.guildwars2.com/v2 is missing, /v2/characters/:id/equipment and /v2/characters/:id/inventory are also still marked as disabled, and even though /v2/traits-beta is just a beta, it should probably also be there (or at least the disabled /v2/traits).

I guess that is still this (source):

[...] there's a bug in the API enumeration that incorrectly and unconditionally lists the characters inventory/equipment endpoints as disabled. We'll look to fix that at some point in the future so it shows the status of those endpoints properly.

Eearslya commented 9 years ago

...Sorry, I completely misread what this issue was about. Ignore me, carry on.

lye commented 9 years ago

Ah yeah, I totally forgot about this. I've been neglecting that meta-endpoint for awhile.

lye commented 9 years ago

Should be fixed.