-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(hb): whitelist ServerTimeoutError (#154)
* feat(hb): whitelist ServerTimeoutError * doc: update docs --------- Co-authored-by: JamzumSum <zzzzss990315@gmail.com>
- Loading branch information
1 parent
42552a4
commit 22cbd68
Showing
10 changed files
with
493 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Heartbeat API | ||
========================== | ||
|
||
.. automodule:: aioqzone_feed.api.heartbeat | ||
.. autoclass:: aioqzone_feed.api.heartbeat.HeartbeatApi | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,27 @@ | ||
aioqzone-feed Messages | ||
==================================== | ||
|
||
.. currentmodule:: aioqzone_feed.message | ||
|
||
aioqzone-feed uses `tylisten` to dispatch and subscribte messages. | ||
|
||
Feed Messages | ||
------------------------- | ||
|
||
.. automodule:: aioqzone_feed.message.feed | ||
:members: | ||
:undoc-members: | ||
|
||
.. autodata:: raw_feed | ||
.. autodata:: processed_feed | ||
.. autodata:: stop_fetch | ||
|
||
Heartbeat Messages | ||
------------------------- | ||
|
||
.. automodule:: aioqzone_feed.message.heartbeat | ||
:members: | ||
:undoc-members: | ||
|
||
.. autodata:: heartbeat_refresh | ||
.. autodata:: heartbeat_failed |
Oops, something went wrong.