0.1.1 • Published 5 years ago
headless-api-js v0.1.1
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.