-
Notifications
You must be signed in to change notification settings - Fork 281
Open
1 / 11 of 1 issue completedOpen
1 / 11 of 1 issue completed
Copy link
Labels
configchanges related to configchanges related to configenhancementNew feature or requestNew feature or request
Description
What happened?
We are currently grappling with the challenge of receiving a relative nextLink path in the form of http(s)://domain.com/path?queries. To address this, we request the implementation of a feature that allows us to obtain only the relative path with queries, excluding the HTTP(S) protocol and domain, like /path?queries. This feature has been discussed in a related question in the Q&A from April 2023; for more details, refer to:
#1447.
To enhance flexibility, we propose implementing a feature with a toggle and configuration option, enabling developers to specify the format of the nextLink response they wish to receive.
Feature Proposal:
- Toggle and Configuration: Introduce a toggle and configuration option to control the nextLink response format.
Configuration Details:
The configuration can be set in the dab-config.json
file:
{
"nextLinkRelative": true // Set to true for relative path only
"pattern": "domain/path?queries" // or "https://domain/path?queries" it could be a regex pattern or fix
}
Version
0.5.35
What database are you using?
MS SQL
Code of Conduct
- I agree to follow this project's Code of Conduct
szaboi-msg, Chr0no591, sijpesteijn and srid99
Sub-issues
Metadata
Metadata
Assignees
Labels
configchanges related to configchanges related to configenhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo