download¶
Download a file from a remote server (e.g. JSON file)
Specify the URL to download and get the content as a return value.
For more advanced networking code, use the Ruby functions instead: http://docs.ruby-lang.org/en/2.0.0/Net/HTTP.html.
download | |
---|---|
Supported platforms | ios, android, mac |
Author | @KrauseFx |
1 Example¶
data = download(url: "https://host.com/api.json")
Parameters¶
Key | Description | Default |
---|---|---|
url |
The URL that should be downloaded |
* = default value is dependent on the user's system
To show the documentation in your terminal, run
fastlane action download