Skip to content

Commit

Permalink
removing redundant List Applications method, Deleting Legacy Applicat…
Browse files Browse the repository at this point in the history
…ionV1 client as it's been tagged as obsolete through a full Major Release Cycle
  • Loading branch information
slorello89 committed Apr 15, 2020
1 parent 5286c1c commit 1bc5b06
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 248 deletions.
177 changes: 0 additions & 177 deletions Nexmo.Api/Application.cs

This file was deleted.

5 changes: 0 additions & 5 deletions Nexmo.Api/ApplicationV2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,6 @@ public static List<AppResponse> List(int pageSize = 10, int page = 0, Credentia

}

public static List<AppResponse> List()
{
return List(10, 0);
}

/// <summary>
/// Modify a single application
/// </summary>
Expand Down
66 changes: 0 additions & 66 deletions Nexmo.Api/Client/Application.cs

This file was deleted.

0 comments on commit 1bc5b06

Please # to comment.