Getting Started
Getting started with the ExtraHorizon Javascript SDK
Installation
npm install @extrahorizon/javascript-sdkyarn add @extrahorizon/javascript-sdkQuick start
import { createOAuth2Client } from "@extrahorizon/javascript-sdk";
(async () => {
const exh = createOAuth2Client({
host: "",
clientId: "",
});
await exh.auth.authenticate({
password: "",
username: "",
});
console.log("exh.users.me()", await exh.users.me());
})();Features
🔑 License
Last updated