0.1.5 • Published 2 years ago

@netradius/notifications-message-client v0.1.5

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
2 years ago

NetRadius Notifications Service Message API Javascript Client

Installation

npm install @netradius/notifications-message-client

Usage

import { NotificationsMessageClient } from "@netradius/notifications-message-client";

let baseUrl = "https://api.....";

const manageClient = new NotificationsMessageClient(baseUrl, {
	authorizationToken: "abcd-1234",
});

const accountInfo = await manageClient.getInfo();
0.1.4-alpha.13

2 years ago

0.1.4-alpha.12

2 years ago

0.1.4

2 years ago

0.1.5

2 years ago

0.1.4-alpha.10

2 years ago

0.1.4-alpha.8

2 years ago

0.1.4-alpha.9

2 years ago

0.1.4-alpha.4

2 years ago

0.1.4-alpha.5

2 years ago

0.1.4-alpha.6

2 years ago

0.1.4-alpha.11

2 years ago

0.1.4-alpha.7

2 years ago

0.1.4-alpha.3

2 years ago

0.1.4-alpha.0

2 years ago

0.1.4-alpha.1

2 years ago

0.1.4-alpha.2

2 years ago

0.1.2

3 years ago

0.1.3-alpha.0

3 years ago

0.1.3-alpha.1

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.1-alpha.0

3 years ago

0.1.0

3 years ago

0.0.1-alpha.0

3 years ago

0.0.1

3 years ago