0.0.36 • Published 7 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-clientUsage
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 APIConfiguration
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
8 months ago
0.0.25
8 months ago
0.0.30
8 months ago
0.0.31
8 months ago
0.0.32
8 months ago
0.0.33
8 months ago
0.0.34
8 months ago
0.0.35
8 months ago
0.0.36
7 months ago
0.0.26
8 months ago
0.0.27
8 months ago
0.0.28
8 months ago
0.0.29
8 months ago
0.0.20
9 months ago
0.0.21
9 months ago
0.0.22
9 months ago
0.0.23
9 months ago
0.0.10
9 months ago
0.0.11
9 months ago
0.0.12
9 months ago
0.0.13
9 months ago
0.0.14
9 months ago
0.0.15
9 months ago
0.0.16
9 months ago
0.0.17
9 months ago
0.0.18
9 months ago
0.0.19
9 months ago
0.0.9
9 months ago
0.0.8
9 months ago
0.0.7
9 months ago
0.0.6
9 months ago
0.0.5
9 months ago
0.0.4
9 months ago
0.0.2
9 months ago