-
-
Notifications
You must be signed in to change notification settings - Fork 420
Open
Labels
Description
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.