Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cryptix/goboom
golang API for the oboom.com service
https://github.com/cryptix/goboom
Last synced: 27 days ago
JSON representation
golang API for the oboom.com service
- Host: GitHub
- URL: https://github.com/cryptix/goboom
- Owner: cryptix
- License: mit
- Created: 2014-06-15T16:58:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-13T11:56:59.000Z (over 9 years ago)
- Last Synced: 2024-10-18T17:36:05.044Z (3 months ago)
- Language: Go
- Size: 259 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
goBoom
======
[![GoDoc](https://godoc.org/github.com/cryptix/goBoom?status.svg)](https://godoc.org/github.com/cryptix/goBoom)
[![Build Status](https://travis-ci.org/cryptix/goBoom.svg?branch=master)](https://travis-ci.org/cryptix/goBoom)golang API for the oboom.com service
## Todo
- [ ] Add `LoginWithHash()` method
- [ ] Add [context](https://golang.org/x/net/context)
- [ ] Add lock to BaseURL to prevent races (login/upload use different hosts)
- [ ] Add tests for Upload()
- [ ] Add Delete Call
- [x] Add Tree Call
- [x] Add map[name]id for FileSystem
- [ ] Add Parent to Upload()
- [ ] Add Mock for service for integration testing of FileSystem
- [ ] Better timeout control