Skip to content

Commit

Permalink
added /v2/regions
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher authored and darthmaim committed Apr 14, 2016
1 parent 2a36acc commit 443180d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions v2/regions/region.js
@@ -0,0 +1,10 @@
// GET /v2/regions/1
{
"id": 1,
"continent_id": 1,
"name": "Shiverpeak Mountains",
"label_coord": [19840, 13568],
"continent_rect": [[123, 456], [789, 1023]],
"maps": [26, 27, ...],
"floors": [-14, -13, ...]
}

0 comments on commit 443180d

Please sign in to comment.