swagger-api / swagger-js

Javascript library to connect to swagger-enabled APIs via browser or nodejs
http://swagger.io
Apache License 2.0
2.6k stars 754 forks source link

Consolidate code for HTTP client #3481

Closed glowcloud closed 2 months ago

glowcloud commented 2 months ago

We need to consolidate the code contained inside https://github.com/swagger-api/swagger-js/blob/master/src/http/index.js.

Some parts of it seem like they could be moved to an outside module but first we need to analyse it and understand how it actually works. The refactor will help us with maintaining this code and make it easier to understand in the future.

glowcloud commented 2 months ago

Addressed in https://github.com/swagger-api/swagger-js/pull/3482