darthmaim

Results 29 issues of darthmaim

Show the different tiers of a rune or sigil, highlighting the current one: [Minor Rune of Perplexity](http://en.gw2treasures.de/item/44959) » **[Major Rune of Perplexity](http://en.gw2treasures.de/item/44958)** » [Superior Rune of Perplexity](http://en.gw2treasures.de/item/44957) The best way...

topic: items

- [x] Load dyes from API - [ ] Overview page with some statistics (see https://kulinda.github.io/dyes/ -> https://github.com/kulinda/dyes/ for example)

topic: colors

Add a page that makes suggestions on how to clean up your inventory like https://gw.zweistein.cz/gw2stacks/ Attached is the source code of that website in case it becomes unavailable in the...

topic: tools
topic: items

https://api.guildwars2.com/v2/items/79477 ```js { "upgrades_into": [ { "upgrade": "Infusion", "item_id": 79460 } ], "upgrades_from": [ { "upgrade": "Attunement", "item_id": 79446 } ] } ```

topic: items

This PR removes the $apiKey from the specific endpoint implementation. Everything is handled by the AuthenticatedEndpoint trait now. The API key can be set in a parent endpoint and is...

enhancement

New API endpoints: - /v2/jadebots: https://wiki.guildwars2.com/wiki/API:2/jadebots - /v2/account/jadebots: https://wiki.guildwars2.com/wiki/API:2/account/jadebots - /v2/skiffs: https://wiki.guildwars2.com/wiki/API:2/skiffs - /v2/account/skiffs: https://wiki.guildwars2.com/wiki/API:2/account/skiffs

new endpoint

Add new interfaces `DailyReset` and `WeeklyReset` and a new Handler that returns `[]` for those endpoints if the endpoints were last modified before the last reset. This avoids stale data.

enhancement
waiting for api