Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 340 Bytes

DEVELOPMENT.md

File metadata and controls

13 lines (9 loc) · 340 Bytes

TrueNAS Go SDK Development

To generate go SDK from current openapi spec use this command:

$ openapi-generator-cli generate -i cfg/openapi.yaml -c cfg/config.yaml -o . -g go --git-user-id dariusbakunas --git-repo-id truenas-go-sdk

Workaround for TrueNAS content negotiation issue:

patch client.go < client.patch