Module: PolyLingo::Resources::Health

Defined in:
lib/polylingo/resources/health.rb

Class Method Summary collapse

Class Method Details

.call(http) ⇒ Object



8
9
10
# File 'lib/polylingo/resources/health.rb', line 8

def call(http)
  http.request("/health", method: :get, expect_status: 200)
end