Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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**.