withMethod()
Home > @gooddata/sdk-backend-spi > IAttributesQuery > withMethod
IAttributesQuery.withMethod() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Selects which backend endpoint flavor to use when listing attributes. Default method: "GET"
Signature:
withMethod(method: QueryMethod): IAttributesQuery;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
method |
endpoint flavor to use ("GET" or "POST") |
Returns:
attributes query