Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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