• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

emitter-io / emitter / 6963077105
93%
master: 92%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/go_modules-c153b83258
DEFAULT BRANCH: master
Ran 22 Nov 2023 09:57PM UTC
Jobs 1
Files 80
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

22 Nov 2023 09:51PM UTC coverage: 92.878% (-0.2%) from 93.099%
6963077105

Pull #414

github

Florimond
Adds the new history API

The history api allows to retrieve any number of messages stored in a channel.
As the number of messages that can be returned in a single response is limited
by the size of a response (as per #413), a system of pagination is required.
This system is implemented with the introduction of the StartFromID query
parameter. An client that already received a response with a certain number of
messages can send a new request to the API with the StartFromID set to the ID
of the oldest message it received (first in the array). The storage query will
then begin to retrieve messages starting at the ID preceding the ID provided in
the query, to generate the next page of messages.
Pull Request #414: Adds the new history API

55 of 72 new or added lines in 6 files covered. (76.39%)

5412 of 5827 relevant lines covered (92.88%)

8039.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6963077105.1 22 Nov 2023 09:57PM UTC 0
92.88
GitHub Action Run
Source Files on build 6963077105
Detailed source file information is not available for this build.
  • Back to Repo
  • Pull Request #414
  • PR Base - master (#6949637241)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc