example-api-client
example-api-client copied to clipboard
bugs at AsyncExample.hpp
I suppose that the line 66 and 70 should be:
return m_client->doPostAsync("<POST-DATA-HERE>").callbackTo(&SendCoroutine::onResponse);
return response->readBodyToStringAsync().callbackTo(&SendCoroutine::onBody);