peri-templating-api
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

PERI Templating API JS

The Javascript API client for PERI Templating.

Initialization

import { API as PeriTemplatingAPI } from "peri-templating-api";

const api = new PeriTemplatingAPI();

The initialization can be done by providing an options object such as:

{
    baseUrl: "https://peri-templating.platforme.com/api/v1",
    token: "sd1029bfwef9adas+0feqefi"
}

Configuration

Name Type Default Description
PERI_TEMPLATING_BASE_URL str http://localhost:3000/ The base URL of the PERI Templating service, to be used by the API client
PERI_TEMPLATING_TOKEN str None Authentication token to communicate with the PERI Templating service.

Package Sidebar

Install

npm i peri-templating-api

Weekly Downloads

0

Version

0.1.0

License

Apache-2.0

Unpacked Size

463 kB

Total Files

16

Last publish

Collaborators

  • platforme