Develop some mechanism of saving responses from managers. For example, getDeps() and getMeta() methods for npm sending the same request, but extract different data from the response. Thus, if a user needs to get complete information about a package, then he will make two requests, which will have a critical impact on performance for large amounts of data.
Develop some mechanism of saving responses from managers. For example, getDeps() and getMeta() methods for
npm
sending the same request, but extract different data from the response. Thus, if a user needs to get complete information about a package, then he will make two requests, which will have a critical impact on performance for large amounts of data.