JSPM

@rxap/open-api

19.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 96
  • Score
    100M100P100Q86245F
  • License GPL-3.0-or-later

This package provides tools for working with OpenAPI specifications in Angular applications. It includes services for configuring and loading OpenAPI definitions, validating requests and responses against schemas, and handling errors. It also offers utilities for building HTTP requests based on OpenAPI definitions.

Package Exports

    Readme

    This package provides tools for working with OpenAPI specifications in Angular applications. It includes services for configuring and loading OpenAPI definitions, validating requests and responses against schemas, and handling errors. It also offers utilities for building HTTP requests based on OpenAPI definitions.

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

    Installation

    Add the package to your workspace:

    yarn add @rxap/open-api

    Install peer dependencies:

    yarn add @angular/common @angular/core @rxap/config @rxap/data-source @rxap/environment @rxap/mixin @rxap/remote-method @rxap/rxjs @rxap/utilities ajv openapi-types rxjs 

    Execute the init generator:

    yarn nx g @rxap/open-api:init

    Generators

    init

    Initialize the package in the workspace

    nx g @rxap/open-api:init