Documentation
With smartNSF you add microservices to your existing notes applications.
You only need one design element to do so. It is called XRest API Routes. Here you put and configure your routes and make them available as a REST API exposing routes. Groovy syntax is being used to do the configuration of the routes. Additionally, you can put your business logic into java classes, which gives you endless possibilities.
The API is exposed under localhost/filename.nsf/xsp/.xrest
In this documentation, find out more information regarding:
- Authorization
- Router Options
- Events
- Strategies
- Swagger