Pergunta de entrevista da empresa Twilio

Call a web API provided and display a subset of returned data. Data can be paginated and require multiple calls.

Resposta da entrevista

Sigiloso

21 de out. de 2021

I called the web API provided, iterated through the pages (on multiple threads) deserialized the returned JSON into objects, and displayed the required attributes.