Project era inventory api: Difference between revisions
Jump to navigation
Jump to search
(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 difference)
|
Revision as of 06:55, 13 July 2020
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, when checking player information it will look something like this:
/api/<HMAC KEY>/players/:uuid
Authentication
Used to authenticate players.
POST /api/authenticate_session
- Accepts
- application/vnd.projectera.auth_session.v1+json
- Returns
- Redirection to player info
Players
Used to retrieve player information
Characters
Used to manage characters.
Items
Used to manage items.