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

https://github.com/messagebird/csharp-rest-api/pull/87 I updated MessageBird nuget package to version 3.0.0 accesskey, channelid and conversationid parameters are from WhatsApp Sandbox page. When i want to send message, i get error **NotFound description:...

i get this error: Could not create SSL/TLS secure channel, why?

![image](https://user-images.githubusercontent.com/13944768/149965493-da2f2e04-98c9-4b4b-b9a6-fe422b480f10.png) ![image](https://user-images.githubusercontent.com/13944768/149965362-9ae3684b-6143-477a-9a81-da2609a11552.png) ![image](https://user-images.githubusercontent.com/13944768/149966027-746087c4-96a1-4d44-a28a-c7e7c038e9bf.png)

During a call with the client to: messageBirdClient.ListConversationMessages(conversationId); got error Error converting value "rejected" to type 'MessageBird.Objects.Conversations.ConversationMessageStatus'. Path 'items[1].status', line 1, position 1187. Because response contains a message with status...

Update dependencies list

Added the lasMessageId property to the MessagesCount class. Required for an implementation I'm doing.

The enum ChannelStatus in MessageBird.Objects.Conversations do not have the options **unavailable** or **not_verified** which generate the following errors parsin the JSON: - MessageBird.Exceptions.ErrorException: Received response in an unexpected format! --->...

Hello, In our project we changed the default JSON.NET configuration to use a enum to string converter globally. Meaning all enums are converted to strings when serialized. This however causes...

I am trying to get a list of all calls. I am using the `client.ListCalls();` function. However there's no CallStatus for the status 'no_answer' making the function crashes.