1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Source: node-node-rest-client
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs
, node-debug <!nocheck>
, node-follow-redirects <!nocheck>
, node-xml2js <!nocheck>
, mocha <!nocheck>
, node-should <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-node-rest-client
Vcs-Git: https://salsa.debian.org/js-team/node-node-rest-client.git
Homepage: https://github.com/aacerox/node-rest-client
Rules-Requires-Root: no
Package: node-node-rest-client
Architecture: all
Depends:
${misc:Depends}
, node-debug
, node-follow-redirects
, node-xml2js
Description: 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.
|