18 stable releases

2.1.5 Mar 18, 2024
2.1.4 Dec 13, 2023
2.1.3 Sep 27, 2023
2.0.5 Apr 5, 2023
1.2.0 Jul 31, 2022

#162 in Game dev

Download history 1/week @ 2024-02-13 18/week @ 2024-02-20 11/week @ 2024-02-27 1/week @ 2024-03-05 89/week @ 2024-03-12 65/week @ 2024-03-19 21/week @ 2024-03-26 54/week @ 2024-04-02

230 downloads per month
Used in gw2lib

MIT/Apache

76KB
2.5K SLoC

Model

Breaking Changes

This package mostly follows semver. Patches will be released in the following format:

  • x.*.* Breaking change that also requires a new version of gw2lib
    • updates automatically when updating gw2lib
  • *.x.* Breaking change that is required because of api changes
    • updates automatically with cargo update
  • *.*.x New endpoint/non-breaking change
    • updates automatically with cargo update

Endpoints

An endpoint gets marked as completed once it's mapped out and a small test runs in CI.

Please do help out mapping the API! All you need to do is create the necessary struct and quickly implement 2 traits. If you need help, feel free to reach out. You don't even need to fork this library to test your struct!

Example commit adding an endpoint: bcb0bd3

Last update: 2024/03/09

  • achievements
    • achievements
      • daily
        • tomorrow
      • groups
      • categories
  • authenticated
    • account
      • achievements
      • bank
      • dailycrafting
      • dungeons
      • dyes
      • finishers
      • inventory
      • gliders
      • home
        • cats
        • nodes
      • inventory
      • luck
      • mailcarries
      • mapchests
      • masteries
      • mastery
        • points
      • materials
      • minis
      • mounts
        • skins
        • types
      • outfits
      • pvp
        • heroes
      • raids
      • recipes
      • skins
      • titles
      • wallet
      • worldbosses
    • characters
      • :id
        • backstory
        • core
        • crafting
        • equipment
        • heropoints
        • inventory
        • recipes
        • sab
        • skills
        • specializations
        • training
    • commerce
      • delivery
      • transactions
    • pvp
      • stats
      • games
      • standings
    • tokeninfo
  • daily rewards
    • dailycrafting
    • mapchests
    • worldbosses
  • game mechanics
    • masteries
    • mounts
      • skins
      • types
    • outfits
    • pets
    • professions
    • races
    • specializations
    • skills
    • traits
    • legends
  • guild
    • guild
      • :id
      • permissions
      • search
      • upgrades
    • emblem
  • guild authenticated
    • guild
      • :id
        • log
        • members
        • ranks
        • stash
        • treasury
        • teams
        • upgrades
  • home instance
    • home
      • cats
      • nodes
  • items
    • finishers
    • items
    • itemstats
    • materials
    • pvp
      • amulets
    • recipes
      • search
    • skins
  • map information
    • continents
    • maps
  • Miscellaneous
    • build
    • colors
    • currencies
    • dungeons
    • files
    • quaggans
    • minis
    • raids
    • titles
    • worlds
  • Story
    • backstory
      • answers
      • questions
    • stories
      • seasons
  • sPvP
    • pvp
      • ranks
      • seasons
        • leaderboards
  • trading post
    • commerce
      • listings
      • exchange
        • coins
        • gems
      • prices
  • world v world
    • wvw
      • abilities
      • matches
      • objectives
      • ranks
      • upgrades

Dependencies

~0.5–1MB
~25K SLoC