Interface: SuggestionsEndpointParams
Defined in: endpoints/Suggestions/types.ts:100
Expand
Parameters accepted by SuggestionsEndpoint#get.
Properties
| Property | Type | Defined in |
|---|---|---|
term? | string | endpoints/Suggestions/types.ts:101 |
types? | ResourceType[] | endpoints/Suggestions/types.ts:102 |
with? | WithOption[] | endpoints/Suggestions/types.ts:103 |
platform? | Platform | endpoints/Suggestions/types.ts:104 |
l? | Locale | endpoints/Suggestions/types.ts:105 |
limit? | number | LimitParams | endpoints/Suggestions/types.ts:106 |
art? | ArtParams | endpoints/Suggestions/types.ts:108 |
extend? | | ArtistUrl | ArtistUrl[] | endpoints/Suggestions/types.ts:109 |
fields? | Fields | endpoints/Suggestions/types.ts:110 |
format? | { resources?: Map; } | endpoints/Suggestions/types.ts:111 |
format.resources? | Map | endpoints/Suggestions/types.ts:112 |
include? | Include | endpoints/Suggestions/types.ts:114 |
omit? | { resource?: Autos; } | endpoints/Suggestions/types.ts:115 |
omit.resource? | Autos | endpoints/Suggestions/types.ts:116 |
relate? | Relate | endpoints/Suggestions/types.ts:118 |
kinds? | Kind[] | endpoints/Suggestions/types.ts:119 |