0.1.1 • Published 3 years ago

headless-api-js v0.1.1

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

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