Page History
The sample is described in the following topics. Table of Contents maxLevel 3 minLevel 3
Introduction
This sample invokes demonstrates how to invoke yahoo weather API and display displays results in a web appWeb application.
Prerequisites
...
- Register and log in to WSO2 App Factory
...
...
- . See instructions in Getting Started.
- Log in to API Publisher (https://apimanager.appfactorypreview.wso2.com/publisher)
...
- and add API by the name yahoo weather 1.0.0. Provide the following values in Add New API window.
- Produciton URL - http://weather.yahooapis.com/forecastrss?w=2502265
...
- Sandbox URL - http://weather.yahooapis.com/forecastrss?w=2502265
...
- Auth Type of API Resource as Application & Application
...
(Note: You can create your own API by referring Quick Start Guide#CreatinganAPI)
Executing the Sample
1. Create a web application in AppFactory. Lets call it API-Invoker application. When you create an application in App Factory it will be automatically created in API-M.
...
- User
For more information on creating an API, see APIs.
You now have a sample API created in App Factory. Let's see how to consume this from your Web app.
Executing the sample
- Log in to App Factory portal and click Add New Application to create a new application with the following specifications:
Name: API-Invoker
Application Type: Web Application
Repository Type: Git
For more information on creating applications, see Creating and Viewing Applications. - Check out the API-Invoker source code with
...
- Git clone command. Its folder structure is as follows:
3. Write your application to get keys by calling the CarbonContext and Registry APIs. The correct sandbox and production keys (consumer key and consumer secret) will be used depending on where the application is deployed.
...