Skip to content

m3o/m3o-sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

M3O Shell

M3O.sh provides simple shell access to the Micro API

Overview

Simplistic bash shell access for the Micro API. Rather than constantly specifying curl, we do it for you. Just pass in the env var M3O_API_TOKEN from your personal token or one generated on m3o.com.

Usage

## ./m3o.sh [service] [endpoint] [request]
export M3O_API_TOKEN=XXXXXXXX
./m3o.sh helloworld call '{"name": "Alice"}'