Method: FileboundClient::Client#get_binary
- Defined in:
- lib/filebound_client.rb
#get_binary(url, query_params = nil) ⇒ String
Executes a GET request on the current Filebound client session expecting binary in the body of the response
52 53 54 |
# File 'lib/filebound_client.rb', line 52 def get_binary(url, query_params = nil) perform('get', url, query: query_params) end |