Skip to content

README: cleanup limitations (path params are part of the request URL)#8

Merged
paulRbr merged 1 commit into
bump-sh:mainfrom
paulRbr:add-notable-warnings
Mar 23, 2026
Merged

README: cleanup limitations (path params are part of the request URL)#8
paulRbr merged 1 commit into
bump-sh:mainfrom
paulRbr:add-notable-warnings

Conversation

@paulRbr

@paulRbr paulRbr commented Mar 23, 2026

Copy link
Copy Markdown
Member

This is a cleanup to remove the limitation compared to arazzo on path
parameters. Indeed, in flower you define the URL directly so you can
very easily use path parameters as such:

request:
  method: POST
  url: https://api.example.org/users/$inputs.userId

This is a cleanup to remove the limitation compared to arazzo on path
parameters. Indeed, in flower you define the URL directly so you can
very easily use path parameters as such:
```
request:
  method: POST
  url: https://api.example.org/users/$inputs.userId
```
@paulRbr paulRbr self-assigned this Mar 23, 2026
@paulRbr paulRbr merged commit f34390f into bump-sh:main Mar 23, 2026
2 checks passed
@paulRbr paulRbr deleted the add-notable-warnings branch April 9, 2026 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant