Closed knopki closed 1 year ago
Update DTOs.
New methods for data sources:
get()
get_parents()
get_children()
New methods for calculations:
get_results()
create_get_results()
create()
Also, test + examples.
Update DTOs.
New methods for data sources:
get()
- get one from listingget_parents()
- get parents of data source from listingget_children()
- get children of data source from listingNew methods for calculations:
get()
- get one from listingget_results()
- wait and get results of calculationcreate_get_results()
-create()
andget_results()
in one shotAlso, test + examples.