twilio-java
twilio-java copied to clipboard
A Java library for communicating with the Twilio REST API and generating TwiML.
### Issue Summary I'm using the code from [here](https://github.com/twilio/twilio-java/blob/main/advanced-examples/custom-http-client.md) to create a custom twilio rest client. Locally it works fine but if I try to connect from my organization's dev...
# Fixes # Upgrade to junit5 ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [ ] I have made a...
twilio-java has a hard dependency on Apache HttpComponents ("AHC") 4.5 which uses HttpCore 4.x, and HttpCore 4.x is EOL. twilio-java should instead use an abstraction to allow users to BYO-HTTP-Client...
# Fixes # Added doc for `BearerTokenTwilioRestClient` and `NoAuthTwilioRestClient` ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [ ] I...
### Describe the bug All requests should have been line status lookups, however as you can see in the billing details most requests are the free ones (number format lookup),...
### Issue Summary I have been using the SDK to send messages for several years using the now legacy way of providing the contents in the body: ``` public String...
# Fixes # Re-uses twilio rest client for organization apis. Easier to use orgs API just like Public OAuth. No need for separate bearertoken files ### Checklist - [x] I...
# Fixes # Introduces Builder decorator to the models in twilio-java ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [...
# 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 - [...
# Fixes #601 ## Closes #601 This PR changes the RequestValidator's updatePort() method to use the raw implementations for Path, Query and Fragment which helps in better sanitisation of urls....