Method: Dnsimple::Client#oauth

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

#oauthDnsimple::Client::OauthService

Returns The oauth-related API proxy.

Returns:



32
33
34
# File 'lib/dnsimple/client/clients.rb', line 32

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