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'
end
def url()
return ''
def content_type()
def body()