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    
Size: Mime:
module FieldawareApi
  # Wrapper for the FieldawareApi REST API.
  class Client < API
    Dir[File.expand_path('../client/*.rb', __FILE__)].each{|f| require f}

    include FieldawareApi::Client::Customers
    include FieldawareApi::Client::Invoices
  end
end