microsoft / microsoft/kiota

Extensible Search Providers

Open
#2,932 1 comment 0 reactions 1 assignee Claimed by @darrelmiller View on GitHub
enhancement generator needs more information
Dominant language
C#
Stars
3.8k
Forks
333
Avg merge
16h 29m
Merged PRs (30d)
116

Description

Add search providers to the "user" settings file using Kiota commands.

```json
{
"search": [
{
"type": "apicurio",
"location": "https://example.org/apis/search?search={query}"
},
{
"type": "swaggerHub",
"location": "https://example.org/apis/search?search={query}"
},
{
"type": "apis.json",
"location": "https://random.org/apilist?search={query}"
},
{
"type": "api-catalog",
"location": "https://random.org"
}
]
}
```

We can add Search Providers to Kiota,

```shell

kiota addsearchprovider --name "apim" --type "AzureApim" --location "https://azure.azurewebsites.net/foo?search={query} "

kiota login apim

```

Darrel to to take a guess at prioritizing the list of potential search providers....Thanks Vincent.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.