Http download the specific url and return as string
public Task<string> HttpGetStringAsync(string url, CancellationToken token = default)
parameter | description |
---|---|
url | URL to call Http Get |
token | Cancellation Token |
Task to get string result
- interface IPublicAPI
- namespace Flow.Launcher.Plugin