-
Notifications
You must be signed in to change notification settings - Fork 107
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
plugins #40
Comments
I would say create a plugin and have it register a URL. Perhaps plugins can be split into multiple bits - one for registering endpoint functionality and one for registering internal APIs. |
Here's a gist that shows registration of a plugin for routes, https://gist.github.com/nlf/1df5eac626263ff5b037. This could be nice if we go with the progressive development approach... the learner could move their routes to a plugin. |
Hey if no one is working on it then i will send pull request for this issue |
👍 It's all yours :)
|
i.e. writing two plugins, exposing something in one, using it in the other?
The text was updated successfully, but these errors were encountered: