Skip to content

enfonica/enfonica-node

Repository files navigation

Enfonica Client Libraries for Node.js

Node.js idiomatic client libraries for Enfonica services.

Supported version

The libraries supports the version 10 and above of Node.js.

Authentication

Define the environment variable ENFONICA_APPLICATION_CREDENTIALS to be the location of your service account key file, alternatively add this to a .env file. For example:

set ENFONICA_APPLICATION_CREDENTIALS=/path/to/key.json

You can obtain a service account key file from the Enfonica Console.

Available Client Libraries

Enfonica Messaging Client Library for Node.js

This library uses version 'v1' of the Enfonica Messaging API. View the repo for more details: nodejs-messaging. To view the documentation click here.

Installing the client library

npm install @enfonica/messaging

You can obtain a service account key file from the Enfonica Console.

Enfonica Numbering Client Library for Node.js

This library uses version 'v1beta1' of the Enfonica Numbering API. View the repo for more details: nodejs-numbering. To view the documentation click here.

Installing the client library

npm install @enfonica/numbering

You can obtain a service account key file from the Enfonica Console.

Enfonica Voice Client Library for Node.js

This library uses version 'v1beta' of the Enfonica Voice API. View the repo for more details: nodejs-voice. To view the documentation click here.

Installing the client library

npm install @enfonica/voice

You can obtain a service account key file from the Enfonica Console.

About

Node.js idiomatic client libraries for Enfonica services.

Resources

Stars

Watchers

Forks