for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
module RingCentralSdk::REST::Request
class Base
def method
return 'get' # HTTP methods
end
def url
return ''
def params
return {}
def headers
def content_type
def body
return '' # '' || Hash