Skip to content

getting modules that my module depends on #19

@gdelafosse

Description

@gdelafosse

Is it possible to know which modules my module depends on? instead of knowing the artifacts....
Examples
GET /module//dependencies returns
{
[ "name" : "depmodule1", ...],
[ "name" : "depmodule2", ...],
...
}
Could be cool to have also the module ancestors this way.
This way we can navigate from modules to modules with the same API.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions