You can't use this until you register with us!




Description

Generic API Downloader.



Available Actions

Call API no Authentication

Hits an API endpoint without authentication


Variables

API Information
url required

API endpoint to hit for the

api_params

Parameters that will be translated into url parameters as part of the request

json_path

JSONPath expression to transform dataset. Default will take root. Examples ["test"].[*], [*]

remove_callback required

Removes call back response formatting around response if toggled true.


Target File Information
aws_credentials required

AWS Credentials with Access to the Source and Target S3 locations.

target_bucket required

S3 Bucket to export transformed JSON data.

target_path required

Path to export transformed data.

format_option required

Output options. Dump the raw results, export as a json array or a line delimited json file.