node-node-rest-client 2.5.0-3 source package in Ubuntu

Changelog

node-node-rest-client (2.5.0-3) unstable; urgency=low

  * Fix autopkgtest: node-node-uuid -> node-uuid (Closes: #913086)
  * Bump Standards-Version to 4.2.1: nothing needs to be changed
  * debian/control: Change Vcs-* to salsa
  * Bump debhelper version to 10

 -- Ying-Chun Liu (PaulLiu) <email address hidden>  Thu, 08 Nov 2018 06:32:44 +0800

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-node-rest-client_2.5.0-3.dsc 2.2 KiB db06a78d43e0ce1a28b9c6f5ea85d92bd6218faf8cde2585d2a7a9b7866b4413
node-node-rest-client_2.5.0.orig.tar.gz 12.2 KiB 89d62ce7adbd45ed7e26645da466fd7fc6424b589b074031eebb3aa58f7d0499
node-node-rest-client_2.5.0-3.debian.tar.xz 5.4 KiB 9ab5165887ac44a977a01ac4f447935dfb303da203172d1a92638898ecee5340

Available diffs

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.