Skip to content

pluralsh/rest-clients

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plural REST API Clients

REST API clients for the Plural Console, generated from the OpenAPI specification in the repository root.

Available Clients

Go

  • Requirements: Go 1.21+
  • Package: github.com/pluralsh/rest-clients/go
  • Directory: go/
  • Example: examples/go/

Python

TypeScript

Generate Clients

Run from the repository root:

# All available clients
make generate

# Go
make -C go generate

# Python
make -C python generate

# TypeScript
make -C typescript generate

Repository Structure

.
├── openapi.json          # OpenAPI specification
├── go/                   # Go client
├── typescript/           # TypeScript client
├── python/               # Python client
└── examples/             # Example applications
    ├── go/
    ├── typescript/
    └── python/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •