Is your feature request related to a problem? Please describe.
The FeaturesAPI.list_items method exposes the capabilities of the Feature API List Features endpoint.
This endpoint supports a number of filter options, including:
bbox
datetime (single or interval)
id, supporting fuzzy matching
hashid
sort order
The list_items method supports none of these.
Describe the solution you'd like
Each of the supported filter criteria should also be supported by the SDK
Describe alternatives you've considered
Handling API queries without using the SDK for use cases like this
Additional context
Is your feature request related to a problem? Please describe.
The FeaturesAPI.list_items method exposes the capabilities of the Feature API List Features endpoint.
This endpoint supports a number of filter options, including:
bboxdatetime(single or interval)id, supporting fuzzy matchinghashidsortorderThe
list_itemsmethod supports none of these.Describe the solution you'd like
Each of the supported filter criteria should also be supported by the SDK
Describe alternatives you've considered
Handling API queries without using the SDK for use cases like this
Additional context