codenotary / immudb-node

Node.js SDK for immudb
Apache License 2.0
62 stars 2 forks source link

API Reference? #34

Closed glothos closed 1 year ago

glothos commented 1 year ago

Installed the new alpha version of immudb-node but looks like all methods changed signature. Is there an API Reference somewhere?

tomekkolo commented 1 year ago

Hi @glothos, best is to use editor like vs code, instantiate a client and you get the help for methods in your editor.

Please also take a look at generated api reference https://github.com/codenotary/immudb-node/blob/master/immudb-node-doc/immudb-node/classes/immu_client.Client.md and showcases https://github.com/codenotary/immudb-node/tree/master/immudb-node-showcase to see some usage examples.

glothos commented 1 year ago

Thank you. Closing this now.