* Introduction * Google Custom Search allows anyone to create their own search engine by themselves. Search engines can be created to search for information on particular topics chosen by the creator. Google Custom Search Engine allows creators to select what websites will be used to search for information which helps to eliminate any unwanted websites or information. Creators can also attach their custom search engine to any blog or webpage
* API * Custom Search JSON/Atom API V1 [1] <https://developers.google.com/custom-search/json-api/v1/introduction> The JSON/Atom Custom Search API lets us develop websites and applications to retrieve and display search results from Google Custom Search programmatically. With this API, we can use RESTful requests to get either web search or image search results in JSON or Atom format. * Google Custom Search WSO2 ESB Connector Summary * • Connector Name: googlecustomsearch-connector-1.0.0 • Version: 1.0.0 • Technology: REST * Authentication * OAuth 2.0 protocol will be used for the authentication [2] <https://developers.google.com/accounts/docs/OAuth2> * API Operations * There is only one method to invoke in the JSON/Atom Custom Search API:[3] <https://developers.google.com/custom-search/json-api/v1/introduction#api_overview> list : Returns the requested search results from a Custom Search Engine. [1]. https://developers.google.com/custom-search/json-api/v1/introduction [2]. https://developers.google.com/accounts/docs/OAuth2 [3]. https://developers.google.com/custom-search/json-api/v1/introduction#api_overview
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
