appy-one / acebase-client

Client to connect to remote AceBase NoSQL database server
MIT License
21 stars 8 forks source link

Getting / setting sync cursor issue #30

Closed appy-one closed 1 year ago

appy-one commented 1 year ago

While porting to TypeScript I discovered getCursor and setCursor on an AceBaseClient are not working because they use non-existent property on the WebApi instance. These methods are undocumented, so I'll have to find out if these need fixing or if they can go / have to be refactored.