Last active
November 29, 2022 22:44
-
-
Save mdupless/66d9a09c6e26709d441087f6118c6538 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Basic API interaction test. | |
| Write a function that fetches all the pages of json objects returned by the api. | |
| Return the list of coalesced json user objects. | |
| The API is the (public) endpoint: | |
| https://interview-test-api.maestroqa.com/maestro-etl-interview | |
| Pages are specified by the queryParameter: "page=", starting at 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment