0.4.0 • Published 2 years ago
@padium/core v0.4.0
@padium/core
This package provides the api sdk of the Padium backend service
Installation
npm i @padium/core
Domain
Production: https://padium-core.dlab.ovh
Usage
import Client from '@padium/core'
// 1. create the client
const client = new Client()
// 2. get Game
const gameName: String = "super-game"
const session: TokenResponse = await client.game.find(gameName)