Skip to content

Improve MastMissions queries by enabling criteria decorators #2731

@jaymedina

Description

@jaymedina

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions