rosrestpy icon indicating copy to clipboard operation
rosrestpy copied to clipboard

RouterOS v7 REST API python module

Results 2 rosrestpy issues
Sort by recently updated
recently updated
newest added

Hi You can guide me how to remove or delete item with your API? I tried test but error. >>> test = ros.queue.simple(name="Test")[0] >>> ros.queue.simple.remove(test.id) Traceback (most recent call last):...

bug

Hello, I'm submitting this pull request for the enhanced logging and error trapping I've implemented. I've added logging to the HTTP requests in ROS namely [get,patch,delete,etc]_as() as well as some...