Method: LessonlyApi::Utils::Client#send_post

Defined in:
lib/lessonly_api/utils/client.rb

#send_post(endpoint, params = {}) ⇒ Object



41
42
43
# File 'lib/lessonly_api/utils/client.rb', line 41

def send_post(endpoint, params = {})
  send_request(:post, endpoint, params)
end