@padium/core
v0.4.0
Published
Client library for Padium core apis
Readme
@padium/core
This package provides the api sdk of the Padium backend service
Installation
npm i @padium/coreDomain
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)