portworx / pds-api-go-client

PDS OpenAPI go client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDS API Go Client

This is a Go client for the Portworx Data Services API.

Information about Portworx Data Services in general can be found here.

Documentation

Full documentation with installation and examples can be found here.

Manually generating the client

It's possible to manually generate this client using the following command:

docker run --rm -v ${PWD}/pds/v1alpha1:/local openapitools/openapi-generator-cli generate -i /local/api/swagger.json -g go -o /local/pds/v1alpha1 --package-name pds

About

PDS OpenAPI go client

License:Apache License 2.0