Skip to content

GroupMe API in Go - the original GroupMe library for Go

License

Notifications You must be signed in to change notification settings

goddtriffin/groupme

Repository files navigation

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!