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
Passing non conforming arguments in make_location (e.g str instead of numeric coordinates) and make_search (lists instead of arrays, ids should be str), yet it only becomes apparent when executing requests in (e.g time_filterandtime_filter_fast` ) methods and json format error are returned.
These could be caught faster with a better feedback to the api user when validation would be done directly in the appropriate constructors.
The text was updated successfully, but these errors were encountered:
Passing non conforming arguments in
make_location
(e.gstr
instead ofnumeric
coordinates) andmake_search
(lists instead of arrays, ids should bestr), yet it only becomes apparent when executing requests in (e.g
time_filterand
time_filter_fast` ) methods and json format error are returned.These could be caught faster with a better feedback to the api user when validation would be done directly in the appropriate constructors.
The text was updated successfully, but these errors were encountered: