Using RxJS to build data from multiple API calls
问题 I'm trying to get a better understanding of how to use RxJS Operators to solve a specific problem I'm having. I actually have two problems but they're similar enough. I'm grabbing a bunch of documents from an API endpoint /api/v3/folders/${folderId}/documents and I've setup services with functions to do that, and handle all of the authentication etc. However, this array of document objects does not have the description attribute. In order to get the description I need to call /api/v3