-
Notifications
You must be signed in to change notification settings - Fork 24
Plus endpoints
Joerg Boeselt edited this page Sep 20, 2016
·
1 revision
lxHive was written ground up with the goal of being easily extensible. As such, it is simple to add your own endpoints in the Plus namespace. To add a new basic endpoint you will most likely create 3 files - a controller, residing in the "Resource/{version}" folder, a "Service" where you manipulate/parse any data that needs to be presented and a "View" which is then presented to the user. More advanced use cases may require adding a new MongoDB collection and documents.
TODO
TODO
TODO
TODO
TODO