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

A Java library for communicating with the Twilio REST API and generating TwiML.

Results 70 twilio-java issues
Sort by recently updated
recently updated
newest added

# Fixes The Twilio API actually returns prices as strings, but the Java SDK represents them as `double` values. Generally, it's best to [avoid floating-point representations of monetary values](https://dzone.com/articles/never-use-float-and-double-for-monetary-calculatio), and...

Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project. #### Changes included in this PR - Changes to the following...

# Fixes # Adding missing usage categories for Whatsapp Business API https://github.com/twilio/twilio-java/issues/703 The categories are: CHANNELS-WHATSAPP-OUTBOUND CHANNELS-WHATSAPP-INBOUND CHANNELS-MESSAGING-INBOUND CHANNELS-MESSAGING-OUBOUND https://www.twilio.com/docs/usage/api/usage-record#usage-whatsapp ### Checklist - [x] I acknowledge that all my contributions...

### Issue Summary com.twilio.rest.pricing.v2.voice.NumberFetcher is double encoding de number If I use the number +15017122661 we can see in the logs that it's trying to fetch %252B15017122661 which is the...

type: bug
priority: high

### Issue Summary I am currently running into dependency incompatibility issues between this library and the Okta one. Both libraries utilize the jjwt-api/jjwt-impl libraries which are currently on 0.12.5 and...

# Fixes # Added json examples to repo. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [ ] I have...

# Fixes # Added NoAuth and Bearer Token Rest Client ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [ ]...

# Fixes # Added support for fetching access token from OAuth server by passing clientId and clientSecret. Pending: update readme ### Checklist - [x] I acknowledge that all my contributions...

# Fixes # The code changes intend to declare an [automatic module name](https://dzone.com/articles/automatic-module-name-calling-all-java-library-maintainers) for the library when used as a dependency within another modular application. As the [Building Modules for...

### Issue Summary When add maven dependency to sbt I get the error: `[Fatal Error] :1:326: The reference to entity "display" must end with the ';' delimiter.` ### Steps to...

priority: high