58
edits
(Created page with "== Project ERA inventory API == This page describes interaction with the API. === Signed URLs === Some resources get signed with an HMAC for additional security, for example,...") |
No edit summary |
||
| Line 2: | Line 2: | ||
This page describes interaction with the API. | This page describes interaction with the API. | ||
=== | === Configuration === | ||
Main source for API traversal, lists the resources available to the current (authenticated) user. | |||
=== Buildings === | |||
used to view and interact with buildings | |||
=== Characters === | |||
Used to view and manage characters | |||
=== | === Items === | ||
Used to | Used to view and manage items. | ||
=== Players === | === Players === | ||
Used to retrieve player information | Used to retrieve player information | ||
=== | === Addition Information === | ||
Some additional information regarding the API | |||
==== Signed URLs ==== | |||
Some resources get signed with an HMAC for additional security, for example, when checking player information it will look something like this: | |||
/api/<HMAC KEY>/players/:uuid | |||
=== | ==== Steam Authentication ==== | ||
Used to | Used to authenticate steam users and redirect to respective player info. | ||
edits