-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# CLOUDHUB CLIENT GO | ||
|
||
This repository hosts golang modules to query resources on anypoint platform. | ||
|
||
Each resource has its own module that was generated using [openapi-generator](https://openapi-generator.tech/). | ||
|
||
## How to use | ||
|
||
Include each module separately from your go project using | ||
``` | ||
require github.com/mulesoft-consulting/cloudhub-client-go/[module_name] [module_name]/vx.x.x | ||
``` | ||
As an example, if you wanted to import the version 1.0.1 of the `vpc` module you would need to use the following syntax: | ||
``` | ||
require github.com/mulesoft-consulting/cloudhub-client-go/vpc vpc/v1.0.1 | ||
``` | ||
|
||
## Modules Versioning | ||
|
||
Each module is released independently from the other, therefore each release is prefixed with the name of the module. | ||
|
||
Examples : | ||
``` | ||
vpc/v1.0.0 | ||
authorization/v2.2.0 | ||
``` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
.gitignore | ||
.openapi-generator-ignore | ||
.travis.yml | ||
README.md | ||
api/openapi.yaml | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.