Code Search REST API equivalent in client libraries available in .Net and nodejs

Copper Contributor

Hi Team,

We are working on a requirement to identify a particular attribute usage in the c# code across different projects in an organization. For that purpose, we were using the below API with the necessary filtering conditions.
https://docs.microsoft.com/en-us/rest/api/azure/devops/search/code-search-results/fetch-code-search-...

We were looking for a method in ADO Client libraries available in .Net or nodejs equivalent to this REST API but we are unable to find one.
Below are the libraries I am referring to,
https://docs.microsoft.com/en-us/azure/devops/integrate/concepts/dotnet-client-libraries?view=azure-...
https://github.com/microsoft/azure-devops-node-api/blob/9f335a90b899b57648f440419f7db663e28d1524/api...

Do we have such an option with client libraries or that can be achieved only through REST API calls directly?

0 Replies