node-node-rest-client 3.1.1-2 source package in Ubuntu
Changelog
node-node-rest-client (3.1.1-2) unstable; urgency=medium * Team upload [ Yadd ] * Update standards version to 4.6.1, no changes needed. * Drop dependency to nodejs [ Jérémy Lal ] * dos2unix and debug.sh/test.sh are not needed * Fix missing files section in package.json * Simply run mocha tests, not some other suite * Patch: remove new before Buffer.from * B-D mocha, node-should * Patch: fix tests * test: ensure mocha exits -- Jérémy Lal <email address hidden> Wed, 27 Jul 2022 14:38:12 +0200
Upload details
- Uploaded by:
- Debian Javascript Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Javascript Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-node-rest-client_3.1.1-2.dsc | 2.2 KiB | ac85751cfc2ac9ae5c29aae70def8b7048c0d680dfb36f9ee9521b16e8d93237 |
node-node-rest-client_3.1.1.orig.tar.gz | 21.3 KiB | 1c0e4c4c7e4f70cdbcbc8e7d576994fcd7229fafbd55dbfdbd4ee3d3ef1b2fb8 |
node-node-rest-client_3.1.1-2.debian.tar.xz | 4.3 KiB | 741de3f075c66df0dfd3f92ca156c68b5450595d8027bd82a8cc5f44c765aea3 |
Available diffs
- diff from 3.1.1-1 to 3.1.1-2 (5.0 KiB)
No changes file available.
Binary packages built by this source
- node-node-rest-client: Rest API client for NodeJS
Allows connecting to any API REST and get results as js Object. The client
has the following features:
* Transparent HTTP/HTTPS connection to remote API sites.
* Allows simple HTTP basic authentication.
* Allows most common HTTP operations: GET, POST, PUT, DELETE, PATCH or any
other method through custom connect method
* Allows creation of custom HTTP Methods (PURGE, etc.)
* Direct or through proxy connection to remote API sites.
* Register remote API operations as own client methods, simplifying reuse.
* Dynamic path and query parameters and request headers.
* Improved Error handling mechanism (client or specific request)
* Added support for compressed responses: gzip and deflate
* Added support for follow redirects thanks to great follow-redirects
package
* Added support for custom request serializers (json,xml and url-encoded
included by default)
* Added support for custom response parsers (json and xml included by
default)
.
Node.js is an event-based server-side JavaScript engine.