Module: Profitwell::Client
Constant Summary
Constants included from Common
Profitwell::Common::ERROR_CODES
Instance Method Summary collapse
Methods included from Common
Instance Method Details
#api_status ⇒ Object
5 6 7 8 9 10 |
# File 'lib/profitwell/client.rb', line 5 def api_status request( "get", resource_path("api-status") ) end |