iroh icon indicating copy to clipboard operation
iroh copied to clipboard

When will the deficiencies in the api documentation be completed and when will methods that can be used in the console but not in the programming language be available?

Open unicornlox opened this issue 1 year ago • 3 comments

There is no blob example with go and rust in the api documentation, and when will new author creation and author switching methods be available for go and rust?

unicornlox avatar Nov 17 '23 01:11 unicornlox

Hi hi!

Glad to hear you are interested in working with iroh! I've been grinding away at exactly this for the last few weeks.

All actions that can be taken by the console can now also be done programmatically in rust, python, golang, and swift!

For rust, we have a 0.11.0 release

For python, we currently have a 0.11.0-alpha release

For golang and swift, you would currently need to build from source here

My priority over the next two weeks is to get official releases for python, go, and swift up, as well as fixing up the documentation site.

To answer your specific question about author creation, though, take a look at this golang code to see how to create a node, doc, and author.

ramfox avatar Nov 18 '23 01:11 ramfox

@ramfox Thank you very much for your reply, I follow the developments with interest.

unicornlox avatar Nov 18 '23 22:11 unicornlox

@ramfox hello, I hope you are well. can you share the codes about how console commands are done with rust in the documentation?

unicornlox avatar Dec 08 '23 00:12 unicornlox