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

Endpoints with nested function names fail (inconsistent) #11

Open
palanik opened this issue Jan 11, 2021 · 0 comments
Open

Endpoints with nested function names fail (inconsistent) #11

palanik opened this issue Jan 11, 2021 · 0 comments

Comments

@palanik
Copy link
Owner

palanik commented Jan 11, 2021

sample endpoints definition

    {
        "movies.item.create": {
          "method" : "POST",
          "path": "movies"
        },
        "movies.item": {
          "method" : "GET",
          "path": "movies/:id"
        },
        "movies" : {
          "method" : "GET",
          "path": "movies"
        }
    }

would generate runtime error like

movies.item.create is not a function

h/t @jujasp

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

No branches or pull requests

1 participant