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
+5-27Lines changed: 5 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Seq HTTP API Client [](https://ci.appveyor.com/project/datalust/seq-api)[](https://nuget.org/packages/seq.api)[](https://gitter.im/datalust/seq)
1
+
# Seq HTTP API Client [](https://ci.appveyor.com/project/datalust/seq-api)[](https://nuget.org/packages/seq.api)
2
2
3
3
This library includes:
4
4
@@ -49,37 +49,15 @@ See the [signal-copy app](https://github.com/datalust/seq-api/blob/main/example/
49
49
50
50
Seq internally limits the resources a query is allowed to consume. The query methods on `SeqConnection.Events` include a _status_ with each result set - a `Partial` status indicates that further results must be retrieved.
51
51
52
-
The snippet below demonstrates paging through results to retrieve the complete set.
52
+
The snippet below demonstrates lazily enumerating through results to retrieve the complete set.
0 commit comments