You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi @guenth39
Thank you for creating this issue. I've had this on my TODO list for a while now, just haven't gotten around to implement it due to time limitations.
I can definitely guide you if you feel like contributing to the project.
Is your feature request related to a problem? Please describe.
I miss the known type safety by missing models for
SearchParameters
andSearchResponse
, 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
andSearchResponse
.The text was updated successfully, but these errors were encountered: