Twilio Interview Question

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

Interview Answer

Anonymous

Oct 21, 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.