v1.1.0
Change Log:
- The node client has been split out into a client per API:
- REST API - NodeRestClient
- RPC API - NodeRpcClient
- Speculative RPC API - NodeSpeculativeRpcClient
- SSE API - NodeSseClient
This allows finer grained access to a Node's API surface. Certain endpoints (e.g. REST) that were previously unavailable are now supported. Furthermore some of the RPC endpoint functions now optionally return strong types rather than simply dictionaries dumped from json blobs.
- How-Tos have been restructured and extended.