I am able to fetch the package details via SearchHttpClient even though I could not find any code sample. I guessed this class gives same response structure as described for REST API call documented on https://docs.microsoft.com/en-us/rest/api/azure/devops/search/package-search-results/fetch-package-search-results?view=azure-devops-rest-7.1&tabs=HTTP
Now, I know that I can get the versions of a package using REST API as documented on https://docs.microsoft.com/en-us/rest/api/azure/devops/artifacts/feed-management/get-feeds?view=azure-devops-rest-7.1 but I need client library to do that.
Hence, I am asking here as I could not locate any documentation which could show me how I can download the information about versions of a package using .NET client library.
I am able to fetch the package details via
SearchHttpClienteven though I could not find any code sample. I guessed this class gives same response structure as described for REST API call documented on https://docs.microsoft.com/en-us/rest/api/azure/devops/search/package-search-results/fetch-package-search-results?view=azure-devops-rest-7.1&tabs=HTTPNow, I know that I can get the versions of a package using REST API as documented on https://docs.microsoft.com/en-us/rest/api/azure/devops/artifacts/feed-management/get-feeds?view=azure-devops-rest-7.1 but I need client library to do that.
Hence, I am asking here as I could not locate any documentation which could show me how I can download the information about versions of a package using .NET client library.