You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,21 +10,21 @@ hsNode
10
10
11
11
Helpful Scripts functions that wrap some nodejs calls in Promise wrappers.
12
12
13
-
## Installation
13
+
###Installation
14
14
Install `hsNode` from `npm` the standard way:
15
15
> `npm i hsnode`
16
16
17
-
##[Logging](https://helpfulscripts.github.io/hsNode/#!/api/hsNode/hsNode.log.Log) functions (extends on [hsUtil](https://github.com/HelpfulScripts/hsUtil) logging), adding support for
17
+
### [hsNode.log](https://helpfulscripts.github.io/hsNode/#!/api/hsNode/hsNode.log.Log) functions (extends on [hsUtil](https://github.com/HelpfulScripts/hsUtil) logging), adding support for
18
18
- log recordings in configurable log files
19
19
- using `transient` logging
20
20
21
-
##[Request REST-API](https://helpfulscripts.github.io/hsNode/#!/api/hsNode/hsNode.Request) with support for
21
+
### [hsNode.Request REST-API](https://helpfulscripts.github.io/hsNode/#!/api/hsNode/hsNode.Request) with support for
22
22
- paced requests - configure limits on requests per second and max number of unresolved requests; see [hsUtil](https://github.com/HelpfulScripts/hsUtil)
23
23
- integrated, configuarble, content decoding - e.g. `str2json` or `html2json` or a a self defined decoder
24
24
- simple authentication, currently: Basic, Digest, and Token authentication
25
25
- cached requests - allowing for targeted reloads for cached responses
0 commit comments