Closed halgari closed 1 month ago
Collections use the V2 API (GQL) and the rest of the mod library uses the V1 API. We should unify this behavior. This will allow us to reduce the calls we make by batching requests. But it will require reworking 2 core methods in NexusModsLibrary.cs
Originally noted in this PR feedback:
It's not directly correlated, but this issue was created as a response to that comment.
Improvement
Currently
Collections use the V2 API (GQL) and the rest of the mod library uses the V1 API. We should unify this behavior. This will allow us to reduce the calls we make by batching requests. But it will require reworking 2 core methods in NexusModsLibrary.cs