Method: LeanMicrosoftGraph::Resource#post_request

Defined in:
lib/lean_microsoft_graph/resource.rb

#post_request(url, body = {}, headers = {}, &block) ⇒ Object



13
14
15
# File 'lib/lean_microsoft_graph/resource.rb', line 13

def post_request(url, body = {}, headers = {}, &block)
  handle_response(@connection.post(url, body, headers, &block))
end