Module: Profitwell::Client

Includes:
Common
Included in:
Users
Defined in:
lib/profitwell/client.rb

Constant Summary

Constants included from Common

Profitwell::Common::ERROR_CODES

Instance Method Summary collapse

Methods included from Common

#request, #resource_path

Instance Method Details

#api_statusObject



5
6
7
8
9
10
# File 'lib/profitwell/client.rb', line 5

def api_status
  request(
    "get",
    resource_path("api-status")
  )
end