Package net.sourceforge.bing.model.request

Examples of net.sourceforge.bing.model.request.BingRequest


import net.sourceforge.bing.model.response.Web;

public class Example {

  public static void main(String[] args) {
    BingRequest request = new BingRequest(
        "YOUR_API_ID", "blade",
        BingRequest.SourceType.Web);
    try {
      BingQuery bingQuery = new BingQuery();
      BingResponse response = bingQuery.query(request);
View Full Code Here

TOP

Related Classes of net.sourceforge.bing.model.request.BingRequest

Copyright © 2018 www.massapicom. 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.