API Wrapper for the Mikrotik REST API
Go to file
Ishan Jain 845fbe13bc bugfixes and refactored the project a bit
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
2022-08-11 16:33:40 +05:30
src bugfixes and refactored the project a bit 2022-08-11 16:33:40 +05:30
tests bugfixes and refactored the project a bit 2022-08-11 16:33:40 +05:30
.gitignore Added endpoints to get/list interface and system health 2022-04-17 21:00:12 +05:30
Cargo.lock bumped version to 0.0.12 2022-08-11 13:38:07 +05:30
Cargo.toml bumped version to 0.0.12 2022-08-11 13:38:07 +05:30
LICENSE Create LICENSE 2022-04-17 18:20:51 +00:00
README.md Added some endpoints in dhcp-server from FIP namespace, updated readme, added tests 2022-04-18 00:59:42 +05:30

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!

  1. .proplist will not be supported.
  2. .query may be supported. For now, filter in your code...

License

MIT