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
This is a follow-up for the spike #2738, see #3617.
Add a new package @loopback/model-api-builder to define the API contract between model-api booter and extension contributing api builders for different flavors. See the package contents in the spike #2738 for inspiration. Improve README with basic documentation for users (extension developers building custom Model API Builders).
Add ModelApiBooter to @loopback/boot, this booter should leverage model-api-builders contributed via ExtensionPoint/Extension to implement the actual api building.
ModelApiBooter tests should use a stub model-api builder.
Acceptance criteria
Implementation
API docs
Automated tests
README with basic documentation for @loopback/model-api-builder
The text was updated successfully, but these errors were encountered:
This is a follow-up for the spike #2738, see #3617.
Add a new package
@loopback/model-api-builder
to define the API contract between model-api booter and extension contributing api builders for different flavors. See the package contents in the spike #2738 for inspiration. Improve README with basic documentation for users (extension developers building custom Model API Builders).Add
ModelApiBooter
to@loopback/boot
, this booter should leverage model-api-builders contributed via ExtensionPoint/Extension to implement the actual api building.ModelApiBooter
tests should use a stub model-api builder.Acceptance criteria
@loopback/model-api-builder
The text was updated successfully, but these errors were encountered: