Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Open
geokal opened this issue Jul 1, 2021 · 0 comments
Open

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

geokal opened this issue Jul 1, 2021 · 0 comments

Comments

@geokal
Copy link

geokal commented Jul 1, 2021

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!!!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant