arenanet / api-cdi

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

Add `unlock_items` to /v2/mounts #644

Open queicherius opened 5 years ago

queicherius commented 5 years ago

Analogue to e.g. /v2/mailcarriers:

{
  "id": 1,
  "unlock_items": [68102],
  ...
}

it would be very helpful to have the unlock_items for mounts, e.g. to calculate the price based on the unlock item.


Similar ticket, if you are working on this: #543