API Reference
The API reference documented here details RapidREST's libraries and their public API surface as-is. For narrative, task-oriented documentation (how do I define a route, what does
@Cache do, ...), see the Docs section.
- @rapidrest/core - dependency injection, auto-discovery, and shared utilities.
- @rapidrest/service-core - the web framework itself: routing, models, auth, and more.
- @rapidrest/auth - authentication strategies, data models, and routes for a full identity/auth server.
- @rapidrest/react - server-side-rendered React pages, layered on
service-core.