Skip to main content

API 1 - Swagger OptiMap

OptiMap Restful API (v1)

Download OpenAPI specification:Download

OptiMap Restful API

OptiMap

Data from the Realtime Database is read using the HTTP GET request to an endpoint.

path Parameters
Username
required
string
Example: curl 'https://OptiMap.firebaseio.com/users/george/name.json'

Get user's account information

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Data is written to the database using the HTTP PUT request.

path Parameters
Username
required
string
Example: george23@gmail.com

Input array with Username and Password into name.json

Responses

Saving Coords

path Parameters
Username
required
string
Example: george23@gmail.com

Username of player

required
Array of objects (OptiCoords)

Coordinates

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Data in the database is updated using the PATCH request.

path Parameters
Username
required
string
Example: curl PATCH '{"password":"abc12345^^!"}'

Username of Account

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Deletion of user account

path Parameters
Username
required
string
Example: george23@gmail.com

Username of player

Responses