https://github.com/cryptix/goboom
golang API for the oboom.com service
https://github.com/cryptix/goboom
Last synced: 11 months 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-06-13T11:56:59.000Z (about 11 years ago)
- Last Synced: 2025-03-28T09:43:37.557Z (about 1 year ago)
- Language: Go
- Size: 259 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
goBoom
======
[](https://godoc.org/github.com/cryptix/goBoom)
[](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