Franwell/METRC Mock API Interface

A compatible interface for the API as defined by http://metrc.com/

Usage

The BASE is /metrc/v2015

Example

curl \
    $HOST/metrc/v2015/facilities/v1 \
    -H "authorization: base64($VENDOR_KEY, $CLIENT_KEY)" \
    -H "content-type: application/json"

Use API calls as otherwise defined by METRC