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