Skip to content

buckybox/buckybox-api-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2df52c3 · Oct 11, 2016

History

40 Commits
Aug 14, 2016
Sep 19, 2016
Aug 14, 2016
Aug 11, 2016
Aug 11, 2016
Sep 27, 2014
Aug 17, 2016
Aug 11, 2016
Aug 11, 2016
Aug 11, 2016
Aug 11, 2016
Aug 11, 2016
Oct 11, 2016

Repository files navigation

BuckyBox::API

Build Status Dependency Status Code Climate Gem Version

https://api.buckybox.com/docs

Usage

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

About

RubyGem wrapper for the Bucky Box API

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages