Added some information about complex responses (#33911)

pull/24135/head^2
Tareq K 2019-03-15 03:42:11 -04:00 committed by The Coding Aviator
parent 46b10c2f65
commit 77ec049479
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Having access to an API generally means having access to a large amount of organ
Source: [Open Weather API](https://openweathermap.org/current)
In the example above, a developer made a request for the current weather at a specific latitude and longitude, and the server responded with a *JSON object* about the wind, rain, and clouds for that location. Services that you use every day are made with many request and response cycles such as this.
In the example above, a developer made a request for the current weather at a specific latitude and longitude, and the server responded with a *JSON object* about wind, rain, and clouds for that location. This is just a simple response example; they can range to be huge responses with mulitple objects nested inside each other. Services that you use every day are made with tons of request and response cycles like this.
<strong>Here are Top 10 APIs for beginners </strong>