Skip to content

how can I add parent url in list method of the tool  #23

@geokal

Description

@geokal

Hi,

Would be really useful to have a additional trigger so we can add a extra column for the "parent url" path in list like from the below:

Method      Path                                              File
----------  ------------------------------------------------  ------------------------
GET          /app_packages                                     MEC010-2_AppPkgMgmt.yaml
POST        /app_packages                                     MEC010-2_AppPkgMgmt.yaml

to

Method      Path                                              File
----------  ------------------------------------------------  ------------------------
GET         app-pkgm/v1/app_packages                                     MEC010-2_AppPkgMgmt.yaml
POST       app-pkgm/v1/app_packages                                     MEC010-2_AppPkgMgmt.yaml

from the OpenApi yaml you can find it under:

servers:
  - url: 'https://localhost/app_lcm/v1'
openapi: 3.0.0
tags:
  - name: app-lcm

Yeah I know its not that difficult to change the code and add it, will try to experiment!!
Maybe some changes in utils/repository.py
Thanks for the tool!!!

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