Skip to content

portworx/pds-api-go-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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