This repository was archived by the owner on Jun 11, 2024. It is now read-only.
v1.3
- Add :meth:
atomx.Atomx.delete
to send aHTTP DELETE
request to the api - :meth:
atomx.Atomx.get
and :meth:atomx.Atomx.delete
accept non-keyword arguments
that are used to compute the final resource path - Add
emails
parameter to :meth:atomx.Atomx.report
- Model attributes that are dates get automatically converted to a python :mod:
datetime
- When saving a model, dates, sets and decimals get automatically converted
to there json counterpart - Add
save_response
parameter to :class:atomx.Atomx
to save the response meta data
of the last api call.