iota.lib.cpp
iota.lib.cpp copied to clipboard
Requests & Responses design
We can investigate alternatives to this design.
This is a legacy design we took from the iota.lib.java library at the very beginning, so there might be better alternatives or more C++ friendly options.
Related to #184
Additional remark to be considered here: some API in extended return a Response object while some others return a raw object. This can be improved when changing the design.