0.4.0 • Published 1 year ago

@padium/core v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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)
0.3.9

1 year ago

0.4.0

1 year ago

0.3.8

1 year ago

0.3.7

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago