Inbuilt connectors available to interact or push data in app search

Is there any inbuilt connectors available to interact or push data in app search using .net/.net core.

In documentation, python,php and nodejs are supported.

Our official clients are listed here and unfortunately we do not have a .Net client library.

I would recommend performing the HTTP requests yourself as the App Search REST API is pretty straightforward. As an example here's the documentation for the indexing endpoint.
To make it even easier there are various tools online that can take a cURL command, which we have in our docs, and turn it into code for your preferred language.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.