1.1.9 • Published 3 months ago

@nordic-game-lab/learnhub-api v1.1.9

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

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/

1.1.9

3 months ago

1.1.8

3 months ago

1.1.7

3 months ago

1.1.6

3 months ago

1.1.5

3 months ago

1.1.4

4 months ago