Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 190 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 190 Bytes

monzgo

Usage

Create a new instance of the Monzgo client:

m := monzgo.Monzgo{
        APIKey:  os.Getenv("MONZO_API_KEY"),
        BaseURL: "https://api.monzo.com/",
    }