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
105 stars 82 forks source link

Add support for file/recording retrieval #113

Closed leggetter closed 5 years ago

leggetter commented 6 years ago

General description of the issue or question

Add support to retrieve calls to the .NET library. For the Nexmo Node library this looks like:

nexmo.files.get(fileIdOrUrl, callback)

Where fileIdOrUrl is the UUID for the file to be retrieved or the URL for the file.

RabebOthmani commented 5 years ago

Closing as this issue is a duplicate of https://github.com/Nexmo/nexmo-dotnet/issues/44