0.0.36 • Published 3 months ago

@sushiswap/styro-client v0.0.36

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

@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

4 months ago

0.0.25

4 months ago

0.0.30

3 months ago

0.0.31

3 months ago

0.0.32

3 months ago

0.0.33

3 months ago

0.0.34

3 months ago

0.0.35

3 months ago

0.0.36

3 months ago

0.0.26

4 months ago

0.0.27

4 months ago

0.0.28

4 months ago

0.0.29

4 months ago

0.0.20

4 months ago

0.0.21

4 months ago

0.0.22

4 months ago

0.0.23

4 months ago

0.0.10

5 months ago

0.0.11

5 months ago

0.0.12

4 months ago

0.0.13

4 months ago

0.0.14

4 months ago

0.0.15

4 months ago

0.0.16

4 months ago

0.0.17

4 months ago

0.0.18

4 months ago

0.0.19

4 months ago

0.0.9

5 months ago

0.0.8

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.2

5 months ago