I'm interested in writing a client library around the NuGet v3 API in a non-.NET language. What is the URL to request to get a package, and what is the response going to be?
i.e.
GET {package-versions}GET {package-version}
Is there an official documentation to cover this scenario?