The new "Task" and "TodoList" objects can be created from the API Rest result dictionary.
Before, when querying data from the REST API, a dict was returned which contained all the response data.
Now, this API response can be converted to an explicit object ("TodoList" or "Task").
The explicit conversion prevents the application from breaking through typos when extracting data from a response object.
The new "Task" and "TodoList" objects can be created from the API Rest result dictionary.
Before, when querying data from the REST API, a dict was returned which contained all the response data. Now, this API response can be converted to an explicit object ("TodoList" or "Task").
The explicit conversion prevents the application from breaking through typos when extracting data from a response object.