Skip to content

m3o/m3o-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

M3O Proxy

The m3o proxy is a client for the M3O apis which you can run locally or cloud hosted. Use it to share an M3O account and API key without the need for further authentication.

Usage

Populate the M3O_API_TOKEN environment variable

Install the m3o-proxy

go install github.com/m3o/m3o-proxy

Or download the latest release

Run it like so

m3o-proxy

It will be running on localhost:8080. Now call helloworld.

curl http://localhost:8080/v1/helloworld/Call \
  -H 'Content-Type: application/json'
  -d '{"name": "Alice"}