thibault-martinez / iota.lib.cpp

IOTA C++ Library
MIT License
79 stars 21 forks source link

Requests & Responses design #192

Open Cylix opened 6 years ago

Cylix commented 6 years ago

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

Cylix commented 6 years ago

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.