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

call with parameter not shown in diagram #133

Open
nofun97 opened this issue Jul 7, 2020 · 1 comment
Open

call with parameter not shown in diagram #133

nofun97 opened this issue Jul 7, 2020 · 1 comment
Labels
enhancement New feature or request question Further information is requested

Comments

@nofun97
Copy link
Member

nofun97 commented Jul 7, 2020

App:
    /endpoint:
        GET:
            . <- POST /endpoint("string")
        POST(param <: string):
            return ok

generates:
image

calls with params need to show the parameters.

@nofun97 nofun97 added the enhancement New feature or request label Jul 7, 2020
@ChloePlanet ChloePlanet added the question Further information is requested label Jul 8, 2020
@nofun97
Copy link
Member Author

nofun97 commented Jul 9, 2020

The GET /endpoint calls POST /endpoint with the parameter "string". This should be shown in the diagram.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants