Vonage / vonage-php-sdk-core

Vonage REST API client for PHP. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
https://developer.vonage.com/
Apache License 2.0
908 stars 181 forks source link

Remove Orphaned Code #480

Closed SecondeJK closed 2 months ago

SecondeJK commented 2 months ago

This PR removes a series of unused entities and misplaced classes.

Description

There are certain orphaned classes such as Network which were originally coded for the Accounts API but are not used.

These classes are all for internal use only, so therefore there are no deprecations via. signature changes etc. The only way this would break your integration is if you are using internal classes that should not be used.

Motivation and Context

In preparation for work to release version 5 of this SDK, housekeeping needs to be done.

How Has This Been Tested?

Test suite has been modified to remove tests on dead classes.

Example Output or Screenshots (if appropriate):

Types of changes

Checklist: