API Wrapper for the Mikrotik REST API
Ishan Jain
845fbe13bc
1. Fixed bugs in `.execute_post`. 2. Functions that take a single input string were updated to take a string and then create the request body from it instead of asking user to enter the request body. 3. Moved tests from `tests/` to their specific modules 4. Added few more methods |
||
---|---|---|
src | ||
tests | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
Mikrotik
This is a REST API wrapper for Mikrotik's Router OS.
Notes
It'll most likely only have methods/functions that I will need for my own use cases. Please create an issue if a method you need is missing or better yet, please send a PR!
.proplist
will not be supported..query
may be supported. For now, filter in your code...
License
MIT