JSPM

@rxap/open-api

12.4.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 96
  • Score
    100M100P100Q86328F
  • License MIT

Provides the functionality to create DataSource and RemoteMethod instances from an OpenAPI config.

Package Exports

  • @rxap/open-api
  • @rxap/open-api/bundles/rxap-open-api-remote-method.umd.js
  • @rxap/open-api/bundles/rxap-open-api.umd.js
  • @rxap/open-api/fesm2015/rxap-open-api-remote-method.js
  • @rxap/open-api/fesm2015/rxap-open-api.js
  • @rxap/open-api/remote-method

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@rxap/open-api) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@rxap/open-api

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Provides the functionality to create DataSource and RemoteMethod instances from an OpenAPI config.

Installation

ng add @rxap/open-api

Setup the package @rxap/open-api for the workspace.

Schematics

ng-add

Setup the package @rxap/open-api for the workspace.

ng g @rxap/open-api:ng-add
Option Type Default Description

generate

Generates for each operation a remote method or data source

ng g @rxap/open-api:generate
Option Type Default Description