replace ... by ** to clarifiy any depth capability of the endpoint - #9
Conversation
|
I don't necessarily find ** easier to understand than ... - ** is a grep thing, I believe? But the textual clarifications make a lot of sense. Left two comments, I find the "parent" usage confusing. |
|
#13 might also be of interest to you, @fmigneault |
Co-authored-by: Matthias Mohr <m.mohr@moregeo.it>
It is mostly to make a clearer distinction from |
Co-authored-by: Matthias Mohr <m.mohr@moregeo.it>
|
Fair enough... :-) |
|
@fmigneault Can you fix the CI? Then I'm happy to merge. |
|
@m-mohr Should be fixed now based on the warning. |
The original text can be ambiguous depending on how one reads
.... For example, it could be misinterpreted as "two levels up" and did not communicate the variability of its position. I propose using**which is a well established glob pattern communicating any nested path natively while avoiding the.character literally employed by API relative URIs.Proposed Changes:
...by**to clarify any depth capability of the endpointchildlinks are foundPR Checklist: