example-api-client icon indicating copy to clipboard operation
example-api-client copied to clipboard

Example project how-to use oatpp ApiClient and how it works

Results 7 example-api-client issues
Sort by recently updated
recently updated
newest added

I know for http requests use port 80, https?

building project example-api-client -- The C compiler identification is GNU 11.3.0 -- The CXX compiler identification is GNU 11.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI...

How to send multipart/form-data?

I suppose that the line 66 and 70 should be: return m_client->doPostAsync("").callbackTo(&SendCoroutine::onResponse); return response->readBodyToStringAsync().callbackTo(&SendCoroutine::onBody);

I'm using oatpp web service framework and it's amazing and accelerating my backend dev works. However when I am running the oatpp api client demo and found out that the...

question