csharp-rest-api icon indicating copy to clipboard operation
csharp-rest-api copied to clipboard

This repository contains the open source C# client for MessageBird's REST API.

Results 36 csharp-rest-api issues
Sort by recently updated
recently updated
newest added

I'm want to add filters to the ListMessages method. To my suprise only the status filter option is available. Now I still need to build my own httpclient implementation...

Using newtonsoft to deserialize a webhook in response to sending a whatsapp message we get the error Newtonsoft.Json.JsonSerializationException: Error converting value "rejected" to type 'MessageBird.Objects.Conversations.ConversationMessageStatus'. Path 'message.status', line 64, position...

Fix parameter name ConverstationsBaseUrl to ConversationsBaseUrl

Hi, I had a look to the API for call flows, but I have no idea how to create a say-step: https://developers.messagebird.com/api/voice-calling#call-flows How can I pass additional properties to the...

The client throws an exception when attempting to retrieve a conversation message of type `event`. When inspecting the stack trace, this error message appears: ``` Error converting value "event" to...

There are the functions to: - Create: CreateConversationWebhook(...) - List: ListConversationWebhooks(...) - View: ViewConversationWebhook(...) - Delete: DeleteConversationWebhook(...) But there is no function to update.

In the `RestClient.cs` there is the following code: https://github.com/messagebird/csharp-rest-api/blob/c6e2199c00420335c1fc5ac40df36364cae9ec90/MessageBird/Net/RestClient.cs#L203-L206 Looking at the source for `StreamWriter` in .NET Core latest (should be similar in other runtimes) this [only _closes_ but does...

Disabling tls 1.1 on the client system triggers this error: The underlying connection was closed: An unexpected error occurred on a receive Targetting .net 4.5 and enabling tls 1.2 in...

Need support for .net framework 3.5