node-rest-client icon indicating copy to clipboard operation
node-rest-client copied to clipboard

REST API client from node.js

Results 60 node-rest-client issues
Sort by recently updated
recently updated
newest added

xmlSerializer is not a function error. While calling API using test/xml header

By looking at how the serializer works, data.postData should be the JSON string, not an object.

Hello I've run in to an issue with an intermittent failure "Error: socket hang up" when performing an http GET call. The problem seems to be related to the version...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=follow-redirects&package-manager=npm_and_yarn&previous-version=1.14.7&new-version=1.14.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...

dependencies

Bumps [debug](https://github.com/debug-js/debug) from 2.2.0 to 2.6.9. Release notes Sourced from debug's releases. 2.6.9 Patches Remove ReDoS regexp in %o formatter: #504 Credits Huge thanks to @​zhuangya for their help! release...

dependencies

I am absolutely baffled on how to use this client in a do..while loop. It appears the client does an async call, but I cannot seem to get it to...

Hi, I've found your module and suits me very well, however I'm trying to use it behind a corporate proxy and while npm, node, etc behave well with env` http_proxy`...

I need to get the status code in the answer. How can I retrieve this value ? (200 OK, 401...)

I try to send body request like this with _Content-Type multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW:_ ------WebKitFormBoundary7MA4YWxkTrZu0gW Content-Disposition: form-data; name="options" Content-Type: application/json { "name": "readme.txt", "folder": "/Configurations/pluto", } ------WebKitFormBoundary7MA4YWxkTrZu0gW Content-Disposition: form-data; name="content" here my...

Please help me to review the config of requestConfig. ``` let args = { headers: { 'Content-Type': 'application/json' }, data: { 'data': dataUpdate }, requestConfig: { timeout: 200, // 200mili...