JSPM

@rxap/open-api

19.0.2-dev.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 93
  • Score
    100M100P100Q86472F
  • 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

  • @rxap/open-api
  • @rxap/open-api/data-source
  • @rxap/open-api/data-source/table
  • @rxap/open-api/package.json
  • @rxap/open-api/remote-method
  • @rxap/open-api/theme

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@^19.1.3 @angular/core@^19.1.3 @rxap/config@^19.0.2-dev.1 @rxap/data-source@^19.0.2-dev.1 @rxap/environment@^19.0.2-dev.0 @rxap/mixin@^16.0.13-dev.0 @rxap/remote-method@^19.0.2-dev.0 @rxap/rxjs@^1.1.13-dev.0 @rxap/utilities@^16.4.3-dev.0 ajv@^8.12.0 openapi-types@^10.0.0 rxjs@^7.8.1 

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