Closed catdog2 closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.03%. Comparing base (
87063fc
) to head (15b1a76
). Report is 111 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
There there hasn't been any activity on this issue I'm going to merge it in and open an issue to track the improvements to Api.get()
.
In case you have a large number of resources getting a resource by name can get very inefficient, esp in terms of memory usage. Currently all resources are retrieved, then filtered for the name on the client side. This behavior is also very surprising for a function taking a single name.