rosapi icon indicating copy to clipboard operation
rosapi copied to clipboard

Routerboard python API

Results 1 rosapi issues
Sort by recently updated
recently updated
newest added

The Routerboard API documentation [states that query parameter order is significant](http://wiki.mikrotik.com/wiki/Manual:API#Queries), however the kwargs method was being used to send query parameters, and `dict` is inherently unordered, meaning that order...