@nordic-game-lab/learnhub-api
v1.1.10
Published
The Sdk for the LearnHub api.
Downloads
14
Readme
LearnHub API
- API version: 2.8.3
- Package version: 1.1.5
Installation
For Node.js
npm
npm install @nordic-game-lab/learnhub-api
usage
import { Client } from '@nordic-game-lab/learnhub-api';
const apiKey = process.env.LearnHub;
const learnHubClient = new Client(apiKey);
const user = await learnHubClient.getUser('[email protected]');
console.log(user);
Documentation
https://docs.nordicgamelab.org/learnhub/learnhub-node-js-sdk-documentation/