I'm using com.google.api.client.http
I want to send some request with this package.
HttpRequest request = new HttpRequest(new HttpTransport(),"GET");
But the HttpTransport in the package is abstract ,so it means I need to implement this class?
Is there anyone who can help me ?