As of RouterOS v7.1beta4, REST API is available. Official [docs](https://help.mikrotik.com/docs/display/ROS/REST+API). - [ ] don't use requests library (no need to pull another dependency) - [ ] provide transport parameter pointing to rest/api classes - [ ] try to unify exceptions. Same exceptions raised for rest/api transport - [ ] same interface for query and path objects
As of RouterOS v7.1beta4, REST API is available. Official docs.