Skip to content

getPluginsList returns API response instead of plugin lists #8

@ediamin

Description

@ediamin

Right now getPluginsList returns the API response from fetchInfo function instead of actual plugin list. Therefore the first example in README.md is wrong I guess.

pluginsList = await getPluginsList();
console.log(pluginsList, "pluginsList");

Here, pluginList is the API response, not a list of plugin.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions