You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use rip.Route as the unit for the Router
The Router can't handle entities as it can't handle multiple typed
routes. Therefore, only the handler, the path and the OpenAPI schema
can be typeless and handled by the Router as is.
delete Entity interface
Major change. Now any type should do for an EntityProvider.
ID will just be simple strings.
It removes a lot of dependencies from rip when implementing a service.