espago/espago

View on GitHub
lib/espago/api_connection/clients_get.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Espago
  class ApiConnection
    class ClientsGet < ApiGet
       def request(params = {})
        super('clients',params,params[:client_id])
      end
    end
  end
end