1.4.1 โ€ข Published 9 months ago

@sideko/cli v1.4.1

Weekly downloads
-
License
-
Repository
github
Last release
9 months 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

9 months ago

1.4.0

9 months ago

1.3.0

10 months ago

1.2.0

10 months ago

1.1.3

10 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago