Skip to content

Instantly share code, notes, and snippets.

@infobipdev
Last active August 18, 2023 06:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infobipdev/8421b3b94b10f1df0476a1cf6546d0d7 to your computer and use it in GitHub Desktop.
Save infobipdev/8421b3b94b10f1df0476a1cf6546d0d7 to your computer and use it in GitHub Desktop.
Start the Node SDK
import { Infobip, AuthType } from '@infobip-api/sdk';
const infobipClient = new Infobip({
baseUrl: process.env.INFOBIP_URL,
apiKey: process.env.INFOBIP_KEY,
authType: AuthType.ApiKey,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment