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

https://github.com/ancientlore/go-tripit

TripIt API in Go
https://github.com/ancientlore/go-tripit

api golang tripit

Last synced: about 1 year ago
JSON representation

TripIt API in Go

Awesome Lists containing this project

README

          

go-tripit
=========

[![GoDoc](http://godoc.org/github.com/ancientlore/go-tripit?status.png)](http://godoc.org/github.com/ancientlore/go-tripit)

go-tripit is an API library written in go for accessing the TripIt service.

For more information about the TripIt API, see:

* http://www.tripit.com/developer
* http://tripit.github.io/api/doc/v1/index.html

For more information about Go, see:

http://golang.org/

Current Status:

OAuth and the Get/List functions are basically operational. Adding, replacing, and deleting objects has not beed tested.