sanguine

REST Client

Auto-generated REST client for the Synapse Protocol REST API.

Usage

package main

import "github.com/synapsecns/sanguine/contrib/restclient"
func main() {
  client := restclient.NewClient("http://localhost:3000")
  // Use the client methods...
}

Note: This stub is experimental and may be removed without notice until this README indicates otherwise.

TODOs