astropy / astroquery

Functions and classes to access online data resources. Maintainers: @keflavich and @bsipocz and @ceb8
http://astroquery.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
706 stars 399 forks source link

Deprecate raw response from non-async method #3089

Closed mkelley closed 2 months ago

mkelley commented 2 months ago

Instead, direct users to use the async method.

keflavich commented 2 months ago

Thanks! This change brings mpc more in line with the standard astroquery interface. 👍 from me.

mkelley commented 2 months ago

I've edited the doctest, too. It should now pass.