1.4.1 โ€ข Published 4 days ago

@sideko/cli v1.4.1

Weekly downloads
-
License
-
Repository
github
Last release
4 days ago

The single platform to generate an ecosystem for your APIs

Using OpenAPI 3.x specifications you can create:

  • ๐Ÿš€ SDKs with types, tests, authentication, and code snippets
  • ๐Ÿ”„ Mock Servers that mimic API behavior
  • ๐Ÿ“š API Documentation that stays up to date automatically
  • ๐Ÿ’ป CLI Tools for simple API interactions

Installation

# ๐Ÿ macOS
brew install sideko-inc/tap/sideko

# ๐Ÿ python - pypi
pip install sideko-py

# ๐Ÿ“ฆ js - npm
npm install -g @sideko/cli

# โšก curl
curl -fsSL https://raw.githubusercontent.com/Sideko-Inc/sideko/main/install.sh | sh

Quickstart - Premium SDKs in Seconds

# authenticate (uses native keychain to store credentials on host)
sideko login

# interactively create sdks
sideko sdk init

Local Authentication

This CLI utilizes your computer's native secure store:

  • macOS: Keychain
  • Linux: keyutils
  • Windows: Credential Manager

To authenticate locally run: sideko login

Authenticating in CI/CD

Set SIDEKO_API_KEY environment variable in CI/CD. 1. With your own API key run: sideko account get-my-api-key 2. With a service account see documentation

Resources


# via curl
curl -fsSL https://raw.githubusercontent.com/Sideko-Inc/sideko/v0.10.2/install.sh | sh

# via pip
pip install sideko-py==0.10.2
1.4.1

4 days ago

1.4.0

12 days ago

1.3.0

1 month ago

1.2.0

2 months ago

1.1.3

2 months ago

1.1.1

3 months ago

1.1.0

3 months ago

1.0.9

3 months ago

1.0.8

3 months ago

1.0.7

4 months ago

1.0.6

4 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago