Replies: 4 comments 3 replies
-
Not yet, but I will be working on that pretty soon! |
Beta Was this translation helpful? Give feedback.
-
I've started documenting the server API methods using OpenAPI (Swagger) specs. This is still work in progress, but many endpoints are already documented and more will follow soon. See the yaml files in acebase-server/tree/master/src/routes for info about the endpoints, they will also be testable from the server's /docs endpoint if the set Note that most of this is currently only available on Github, I'm busy porting all server js code to typescript and not ready to publish to npm yet. Let me know if you have any questions |
Beta Was this translation helpful? Give feedback.
-
I've got some sample python code working, (https://gist.github.com/akvadrako/8ac132bfeeb5971d43772cc8b210404b). Mostly pretty straightforward; I will try to get websockets working next. What I realize I'm missing is some kind of long-term sync / streaming solution. When I have the websocket working I'll be able to get real-time updates, but if my client disconnects there is no way to stay in sync without fetching all the state again. |
Beta Was this translation helpful? Give feedback.
-
If you enable transaction logging in the server config, an |
Beta Was this translation helpful? Give feedback.
-
Is the acebase protocol documented?
I would be interested in using it from python.
Beta Was this translation helpful? Give feedback.
All reactions