From the course: Android Development: Retrofit with Java

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Include a header

Include a header - Android Tutorial

From the course: Android Development: Retrofit with Java

Start my 1-month free trial

Include a header

- [Instructor] Up until now, every request - [Instructor] Up until now, every request - [Instructor] Up until now, every request we have made to the GitHub API we have made to the GitHub API we have made to the GitHub API has been an anonymous request, has been an anonymous request, has been an anonymous request, meaning that all the data we have been accessing meaning that all the data we have been accessing meaning that all the data we have been accessing is public data. is public data. is public data. In most cases, though, you won't be doing this. In most cases, though, you won't be doing this. In most cases, though, you won't be doing this. You will need to log in or provide credentials to the API, You will need to log in or provide credentials to the API, You will need to log in or provide credentials to the API, so that you can be authenticated and access the data. so that you can be authenticated and access the data. so that you can be…

Contents