Method: NexusAPI::NexusConnection#download
- Defined in:
- lib/nexus_api/nexus_connection.rb
#download(url:) ⇒ Object
72 73 74 75 76 |
# File 'lib/nexus_api/nexus_connection.rb', line 72 def download(url:) catch_connection_error do RestClient.get(URI.escape(url), ) end end |