API client refactoring
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 usingformat="pandas"
to get apandas.DataFrame
orpandas.Series
- There are simple tests to validate changes in the client.
Whats new?
- Added
get_stamps()
method toAlerceAPI()
. This method can be used to download the stamps for an alert directly to python.