1.1.0 • Published 3 years ago

@rewired/telnyx-10dlc v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Telnyx 10 DLC Client

This library is autogenerated based on the Swagger spec available here: https://developers.telnyx.com/docs/v2/messaging/10dlc#api-access-and-documentation

Usage

import { OpenAPI, BrandsService } from '@rewired/telnyx-10dlc';

// Set Bearer token
OpenAPI.TOKEN = process.env.TELNYX_API_KEY;

// List 10DLC Brands
BrandsService.listBrandsBrandGet().then(console.log).catch(console.error);

Updating

# Update source URL
vi ./scripts/generate-api.ts

# Regenerate TS library
yarn generate

# Commit changes
git add scripts/ gen/
git commit -m "feat: update swagger spec"

# Cut release
yarn release
git push --follow-tags
1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago