oatpp ApiClient is a mechanism which enables you to generate Web Api Clients in declarative manner.<p>Under the hood it uses provided RequestExecutor to perform http requests. Thus you are abstracted from the low-level http-client library implementation and you can substitute any other http-client library at any time with zero code changes.<p>Roughly you may treat oatpp ApiClient as "Java Retrofit" for C++.