Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve MastMissions queries by enabling criteria decorators #2731

Open
jaymedina opened this issue May 5, 2023 · 0 comments
Open

Improve MastMissions queries by enabling criteria decorators #2731

jaymedina opened this issue May 5, 2023 · 0 comments
Labels

Comments

@jaymedina
Copy link
Contributor

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.

@jaymedina jaymedina assigned jaymedina and unassigned jaymedina May 5, 2023
@bsipocz bsipocz added the mast label May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants