aliyun / api-gateway-nodejs-sdk

The API Gateway SDK for Node.js
MIT License
107 stars 23 forks source link

Response with code 20x other 200 is thrown as error #24

Closed aihornmac closed 5 years ago

aihornmac commented 6 years ago

Some of our APIs are returning 201 and 204 for POST and DELETE. After checking the source code, it appears that it accepts response only when code is 200, which should be an issue.

JacksonTian commented 5 years ago

Fixed in 94b8001163b0be97b8c775ac55bf6fb6b8018e82 .

JacksonTian commented 5 years ago

Please upgrade to newest version to use it.