-
-
Notifications
You must be signed in to change notification settings - Fork 435
Add get_query_payload consistently to all methods #2040
Copy link
Copy link
Open
Description
This is super valuable for debugging issues, e.g. I'm having troubles to catch the typo in a Simbad.query_criteria() call, and it doesn't have this kwarg.
Addressing the whole issue can be long, but the task is a package novice one, basically breakpoints needed to be added to return the payload strings rather than sending them to the server (and plenty of examples are available).
I'm adding the list of all modules here for easier tracking. We should either tick the boxes when the kwarg added, or cross out the module name if this is not applicable:
- alfalfa
- alma
- astrometry_net
- atomic
- besancon
- cadc
- casda
- cds
- cosmosim
- dace
- esa
- esasky
- eso
- exoplanet_orbit_database
- fermi
- gaia
- gama
- gemini
- heasarc
- hips2fits
- hitran
- ibe
- image_cutouts
- imcce
- irsa
- irsa_dust
- jplhorizons
- jplsbdb
- jplspec
- lamda
- lcogt
- magpis
- mast
- mpc
- nasa_ads
- nasa_exoplanet_archive
- ned
- nist
- noirlab
- nrao
- nvas
- oac
- ogle
- open_exoplanet_catalogue
- sdss
- sha
- simbad
- skyview
- solarsystem
- splatalogue
- svo_fps
- template_module
- ukidss
- utils
- vamdc
- vizier
- vo_conesearch
- vsa
- wfau
- xmatch
Reactions are currently unavailable