apoch on master
/v2/pvp/seasons: add .ranks. Merge pull request #535 from ar… (compare)
apoch on master
add missing name tag to /v2/rac… Merge pull request #609 from Th… (compare)
/v2/guild/:id/members
and /v2/guild/:id/ranks
I left the name as an identifier out on purpose.
a) It can change and that would invalidate the request
b) Back in the day that was a suitable method, since there was no way to actually get the Id of the guild. Now you can discover all guilds via v2/guilds/
And I didn't know about those two sub endpoints since I havn't really looked at the v2/guilds
endpoint in a while. Problem with those is, that it's authenticated and you'll need a suitable API key for that. My initial intention was to provide outside members with a person they can talk to for recruitment.
.Basic {
border: solid 2px #000000;
}
.Fine {
border: solid 2px #62A4DA;
}
.Masterwork {
border: solid 2px #1a9306;
}
.Rare {
border: solid 2px #FCD00B;
}
.Exotic {
border: solid 2px #FFA405;
}
.Ascended {
border: solid 2px #FB3E8D;
}
.Legendary {
border: solid 2px #4C139D;
}