I've noticed there are some missing features in some of the classes. For example, the qds_sdk.scheduler.Scheduler class doesn't have an edit/update or create method. I was able to pretty easily add this functionality to a class that extended "qds_sdk.scheduler.Scheduler".
I've noticed there are some missing features in some of the classes. For example, the
qds_sdk.scheduler.Scheduler
class doesn't have an edit/update or create method. I was able to pretty easily add this functionality to a class that extended "qds_sdk.scheduler.Scheduler".It would be useful if this functionality exists in the SDK by default.