Nakama Storage API
Read, write, list, and delete storage objects.
Nakama Storage API is one of 11 APIs that Nakama publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Storage. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.
This API exposes 4 operations across 3 paths, and defines 11 schemas. It is described by OpenAPI 3.0.1, at version 2.0.
Requests are made against a single base URL, http://127.0.0.1:7350.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 2
Nakama Storage API declares
2 security schemes
for authenticating requests.
It accepts HTTP basic authentication (BasicAuth).
It accepts HTTP bearer tokens (JWT) (BearerAuth).
By default, every request must be authenticated.
BasicAuth— HTTP Basic auth using the server key as the username and an empty password. Guards the authenticate endpoints.BearerAuth— The JWT session token returned by an authenticate call, sent as Authorization: Bearer .
Paths & Operations 4
Across 3 paths, the API surfaces 4 operations — 1 GET, 1 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.
Read, write, list, and delete storage objects.
Schemas 11
The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are StorageObject (9 properties), WriteStorageObject (6 properties), StorageObjectAck (4 properties), ReadStorageObjectId (3 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Nakama 10
Other APIs Nakama publishes across the network.