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

Update function call expr source gen and fix few issues related to function call exprs #486

Conversation

LakshanWeerasinghe
Copy link
Contributor

Purpose

$subject

@@ -19,7 +19,7 @@
"items": [
{
"metadata": {
"label": "post:[/path/to/resource]",
"label": "post:/path/to/subdirectory",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

subdirectory ?

});
}
case PATH_REST_PARAM -> pathBuilder.append("[").append("/path/to/resource").append("]");
case PATH_REST_PARAM -> pathBuilder.append("/path/to/subdirectory");
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why subdirectory ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resource is an escaped keyword. In url conventions they call it sub directory

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK. That makes sense.

@hasithaa hasithaa merged commit 813f3ad into ballerina-platform:flow_model Nov 9, 2024
3 checks passed
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.

2 participants