0.0.36 • Published 4 months ago
@sushiswap/styro-client v0.0.36
@sushi/styro-client
Sushi Styro Client is a TypeScript client for interacting with the Styro API.
Installation
npm install @sushi/styro-client
Usage
import { createStyroClient } from '@sushi/styro-client';
const config = {
accessToken: {
sessionId: '<zitadel session id>',
sessionToken: '<zitadel sesstion token>'
},
// other configuration parameters
};
const client = createStyroClient(config);
// Use the client to interact with the API
Configuration
The createStyroClient
function requires a configuration object with the following properties:
accessToken
(string): Your access token for authenticating with the API.- Other configuration parameters as defined in
ConfigurationParameters
.
Scripts
build
: Compile the TypeScript code.check
: Type-check the code without emitting output.clean
: Remove build artifacts and dependencies.dev
: Run the code in development mode.generate
: Generate API client code from the OpenAPI specification.start
: Run the compiled code.
License
MIT
0.0.24
5 months ago
0.0.25
5 months ago
0.0.30
4 months ago
0.0.31
4 months ago
0.0.32
4 months ago
0.0.33
4 months ago
0.0.34
4 months ago
0.0.35
4 months ago
0.0.36
4 months ago
0.0.26
5 months ago
0.0.27
5 months ago
0.0.28
5 months ago
0.0.29
5 months ago
0.0.20
5 months ago
0.0.21
5 months ago
0.0.22
5 months ago
0.0.23
5 months ago
0.0.10
6 months ago
0.0.11
6 months ago
0.0.12
5 months ago
0.0.13
5 months ago
0.0.14
5 months ago
0.0.15
5 months ago
0.0.16
5 months ago
0.0.17
5 months ago
0.0.18
5 months ago
0.0.19
5 months ago
0.0.9
6 months ago
0.0.8
6 months ago
0.0.7
6 months ago
0.0.6
6 months ago
0.0.5
6 months ago
0.0.4
6 months ago
0.0.2
6 months ago