You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deno module for Telnyx API based on OpenAPI 3 spec
Usage
import{Telnyx}from"telnyx";consttelnyx=newTelnyx('TELNYX_API_KEY');// List faxesconstfaxes=awaittelnyx.programmableFaxCommands.listFaxes();console.log(faxes);
About
Deno module for Telnyx API based on OpenAPI 3 spec