Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 335 Bytes

File metadata and controls

14 lines (12 loc) · 335 Bytes

Golang Simple API

Golang Simple API is small library to enable simple Authenticated API calls

Install

go get github.com/helios-live/go-simpleapi-builder

Import

import api "github.com/helios-live/go-simpleapi-builder"

Example

Check the examples dir for a complete working example# go-simpleapi-builder