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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Is there any Java library/framework for consuming REST API in CLI?

1 点作者 erkanerol超过 8 年前
Hi. We are creating a REST API and we need to create a simple app for command line interface to use it.<p>For example;<p>app_rest_url&#x2F;user&#x2F;username gives the detail of the user<p>&quot;app_cmd user username&quot; should print the details.<p>Is there any framework or library for this specific purpose?

1 comment

jaydz超过 8 年前
<a href="https:&#x2F;&#x2F;square.github.io&#x2F;retrofit&#x2F;" rel="nofollow">https:&#x2F;&#x2F;square.github.io&#x2F;retrofit&#x2F;</a>