Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add world linking support to /v2/wvw/matches. #286

Merged
merged 2 commits into from Apr 20, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions v2/wvw/matches.json
Expand Up @@ -28,6 +28,11 @@
"blue" : 1002,
"green" : 1003
},
"all_worlds" : {
"red" : [ 1001, 1004 ],
"blue" : [ 1002 ],
"green" : [ 1003 ]
},
"maps" : [
{
"id" : 98,
Expand Down Expand Up @@ -83,3 +88,5 @@
// with /v1/guild_details.json.
// * Upgrades can be determined by checking last_flipped and claimed_at
// (since they'll be time-based at some point in the future).
// * ?world=X will always return the correct match, but the requested
// world may not be in match.worlds due to merges.