ipfs-shipyard / java-ipfs-http-client

A Java implementation of the HTTP IPFS API
MIT License
536 stars 244 forks source link

Why not use entity objects #225

Closed jdAction closed 9 months ago

jdAction commented 1 year ago

IPFS ipfs = new IPFS("/ip4/10.0.42.57/tcp/11001"); Map stat = ipfs.repo.stat(true, true);

This is a map, which is easier to manipulate if it can be packaged directly as an object

kevodwyer commented 1 year ago

completed in: https://github.com/ipfs-shipyard/java-ipfs-http-client/pull/227