Vonage / vonage-cli

Vonage CLI tool.
Apache License 2.0
18 stars 13 forks source link

fix: number api #127

Closed manchuck closed 6 months ago

manchuck commented 6 months ago

Description

There are two errors this PR is addressing:

  1. The numbers API has a bug where it returns an empty object instead of an empty list when there are no numbers found for that country
  2. There is a bug in oclif where the parser is not catching the Validation Error when you enter the features backwards.

Motivation and Context

Testing Details

Example Output or Screenshots (if appropriate)

Types of changes

Checklist