DownloadTask doesn't use the /v1
suffix to form the URL #29
Closed
Description
The documentation says that an API visible at http(s)://{swaggerhub-host}/apis/{owner}/{api}/{version}
will be downloadable at http(s)://{swaggerhub-host}/v1/apis/{owner}/{api}/{version}
—
In SwaggerHub On-Premise:
http(s)://{swaggerhub-host}/v1/apis/{owner}/{api}/{version}?resolved=true
But the DownloadTask gets me the output of an HTML, which is same as skipping the /v1 part in the URL.
Metadata
Assignees
Labels
No labels