@nordic-game-lab/learnhub-api
TypeScript icon, indicating that this package has built-in type declarations

1.1.10 • Public • Published

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('testuser@test.com');

console.log(user);

Documentation

https://docs.nordicgamelab.org/learnhub/learnhub-node-js-sdk-documentation/

Readme

Keywords

Package Sidebar

Install

npm i @nordic-game-lab/learnhub-api

Weekly Downloads

4

Version

1.1.10

License

MIT

Unpacked Size

11.4 kB

Total Files

7

Last publish

Collaborators

  • hi5a