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    
invoice2go / lib / invoice2go / client / clients.rb
Size: Mime:
module Invoice2go
  class Client
    module Clients
      def clients(id, params = {})
        get("accounts/#{id}/clients", params)
      end
    end
  end
end