anz-bank / sysl-go

Communication library used by SYSL-generated code written in Go.
Apache License 2.0
10 stars 14 forks source link

Fixes RestResult to be returned on http failure #194

Closed andrewemeryanz closed 4 years ago

andrewemeryanz commented 4 years ago

Previously, the RestResult returned from common.GetRestResult was only successfully returned on successful http requests. This change returns the result on http failure also.

Closes #105 #159