[API Suggestion] files => events
That would indeed be useful.
Add all the possible event icons to files.json: “event_boss”:{"file_id":X,“signature”:"X"}
Then add a field to event_names.json to identify which icon an event uses: {"id":“5FE0AE58-2C78-4E44-9386-FDFE8B8C6767”,“name”:“Defeat Wiggin the Wicked.”,“icon”:"event_boss"}
I suggest event_names.json instead of events.json because, like the event name, it’s something that only needs to be retrieved once, instead of being retrieved every time you check event statuses (which some apps do every 15 seconds).
Or just in event_details to keep event_names clean.
Lead Programmer
Feel free to make a suggestion thread for files you want to see in that API. The initial set is just a relatively random set that I picked as a proof of concept.
Feel free to make a suggestion thread for files you want to see in that API. The initial set is just a relatively random set that I picked as a proof of concept.
I’ve already created one ^.^
https://forum-en.gw2archive.eu/forum/community/api/API-Suggestion-Render-Service/first#post2621437
Or just in event_details to keep event_names clean.
Durr, forgot about event_details. That’s obviously the best location.