Release 3.0.0
darthmaim opened this issue · 1 comments
darthmaim commented
Todo
- Implement new endpoints
- Add documentation for new endpoints
- /v2/pvp/amulets (#84)
- /v2/pets (#84)
- /v2/legends (#84)
- /v2/pvp/standings (#84)
- /v2/guild/:id/teams (#90)
- /v2/pvp/seasons (#84)
- /v2/guild/:id/stash (#90)
- /v2/guild/:id/treasury (#90)
- /v2/guild/:id/upgrades (#90)
- /v2/achievements/daily/tomorrow (#84)
- /v2/professions (#90)
-
MatchEndpoint::world($id)
(#72)
- Change method names of all
endpoint/:id/something
endpoints to somethingOf (#83)
Changelog
- Breaking: PvPEndpoint (
$api->pvp()
) is no longer authenticated. - Breaking: Method names for all
endpoint/:id/something
endpoints changed toendpoint()->somethingOf($id)
(#83) - New endpoints:
- Support for partial floor requests (#79)
- Support for getting the WvW match by world id (#72)
Thanks to @Neofox who did most of the work 👍
Neofox commented
Thanks to you for making this api wrapper! :)
But I'm not done yet :p