README
Loopback-api-definition
Utility to generate a Swagger API definition for the given LoopBack application.
Supports YAML and JSON.
This is an internal module used by the following user-facing tools:
- slc loopback:export-api-def [--json]
Generate loopback api definitions
<script type="module">
import loopbackApiDefinition from 'https://cdn.skypack.dev/loopback-api-definition';
</script>
Utility to generate a Swagger API definition for the given LoopBack application.
Supports YAML and JSON.
This is an internal module used by the following user-facing tools: