7  How can I get a lot of data from an API?

7.1 Introduction

(introduction will be written ~last)

7.1.1 Learning Objectives

After you read this chapter, you will be able to:

  • Control the behavior of large requests.
  • Deal with errors in api calls.
  • Request paginated data.
  • Perform multiple requests.
  • Stream data from an API.

7.1.2 Prerequisites

(prerequisites will be filled in as I write, if I decide to keep this section)