@volorio/games-node
v0.2.1
Published
Server-side Volorio Games client for game catalog, session, token, and leaderboard control-plane APIs.
Maintainers
Readme
@volorio/games-node
Server-side Volorio Games client for game catalog, session, token, and leaderboard control-plane APIs.
Install
npm install @volorio/[email protected]Runtime and security
- Runtime: Trusted Node.js backend
- Source version:
0.2.1 - Registry status: published as 0.2.1
- API base URL for server calls:
https://api.volor.io - License: proprietary commercial SDK; see the included
LICENSEand Volorio Terms. - Never expose a Volorio API key in browser, React Native, or Flutter code. Create short-lived sessions in your backend.
- Capability note: Requested products must be granted to the API key and accepted by the session endpoint.
Public API
VolorioGamesNodeClientOptionsCreateGameSessionInputJoinGameSessionInputStartGameSessionInputFinishGameSessionInputCreateGameTokenInputVolorioGameSessionDescriptorVolorioGameJoinResultVolorioGameTokenResultVolorioLeaderboardEntry
import { VolorioGamesNodeClient } from "@volorio/games-node";Dependencies
@volorio/games-core^0.2.0
