Module: Validic::REST::Apps
- Included in:
- Client
- Defined in:
- lib/validic/rest/apps.rb
Instance Method Summary collapse
- #get_org_apps(params = {}) ⇒ Object (also: #get_apps)
- #get_user_synced_apps(options = {}) ⇒ Object (also: #get_synced_apps)
Instance Method Details
#get_org_apps(params = {}) ⇒ Object Also known as: get_apps
7 8 9 |
# File 'lib/validic/rest/apps.rb', line 7 def get_org_apps(params = {}) build_response(get_request(:apps, params)) end |
#get_user_synced_apps(options = {}) ⇒ Object Also known as: get_synced_apps
12 13 14 15 16 |
# File 'lib/validic/rest/apps.rb', line 12 def get_user_synced_apps( = {}) build_response(get_request(:apps, authentication_token: [:authentication_token], synced: 1)) end |