Skip to content

meroxa/meroxa-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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