How to download a blob data #51
Unanswered
ibrahimkteish
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Consider having a ServerRoute enum like the following:
for the url
case
I want to download the url asData
, without relying on the hostURL
also there is nothing to parse/print like Path { "somePath" } etc.does this functionality exist in the library?
Technically Speaking the
case url(URL)
is not a route, but I am looking for a way if this can be handled by theapiClient
otherwise I could have anotherDownloadClient
that takes aurl
and gives meData
object backBeta Was this translation helpful? Give feedback.
All reactions