1.0.4 • Published 2 years ago

@polyfea/browser-api v1.0.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

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

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.4

2 years ago

0.0.1

2 years ago