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

Tracking issue for routing DSL / passthrough / namespace improvements #44

Open
samselikoff opened this issue Feb 22, 2020 · 0 comments
Open

Comments

@samselikoff
Copy link
Contributor

Some of the routing rules are confusing, we should just use a nested routing DSL like most other routing libs of this nature.

this.namespace('api', () => {
  this.resource('users')

  this.namespace('teams', () => {
    this.get('/settings')
  })
})

this.namespace('my.api.com', () => {
  this.passthrough()
})

just quick ideas/the sorts of things we need to support.

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