Open
Description
Is your feature request related to a problem? Please describe.
I miss the known type safety by missing models for SearchParameters
and SearchResponse
, a map is always not as easy to use and more error prone than a model.
Describe the solution you'd like
Add the models for SearchParameters
and SearchResponse
.