@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api AutoSuggest Client
@base https://api.cognitive.microsoft.com/bing/v7.0
@version 1.0
@auth ApiKey Ocp-Apim-Subscription-Key in header
@endpoints 1
@toc Suggestions(1)

@endpoint GET /Suggestions
@required {X-BingApis-SDK: any, q: any}
@optional {Accept: any, Accept-Language: any, Pragma: any, User-Agent: any, X-MSEdge-ClientID: any, X-MSEdge-ClientIP: any, X-Search-Location: any, cc: any, mkt: any, safeSearch: any, setLang: any, ResponseFormat: any}
@returns(200)

@end
