gw2api icon indicating copy to clipboard operation
gw2api copied to clipboard

Wrapper for the Guild Wars 2 API in PHP

Results 6 gw2api issues
Sort by recently updated
recently updated
newest added

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