Examples of GoogleReaderAPI


Examples of com.dragontek.mygpoclient.extras.GoogleReaderAPI

public class GoogleReaderApiTest extends TestCase {
  GoogleReaderAPI client;
  public GoogleReaderApiTest(String name) throws ClientProtocolException, IOException
  {
    super(name);
    client = new GoogleReaderAPI();
   
  }
View Full Code Here

Examples of com.dragontek.mygpoclient.extras.GoogleReaderAPI

  public FeedServiceClientTest(String name) throws ClientProtocolException, IOException
  {
    super(name);
    feed_client = new FeedServiceClient();
    greader_client = new GoogleReaderAPI();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.