utilities for line based stream
Get an event when you're being sent data or asked for it.
construct pipes of streams of events
Build chainable fluent interfaces the easy way... with a freakin' chainsaw!
[](https://www.npmjs.com/package/@smithy/util-stream-node) [](https://www.npmjs.com/package/@smithy
Browser-friendly inheritance fully compatible with standard node.js inherits()
A stream that emits multiple other streams one after another.
Create a stream that emits events from multiple other streams
The Node.js `util.deprecate()` function with browser support
Format whitespace in HTML
Determine if an object is a Stream
hast utility to get the plain-text value of a node according to the `innerText` algorithm
Buffers events from a stream until you are ready to handle them.
[](https://npmjs.org/package/stream-combiner) [](https://travis-ci.org/dominictarr/stream-combiner)
Check if a stream has ended
Utilities for the snapdragon parser/compiler.
Utilities to help with endpoint resolution
The `util.is*` functions introduced in Node v0.12.
A simple set of Ethereum JS utilties.
split a Text Stream into a Line Stream, using Stream 3
[](https://www.npmjs.com/package/@aws-sdk/util-locate-window) [](https://www.npmjs.com/packag
This is a sequel to [stream-combiner](https://npmjs.org/package/stream-combiner) for streams3.
unist utility to visit nodes
Node.js's util module for all engines
A utility to stream lines of a file over HTTP
# Introduction Welcome to the reference for the Lishogi API! Lishogi is free/libre, open-source shogi server forked from lichess powered by volunteers and donations. Currently this page is a work in progress, certain information here might be wrong and incorrect! Expect it to be done during 2022. - Get help in the [Lishogi Discord channel](https://discord.gg/YFtpMGg3rR) - [Contribute to this documentation on Github](https://github.com/WandererXII/lishogi/blob/master/public/doc/lishogi-api.yaml) - Check out [Lishogi widgets to embed in your website](https://lishogi.org/developers) ## Endpoint All requests go to `https://lishogi.org` (unless otherwise specified). ## Rate limiting All requests are rate limited using various strategies, to ensure the API remains responsive for everyone. Only make one request at a time. If you receive an HTTP response with a [429 status](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#429), please wait a full minute before resuming API usage. ## Streaming with ND-JSON Some API endpoints stream their responses as [Newline Delimited JSON a.k.a. **nd-json**](http://ndjson.org/), with one JSON object per line. Here's a [JavaScript utility function (for lichess)](https://gist.github.com/ornicar/a097406810939cf7be1df8ea30e94f3e) to help reading NDJSON streamed responses.
No description provided.
No description provided.
No description provided.
No description provided.