0.1.0-dev.1 • Published 2 years ago

@backpack-app/backpack-client v0.1.0-dev.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Backpack client

This is the backpack javascript client library.\ This is generated by openapi-typescript-codegen using the backpack OpenAPI schema.

Usage

// Create the client instance
const client = new BackpackClient({
    BASE: 'http://localhost:3000', // Your api URL here
    TOKEN: 'Your token here', // This can be user or application token
})

// Get server info
client.server.info()