Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 507 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 507 Bytes

Go Paybook

Build Status GoDoc

A Go wrapper around Paybook's Sync API.

This is a work on progress.

Import

import (
  "github.com/mazingstudio/paybook"
)

Run tests

API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx go test -v