1.1.8 • Published 10 months ago

@crayond_dev/message-catalogue-client-sdk v1.1.8

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

MessageCatalogueClient

Description

MessageCatalogueClient is an npm package that provides a client SDK for working with the Message Catalogue service. It allows you to interact with the service and fetch the messages for different language.

Installation

To install, you can use npm or yarn:

npm install @crayond_dev/message-catalogue-client-sdk

# or

yarn add @crayond_dev/message-catalogue-client-sdk

Usage

Importing MessageCatalogueClient

import MessageCatalogueClient from "@crayond_dev/message-catalogue-client-sdk";

# or

import { MessageCatalogueClient } from "@crayond_dev/message-catalogue-client-sdk";

Creating an Instance

To create an instance of MessageCatalogueClient,

const params = {
  apiKey: "<YOUR_API_KEY>", // Replace with your API key
};

const MessageCatalogueClient = new MessageCatalogueClient(params);
1.1.1

1 year ago

1.1.8

10 months ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

0.2.0

1 year ago

0.1.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago