Vonage / vonage-node-sdk

Vonage API client for Node.js. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Apache License 2.0
375 stars 178 forks source link

feat: audit package #787

Closed manchuck closed 1 year ago

manchuck commented 1 year ago

Adding the Audit module

Description

Creating a new package for interacting with the audit API. I also added some transform functions for objects as I noticed the same functionality was duplicated in other places and won't go deep into the object. These functions have been added to server-client along with a new type that defines our API links

Motivation and Context

Testing Details

Example Output or Screenshots (if appropriate)

Types of changes

Checklist