You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
I might just be missing something obvious, but it doesn't look like there's an API endpoint for uploading data via a URL, only via a local file. In the web UI there's a call to urldownload -- but I don't see anything in the document or code about a corresponding API endpoint. Any tips?
The text was updated successfully, but these errors were encountered:
No, you are right.. There is no API endpoint for performing a Viper file upload from an URL.
Would you be willing to work on a PR for this?
I'd happy to check/review it.
On 5 July 2018 21:53:16 CEST, Justin ***@***.***> wrote:
I might just be missing something obvious, but it doesn't look like
there's an API endpoint for uploading data via a URL, only via a local
file. In the web UI there's a call to urldownload -- but I don't see
anything in the document or code about a corresponding API endpoint.
Any tips?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#679
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
Although I didn't initially think this is needed.. When you are calling the API endpoint you are working programmatically already... So you could simply download the file before calling the API in your client...
You'd be terrified if you saw any code I worked on. Unfortunately I'm nowhere near competent enough to do the PR.
In terms of use case: yeah, I'm just attempting to avoid downloading every file just to then save it into Viper to then delete the original file -- vs. just pulling it from the URL directly into Viper.
I might just be missing something obvious, but it doesn't look like there's an API endpoint for uploading data via a URL, only via a local file. In the web UI there's a call to urldownload -- but I don't see anything in the document or code about a corresponding API endpoint. Any tips?
The text was updated successfully, but these errors were encountered: