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
- Host: GitHub
- URL: https://github.com/ancientlore/go-tripit
- Owner: ancientlore
- License: other
- Created: 2011-05-31T02:23:15.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T14:04:44.000Z (over 3 years ago)
- Last Synced: 2025-04-09T10:33:52.005Z (about 1 year ago)
- Topics: api, golang, tripit
- Language: Go
- Homepage:
- Size: 1.16 MB
- Stars: 16
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-tripit
=========
[](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.