Skip to content

Endpoints with nested function names fail (inconsistent) #11

Description

@palanik

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions