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 FieldLocateApi
  class Client
    module Invoices
      def invoices(params = {})
        get('invoice', params)
      end

      def invoice(id, params = {})
        get("invoice/#{id}", params)
      end
    end
  end
end