Vonage / vonage-dotnet-sdk

Vonage REST API client for .NET, written in C#. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
https://developer.vonage.com/
Apache License 2.0
107 stars 82 forks source link

Implement Secret Management API #114

Closed judy2k closed 5 years ago

judy2k commented 5 years ago

We have a new API for managing account secrets, fully documented here: https://nexmo-developer-staging-pr-579.herokuapp.com/api/account/secret-management

It consists of 4 endpoints to be added to the existing account namespace:

(Please note that the parameter is called account_id in the documentation, but should be called api_key as seen here.)

RabebOthmani commented 5 years ago

FYI @judy2k , I'm closing this issue. The implementation is done. https://github.com/Nexmo/nexmo-dotnet/blob/master/Nexmo.Api/ApiSecret.cs