Method: Dnsimple::Client#oauth

Defined in:
lib/dnsimple/client/clients.rb

#oauthDnsimple::Client::OauthService

Returns The oauth-related API proxy.

Returns:



43
44
45
# File 'lib/dnsimple/client/clients.rb', line 43

def oauth
  @services[:oauth] ||= Client::OauthService.new(self)
end