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
The MastMissions API requires parameters to be fed as a JSON dictionary, which means the syntax restructuring that's performed by services.py's _build_catalogs_params is not done for these queries, and therefore criteria decorators are not enabled for MastMissions the way they are for Catalogs (see documentation examples here) Recently the PANSTARRS API switched to requiring params to be passed in a JSON dictionary so I did some refactoring to allow for this while also preserving the criteria decorator capabilities (#2727) . This can also be done with MastMissions queries.
The text was updated successfully, but these errors were encountered:
The MastMissions API requires parameters to be fed as a JSON dictionary, which means the syntax restructuring that's performed by
services.py
's_build_catalogs_params
is not done for these queries, and therefore criteria decorators are not enabled for MastMissions the way they are for Catalogs (see documentation examples here) Recently the PANSTARRS API switched to requiring params to be passed in a JSON dictionary so I did some refactoring to allow for this while also preserving the criteria decorator capabilities (#2727) . This can also be done with MastMissions queries.The text was updated successfully, but these errors were encountered: