request-compose
request-compose copied to clipboard
Typo in request/defaults.js
trafficstars
Line 27:
'servernam',
Should be:
'servername',
Side note: love that you've created a HTTP Client solution using FP!
Maintaining 20+ servers / microservices that have all been using the old request library, and structurally outdated API format for constructing a request, error handling, and retries - a "One Size Fits Most" legacy. Replacing all this with your module, composing a default to match the old system, while optionally being able to override any other facet. Thank you for making it a coding pleasure.
Good catch! Also thanks for the kind words, I'm glad you like it :+1: