Skip to content

Latest commit

 

History

40 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages