Commit Graph

9 Commits

Author SHA1 Message Date
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
Ishan Jain c7134d7bfc derive Eq trait on types 2022-08-11 13:37:43 +05:30
Ishan Jain 9a2b32e906 derive Hash trait on types 2022-08-11 13:33:57 +05:30
Ishan Jain 8b04dbb4d2 Added routing/rule, ip/route. updated system/health, ip/dhcp-client 2022-05-01 19:38:09 +05:30
Ishan Jain 3a5163f284 Updated wireguard module, Added DHCP Client module, Added some tests 2022-05-01 13:39:18 +05:30
Ishan Jain f39ed466f6 Added endpoints, tests and updated dependencies
1. Added interface/wireguard, ip/address.
2. Updated dependencies.
3. Added tests and some comments
2022-04-29 17:36:20 +05:30
Ishan Jain e6711968cc Expose types, Correct malformed responses from mikrotik. added repository url 2022-04-28 17:04:43 +05:30
Ishan Jain 861bc05d7e removed unused dependencies, refactored some code 2022-04-18 19:54:38 +05:30
Ishan Jain 320ba1564f Added some endpoints in dhcp-server from FIP namespace, updated readme, added tests 2022-04-18 00:59:42 +05:30