getFeature
getFeature
FunctiongetFeature(requestOptions: IGetFeatureOptions): Promise<IFeature>
Get a feature by id.
Parameters
Parameter | Type | Notes |
---|---|---|
request | IGetFeatureOptions | Options for the request |
Returns
Promise<IFeature>
A Promise that will resolve with the feature or the response itself if rawResponse: true
was passed in.