0.4.0 • Published 2 years ago

@padium/core v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.4.0

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago