npm.io
0.4.0 • Published 3 years ago

@padium/core

Licence
MIT
Version
0.4.0
Deps
2
Size
50 kB
Vulns
0
Weekly
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)

Keywords