https://github.com/buckybox/buckybox-api-ruby
RubyGem wrapper for the Bucky Box API
https://github.com/buckybox/buckybox-api-ruby
api buckybox ruby rubygem
Last synced: about 2 months ago
JSON representation
RubyGem wrapper for the Bucky Box API
- Host: GitHub
- URL: https://github.com/buckybox/buckybox-api-ruby
- Owner: buckybox
- License: other
- Created: 2014-08-28T09:14:31.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-10-11T12:52:01.000Z (over 9 years ago)
- Last Synced: 2025-11-09T06:09:50.252Z (8 months ago)
- Topics: api, buckybox, ruby, rubygem
- Language: Ruby
- Homepage: https://api.buckybox.com/docs
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# BuckyBox::API
[](https://gitlab.com/buckybox/buckybox-api-ruby/commits/master)
[](https://gemnasium.com/buckybox/buckybox-api-ruby)
[](https://codeclimate.com/github/buckybox/buckybox-api-ruby)
[](https://rubygems.org/gems/buckybox-api)
https://api.buckybox.com/docs
## Usage
```ruby
require "buckybox/api"
class YourClass
def boxes
api.boxes
end
private def api
@api ||= BuckyBox::API.new(
"API-Key" => "your API key",
"API-Secret" => "your API secret",
)
end
end
YourClass.new.boxes #=> some JSON
```
## License
LGPLv3