criteo / criteo-api-python-sdk

4 stars 3 forks source link

Treat non-error HTTP correctly #16

Closed eden881 closed 10 months ago

eden881 commented 10 months ago

This pull request changes the way the preview SDK treats HTTP statuses of 100 through 399 so it accepts them instead of raising them as ApiException().

eden881 commented 10 months ago

As discussed in #15 the code in this repo is auto-generated, so any changes here would be overridden on new API generations.