-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can extensions introspect application artifacts #5426
Comments
Link to follow-up issues for the following areas: - Services: #5424 - API transports: #5425 - Instrospection: #5426 Propose to not write any migration guide for auth/auth extensions yet. Add a placeholder page for migration of Models, finalize LB4 sidebar and the component-migration overview page. Signed-off-by: Miroslav Bajtoš <[email protected]>
Link to follow-up issues for the following areas: - Services: #5424 - API transports: #5425 - Instrospection: #5426 Propose to not write any migration guide for auth/auth extensions yet. Add a placeholder page for migration of Models, finalize LB4 sidebar and the component-migration overview page. Signed-off-by: Miroslav Bajtoš <[email protected]>
This issue has been marked stale because it has not seen activity within six months. If you believe this to be in error, please contact one of the code owners, listed in the |
This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the |
This story is extracted from #4099, where we researched existing LoopBack 3 components and various techniques they use.
Now we need to write documentation for extension authors to show how to solve the following use cases in LoopBack 4:
Get a list of all models (entity classes) used by the application
Get definition of a given model (information about properties, relations, mixins, etc.)
Get a list of all remote methods (REST API endpoints) provided by a given model.
Obtain a list of all REST endpoints provided by the application, including metadata about request parameters & response schema, and any other information necessary to configure reverse-proxy routing rules (Kong, nginx,
etc.).
In most cases, the new content will be useful to authors building new LB4 components too, therefore we should structure the content in two parts:
The text was updated successfully, but these errors were encountered: