Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 282 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 282 Bytes

GroupMe API in Go

This is the original GroupMe library for Go.

This library supports most if not all of the api.groupme.com/v3 REST calls.

Installing

go get -u github.com/MagnusFrater/groupme

Example

Coming soon!