luqasz/librouteros

Add REST API support

Opened this issue · 0 comments

As of RouterOS v7.1beta4, REST API is available. Official docs.

  • 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