Ask HN: Is there any Java library/framework for consuming REST API in CLI?
https://news.ycombinator.com/item?id=13315919Hi. We are creating a REST API and we need to create a simple app for command line interface to use it.
For example;
app_rest_url/user/username gives the detail of the user
"app_cmd user username" should print the details.
Is there any framework or library for this specific purpose?