You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/APIContract.md
+25-13Lines changed: 25 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,22 @@ The base URL for an API should be: _baseURL_/_apiVersion_/ meaning even somethin
9
9
In order to provide a consistent API a metadata endpoint should be provided under _baseURL_/.well-known/pathofbuilding this endpoint should provide information about the API and the version of the API.
10
10
Furthermore this may allow having custom endpoints for the API.
@@ -43,19 +55,19 @@ Furthermore this may allow having custom endpoints for the API.
43
55
44
56
##### League
45
57
46
-
The values should be matching what Grinding Gear Games will be using for the teaser part of the website, such as: _https://www.pathofexile.com/settlers_ or _https://www.pathofexile.com/affliction_. This allows for easier mapping of the data as neither PoB nor the API will be required to wait for either party.
58
+
These values will just be the base patch version for the league.
47
59
48
60
These links are generally available via poewiki see: https://www.poewiki.net/wiki/Necropolis_league_Official Page_.
0 commit comments