Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 304 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 304 Bytes

Official Meroxa Go Client

This repo defines a Go wrapper around the Platform API. It provides functions for interacting with Connectors, Environments, Pipelines, Resources, Resource Types, and Transforms endpoints.

Install dependencies

make gomod

Run tests

make test