Skip to content

Commit

Permalink
Update link to ndjson spec (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev authored Feb 2, 2024
1 parent e62d4b1 commit b417775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/specs/lichess-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ info:
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.
Some API endpoints stream their responses as [Newline Delimited JSON a.k.a. **nd-json**](https://github.com/ndjson/ndjson-spec), with one JSON object per line.
Here's a [JavaScript utility function](https://gist.github.com/ornicar/a097406810939cf7be1df8ea30e94f3e) to help reading NDJSON streamed responses.
Expand Down

0 comments on commit b417775

Please sign in to comment.