Asynchronous Programming, REST API and JSON

Modern day applications are inter-connected with many services. All that happens through API. In this chapter we will learn how to make API calls and how to handle asynchronous programming. We will also learn how to parse JSON data.

Objectives

  • Understanding Asynchronous Programming
  • Understanding and using REST API
  • Fundamentals of API
  • Using http package to make API calls
  • Parsing JSON

Lessons