-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allows base paths to include query parameters (#209)
* Allows base paths to include query parameters This is a test case and a fix for #207. When the base path of an operation contains a query string, those parameters are: 1. extracted before appending any path parameters to the path 2. merged with the query parameters In the case of a conflict between the parameters passed in the API call and the ones declared in the base path, the former prevails. This gives the end control to clients. Signed-off-by: Julien Silland <julien@soliton.io> * fixup! Allows base paths to include query parameters Signed-off-by: Julien Silland <julien@soliton.io> * fixup! Allows base paths to include query parameters Signed-off-by: Julien Silland <julien@soliton.io> * fixup! Allows base paths to include query parameters Signed-off-by: Julien Silland <julien@soliton.io> * fixup! Allows base paths to include query parameters Signed-off-by: Julien Silland <julien@soliton.io>
- Loading branch information
Showing
2 changed files
with
57 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters