Tags: EasyPost/easypost-java
Tags
feat: add params to requestPin (#378) # Description Adds `params` to `requestPin` ensuring users can pass `easypost_details` to the call. <!-- Please provide a general summary of your PR changes and link any related issues or other pull requests. --> # Testing Updated test to accept new param. <!-- Please provide details on how you tested this code. See below. - All pull requests must be tested (unit tests where possible with accompanying cassettes, or provide a screenshot of end-to-end testing when unit tests are not possible) - New features must get a new unit test - Bug fixes/refactors must re-record existing cassettes --> # Pull Request Type Please select the option(s) that are relevant to this PR. - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Improvement (fixing a typo, updating readme, renaming a variable name, etc)
feat: add a generic API request interface (#374) # Description Adds a generic API request interface to make arbitrary API requests. # Testing - New unit test added for the generic API request interface - All tests passing --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
PreviousNext