Skip to content

[Feature] API endpoint (or filter arg) to fetch all mod ID strings #118

Description

@BinToss

The current method of updating a local list of registered mod IDs is to fetch https://mods.vintagestory.at/api/mods, select/map modIdStrs, and flatten the results to a string array. That fetch responds with >2MiB of data. For clients such as Rustique mod manager that cache the response daily and use it for offline searches, it's acceptable. However, it's wasteful when the client needs a list of mod IDs for data validation or text suggestions for CLIs or other interfaces.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions