@atlist/client
v0.0.5
Published
A lightweight client for interacting with the Atlist API.
Downloads
15
Readme
@atlist/client
A lightweight client for interacting with the Atlist API.
Installation
npm install @atlist/clientUsage
import { AtlistClient } from "@atlist/client";
// Initialize the client
const client = new AtlistClient({
token: "YOUR_TOKEN",
version: "v1",
});
// Make API requests
const response = await client.map.list();API Reference
Docs: https://api.atlist.com/v1
new AtlistClient(options)
Creates a new instance of the Atlist client.
Options
token(required): Your Atlist API keyversion(required): The API version
License
MIT
