Skip to content

[Enhancement]: Support multiple folders in rest.path.  #1802

Description

What happened?

Right now, an entity supports this configuration:

      "rest": {
        "enabled": true,
        "path": "/customers"
      },

But it does not support a subfolder like this:

      "rest": {
        "enabled": true,
        "path": "/jerry/customers"
      },

Note the jerry folder.

The value of this approach would be to let customers design the structure of their endpoints into folders. In simple examples with 1 or 10 endpoints, this may not seem apparent. But introduce 20 or 100 or even 1,000 endpoints and grouping them like this makes them far more sensible.

Note: Kamil Kliczbor (@kliszaq) #1638 (comment)

Version

Future

What database are you using?

Azure SQL

What hosting model are you using?

Local (including CLI)

Which API approach are you accessing DAB through?

REST

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Activity

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

Metadata

Metadata

Labels

enhancementNew feature or requesttriageissues to be triaged

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions