Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

REST and HTTP API Client for java like RestSharp(http://restsharp.org/)

I have used restsharp for some of my .net projects. and I found it pretty useful for getting Json Data from web-service and converting them to .net objects. I need a similar framework for java. I want to use it for reading the same Json web-service for my android apps.

like image 763
Sharif Avatar asked Mar 07 '26 00:03

Sharif


1 Answers

You can try reasteasy cleint http://www.jboss.org/resteasy/.

like image 181
Subir Kumar Sao Avatar answered Mar 09 '26 12:03

Subir Kumar Sao