headless-api-js
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

Headless API Javascript

The Headless Javascript client.

Initialization

import { API as HeadlessAPI } from "headless-api";

const api = new HeadlessAPI();

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

{
    baseUrl: "https://headless.platforme.com/"
}

License

Headless API Javascript is currently licensed under the Apache License, Version 2.0.

Build Automation

Build Status Build Status GitHub npm Status License

Readme

Keywords

Package Sidebar

Install

npm i headless-api-js

Weekly Downloads

18

Version

0.1.1

License

Apache-2.0

Unpacked Size

505 kB

Total Files

15

Last publish

Collaborators

  • hive_dev