This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#%RAML 1.0 | |
title: OpenWeatherMap API | |
version: 2.5 | |
baseUri: https://api.openweathermap.org/data/2.5/ | |
baseUriParameters: {} | |
documentation: | |
- title: OpenWeatherMap API | |
content: 'Get current weather, daily forecast for 16 days, and 3-hourly forecast 5 days for your city. Helpful stats, graphics, and this day in history charts are available for your reference. Interactive maps show precipitation, clouds, pressure, wind around your location stations. Data is available in JSON, XML, or HTML format. **Note**: This sample Swagger file covers the `current` endpoint only from the OpenWeatherMap API. <br/><br/> **Note**: All parameters are optional, but you must select at least one parameter. Calling the API by city ID (using the `id` parameter) will provide the most precise location results.' | |
securitySchemes: | |
auth: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": [ | |
{ | |
"type": "customers", | |
"id": "1", | |
"attributes": { | |
"first_name": "Fancie", | |
"last_name": "Yglesia", | |
"account_no": "3559891215235202", | |
"balance": "256.34", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": [ | |
{ | |
"type": "customers", | |
"id": "1", | |
"attributes": { | |
"first_name": "Fancie", | |
"last_name": "Yglesia", | |
"email": "[email protected]", | |
"gender": "Female", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"id": 1, | |
"first_name": "Fancie", | |
"last_name": "Yglesia", | |
"email": "[email protected]", | |
"gender": "Female", | |
"ip_address": "115.156.83.78", | |
"account_no": "3559891215235202", | |
"balance": "256.34", | |
"country_code": "BR" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "Apache logs", | |
"services": { | |
"query": { | |
"list": { | |
"0": { | |
"query": "*", | |
"alias": "", | |
"color": "#7EB26D", | |
"id": 0, |