Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salesforce/anypoint-client-go
Anypoint Platform Clients for Golang
https://github.com/salesforce/anypoint-client-go
anypoint-platform automation golang
Last synced: about 1 month ago
JSON representation
Anypoint Platform Clients for Golang
- Host: GitHub
- URL: https://github.com/salesforce/anypoint-client-go
- Owner: salesforce
- License: mit
- Created: 2021-03-22T19:00:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T20:43:23.000Z (10 months ago)
- Last Synced: 2024-09-29T21:22:10.509Z (about 2 months ago)
- Topics: anypoint-platform, automation, golang
- Language: Shell
- Homepage:
- Size: 1.34 MB
- Stars: 8
- Watchers: 3
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# ANYPOINT 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
```golang
require github.com/mulesoft-anypoint/anypoint-client-go/[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:
```golang
require github.com/mulesoft-anypoint/anypoint-client-go/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 :
```bash
vpc/v1.0.0
authorization/v2.2.0
```## Disclaimer
**This is an [open source software, please review the considerations](LICENSE.md).**
This is an open source project, it does not form part of the official MuleSoft product stack, and is therefore not included in MuleSoft support SLAs. Issues should be directed to the community, who will try to assist on a best endeavours basis. This application is distributed **as is**.