API Reference
API Reference
Technical documentation for core JopiJS classes.
API Reference
This section provides detailed technical documentation for the core classes of the JopiJS framework.
Server-Side Classes
- JopiApp: The entry point for your application. Use it to configure the server, middlewares, authentication, and more.
- JopiRequest: The object representing an incoming HTTP request. It provides tools for data extraction, response generation, and interaction with the cache.
- JopiRouteConfig: A fluent API for configuring specific routes (adding individual middlewares, roles, menu integration, etc.).
Client-Side Classes
- JopiUiApplication: The main class for the UI on the client side. accessing user information, checking roles, and managing UI events.