twilio-csharp icon indicating copy to clipboard operation
twilio-csharp copied to clipboard

Twilio C#/.NET Helper Library for .NET6+.

Results 58 twilio-csharp issues
Sort by recently updated
recently updated
newest added

### Issue Summary Currently, the `RequestValidator` requires you to pass in the Twilio Auth Token to its constructor. I'd like to only use Twilio API keys since they are more...

# Fixes # Resolves: #624 Fixes these statistics models: Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerStatisticsResource Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersCumulativeStatisticsResource Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersRealTimeStatisticsResource The prior models are missing definitions for statistical subresources that cause deserialization to return empty/null. Other statistics models...

status: waiting for feature

This file WorkersRealTimeStatisticsResource.cs has an incomplete model definition: ``` [JsonProperty("activity_statistics")] public List ActivityStatistics { get; private set; } ``` The ActivityStatistics are defined as a list of objects. This causes...

type: bug
status: help wanted

### Issue Summary When updating or saving a workflow with a configuration that exceeds 65519 characters an exception is thrown. "Invalid URI: The Uri string is too long". Attached example...

type: bug
status: work in progress

### Issue Summary Because of naming, protection level and class hierarchy, it is not obvious what exceptions could possibly be thrown by the SDK. Twilio.Exceptions contains 6 classes that either...

type: community enhancement
status: help wanted

# Fixes # A short description of what this PR does. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [x...

A while ago, a new optional parameter was introduced to the constructor of the `TwilioRestClient` which seems to be a breaking change. If you depend directly on the `Twilio` package,...

type: community enhancement
status: help wanted

### Issue Summary Besides PR #589 which remains open for about half a year now, I'd like to ask for enhancement to the Video API so that I could do...

type: community enhancement
status: help wanted

# Fixes # A short description of what this PR does. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [...

There may be a reason `List` is used instead of `IList` or `IEnumerable`, but I'd like to be able to pass in other types of collection classes, specifically `T[]`. For...

type: community enhancement
status: help wanted