Method: Filezor::Client#get
- Defined in:
- lib/filezor/client.rb
#get(path, prefix = "/file/") ⇒ Object
71 72 73 74 75 |
# File 'lib/filezor/client.rb', line 71 def get(path, prefix = "/file/") _get("#{http_root}#{prefix}#{path}") rescue RestClient:: raise end |