module Yext::Api::Concerns::DefaultScopes

This module adds default scopes that will specify configurations to be overridden for a particular call.

If these scopes are used, the values passed in will be used in the API call, if the scope is not used, then the DefaultParameters middleware will insert the default values.

Public Instance Methods

reset_uri() click to toggle source
# File lib/yext/api/concerns/default_scopes.rb, line 36
def reset_uri
  # do nothing.
end