Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ballpark_api / lib / ballpark_api / client.rb
Size: Mime:
require 'hashie'
module BallparkApi
  # Wrapper for the BallparkApi REST API.
  class Client < API
    Dir[File.expand_path('../client/*.rb', __FILE__)].each{|f| require f}
    include BallparkApi::Client::Clients
    include BallparkApi::Client::Invoices
  end
end