Skip to content

Commit e005d97

Browse files
authored
V0.3 api reference update (#121)
* update docs thing.py * update docstrings logger and Thing * bring back editor rulers * update state machine api docs * rename log handler as log history handler * remove key file, cert file definition - support only SSL context * update lock file * update property, registries and meta docs * add action docs * update api-reference core * complete client abstractions docs * update object proxy docs * add client factory docs * add logger instance to ClientFactory kwargs * fix some general errors * add missing type annotations in consumed_interactions.py * bug fixes after doing some renames * update protocol server docs * use a wait method to check if HTTP server is ready * update messaging contract docs * update message docs until event publisher * update message format docs * update event consumer docs * add security scheme docs * general changes based on docs improvement * update handlers doc * update lock file
1 parent 2f065bf commit e005d97

29 files changed

+2794
-2334
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"editor.rulers": [
3+
80, 120
34
],
45
"editor.formatOnSave": true,
56
"ruff.lineLength": 120

hololinked/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.3"
1+
__version__ = "0.3.4"

0 commit comments

Comments
 (0)