Completing RESTAPI refactor.

This commit is contained in:
stephb9959
2021-09-12 10:40:14 -07:00
parent 46187d5bc5
commit 3bf5db5f24

View File

@@ -67,9 +67,13 @@ namespace OpenWifi {
auto Obj = ParseStream();
std::cout << __LINE__ << std::endl;
auto userId = GetS(RESTAPI::Protocol::USERID, Obj);
std::cout << __LINE__ << std::endl;
auto password = GetS(RESTAPI::Protocol::PASSWORD, Obj);
std::cout << __LINE__ << std::endl;
auto newPassword = GetS(RESTAPI::Protocol::NEWPASSWORD, Obj);
std::cout << __LINE__ << std::endl;
Poco::toLowerInPlace(userId);
std::cout << __LINE__ << std::endl;
std::cout << __LINE__ << std::endl;