Skip to content

API client refactoring

Compare
Choose a tag to compare
@cvalenzu cvalenzu released this 08 Nov 14:53

New Documentation

The client documentation is now public here

Major Changes in client

  • Now every table returned by the methods are by default astropy.table.Table following the VO standard, also there is a retrocompatibility to previous versions using format="pandas" to get a pandas.DataFrame or pandas.Series
  • There are simple tests to validate changes in the client.

Whats new?

  • Added get_stamps() method to AlerceAPI(). This method can be used to download the stamps for an alert directly to python.