Project era inventory api

From Delft Solutions
Revision as of 06:40, 16 July 2020 by Vincent (talk | contribs)
Jump to navigation Jump to search

Project ERA inventory 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 view and manage items.

Players

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 authenticate steam users and redirect to respective player info.