@polyfea/browser-api
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Polyfea API for the browser client

This package contains the API specification and generated implementation of the Polyfea API intended for communication with the Polyfea server from a browser client. The api is used by @polyfea/core package, most of the user will not use it directly.

Installation

npm install @polyfea/browser-api

Usage

The package is generated using typescript-fetch OpenAPI generator tool.

const api = new PolyfeaApi({ basePath: './polyfea' });
const contextArea  = await api.getContextArea({ name: 'test', path: '/'});

See also generated API documentation

Readme

Keywords

Package Sidebar

Install

npm i @polyfea/browser-api

Weekly Downloads

0

Version

1.0.4

License

Apache-2.0

Unpacked Size

69.7 kB

Total Files

25

Last publish

Collaborators

  • michalsevcik
  • milung