module Validic::REST::Apps

Public Instance Methods

get_apps(params = {})
Alias for: get_org_apps
get_org_apps(params = {}) click to toggle source
# File lib/validic/rest/apps.rb, line 7
def get_org_apps(params = {})
  build_response(get_request(:apps, params))
end
Also aliased as: get_apps
get_synced_apps(options = {})
get_user_synced_apps(options = {}) click to toggle source
# File lib/validic/rest/apps.rb, line 12
def get_user_synced_apps(options = {})
  build_response(get_request(:apps,
                     authentication_token: options[:authentication_token],
                     synced: 1))
end
Also aliased as: get_synced_apps