Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a User, I want to specify complex routes including parameters and types. #40

Open
3 tasks
wdfox opened this issue Feb 5, 2022 · 0 comments
Open
3 tasks
Labels
Milestone

Comments

@wdfox
Copy link
Owner

wdfox commented Feb 5, 2022

Context

In Azure Functions, route params are followed by their (possible) types. E.g. {category:alpha}. Currently, we are parsing from { to }, but we need to properly account for param types as well. This behavior would incorrectly parse the following route /create/{item:int}, identifying the route parameter as item:int rather than item of type int.

Tasks

Success Criteria

When parsing operations, the script correctly identifies route parameters regardless of whether or not a param type is specified. Types are optional, so the parsing should work whether a type is provided or not.

@wdfox wdfox added the Feature label Feb 5, 2022
@wdfox wdfox added this to the MVP milestone Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Ready to Implement
Development

No branches or pull requests

1 participant