EasyPost / easypost-java

EasyPost Shipping API Client Library for Java
https://easypost.com/docs/api
MIT License
54 stars 37 forks source link

Change list of webhooks return type #294

Closed jchen293 closed 11 months ago

jchen293 commented 11 months ago

Description

This PR changes the return type for all() function in the webhook service from WebhookCollection to a list of webhooks. We made this change so it matches other type-strict client libraries (C# and Go) since this list is unpaginated. Removed CarbonOffset model, this was missed from previous PR

Testing

Update the unit test

Pull Request Type

Please select the option(s) that are relevant to this PR.