Currently when message is parsed you will need manually traverse over entire response structure and get values properly. In most cases you don't need full structure so in this case the idea is to simply call get_messaging assuming that parsing was success.
Coverage remained the same at 91.791% when pulling 909d24ceb4d6b98b5b09054c6721cfe873d9c981 on strangeworks:impove-tests into a12c6f554225474a6e4d6f6eba39ad23605b1d1b on oarrabi:master.
Coverage remained the same at 91.791% when pulling 909d24ceb4d6b98b5b09054c6721cfe873d9c981 on strangeworks:impove-tests into a12c6f554225474a6e4d6f6eba39ad23605b1d1b on oarrabi:master.
Currently when message is parsed you will need manually traverse over entire response structure and get values properly. In most cases you don't need full structure so in this case the idea is to simply call
get_messaging
assuming that parsing was success.