google-developer-training / android-fundamentals-apps-v2

Other
649 stars 2.63k forks source link

Android fundamentals 07.2: AsyncTask and AsyncTaskLoader (Java) #238

Closed shimon0505004 closed 1 year ago

shimon0505004 commented 3 years ago

07.2 1.1.9: Http Request not viewable in Google Books API

In 1.1 Send a Books API Request, it is stated that "You should see a webpage that lists the parameters of the Books API function that performs book searches.". In this page it is said that the httpRequest can be viewed. When clicking on the aforementioned page in google books api, only http response is shown.

In which lesson and step of the codelab can this issue be found? Android fundamentals 07.2: 1.1 Send a Books API Request, Step 9

How to reproduce? "You should see a webpage that lists the parameters of the Books API function that performs book searches." takes us to books API. Here in the Try this API drawer, if we enter parameters as described, the result httpRequest is not shown as described in the manual. only response is shown.

Versions

  1. What version of Android Studio are you using? 4.1.1
  2. What API level are you targeting? Min 17, irrelevant, problem in google documentation.

Additional information Add any other context about the problem here.

codelab: android-fundamentals