Method: Streamsb::Client#url_status

Defined in:
lib/streamsb/client.rb

#url_status(file_code) ⇒ Object



134
135
136
137
138
139
140
141
# File 'lib/streamsb/client.rb', line 134

def url_status(file_code)
  data = {
    file_code: file_code
  }

  params = payload.merge!(data)
  request(http_method: :get, endpoint: "file/url_uploads", params: params)
end