GW2Treasures/gw2api

Release 3.0.0

darthmaim opened this issue · 1 comments

Todo

  • Implement new endpoints
    • /v2/pvp/amulets (#73)
    • /v2/pets (#74)
    • /v2/legends (#74)
    • /v2/pvp/standings (#75)
    • /v2/guild/:id/teams (#76)
    • /v2/pvp/seasons (#77)
    • /v2/guild/:id/stash (#78)
    • /v2/guild/:id/treasury (#78)
    • /v2/guild/:id/upgrades (#80)
    • /v2/achievements/daily/tomorrow (#82)
    • /v2/professions (#86)
  • 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 to endpoint()->somethingOf($id) (#83)
  • New endpoints:
    • /v2/pvp/amulets (#73)
    • /v2/pets (#74)
    • /v2/legends (#74)
    • /v2/pvp/standings (#75)
    • /v2/guild/:id/teams (#76)
    • /v2/pvp/seasons (#77)
    • /v2/guild/:id/stash (#78)
    • /v2/guild/:id/treasury (#78)
    • /v2/guild/:id/upgrades (#80)
    • /v2/achievements/daily/tomorrow (#82)
    • /v2/professions (#86)
  • 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 👍

Thanks to you for making this api wrapper! :)
But I'm not done yet :p