Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustin/go-yammer
A yammer interface for go
https://github.com/dustin/go-yammer
Last synced: about 2 months ago
JSON representation
A yammer interface for go
- Host: GitHub
- URL: https://github.com/dustin/go-yammer
- Owner: dustin
- Created: 2012-01-07T09:36:04.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-29T21:02:23.000Z (over 11 years ago)
- Last Synced: 2024-10-11T14:15:37.004Z (2 months ago)
- Language: Go
- Homepage:
- Size: 163 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Yammer client for Go
This is a client library for interacting with yammer from go.
## Requires
* github.com/alloy-d/goauth
## Examples:
* [auth](go-yammer/blob/master/tools/auth/auth.go) do the interactive
oauth setup thing
* [list](go-yammer/blob/master/tools/list/list.go) list various objects
* [post](go-yammer/blob/master/tools/post/post.go) post a message
* [pivotal tracker web
hook](go-yammer/blob/master/tools/pivotal/pivotal.go) pivotal
tracker -> yammer gateway