I'm interested in writing a client library for the NuGet v3 API in a non-.NET language.
What are the requests required to get a package, and what does the response looks like?
i.e.
GET {package-versions}GET {package-version}
Can you also link to the official documentation that covers this scenario?