ferristseng / rust-ipfs-api

IPFS HTTP client in Rust
Apache License 2.0
247 stars 68 forks source link

Config API #59

Closed SionoiS closed 4 years ago

SionoiS commented 4 years ago

Hello again!

I needed config (the basic one) this time, so I added it with an example. Other config commands are unchanged.

The only weird thing is that the return value can be any json value.

Let me know what you think!

ferristseng commented 4 years ago

Sorry for taking so long! Finally took a look at this and added a question!

SionoiS commented 4 years ago

6 functions with separate getters and setters!

SionoiS commented 4 years ago

BTW #32 can be close, since it has bee done in #57