TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: “Java Retrofit” for C++. Build Web Clients with Oatpp ApiClient/libcurl

2 点作者 lganzzzo超过 6 年前

1 comment

lganzzzo超过 6 年前
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 &quot;Java Retrofit&quot; for C++.