Body Method Renamed On MockResponse
Previously, Saloon had a method getBody() on a MockResponse class. This has now been renamed to body() to be more consistent with the rest of Saloon. Additionally, the old getBodyAsString() method has been removed.
I discovered that getHeaders() has been updated to headers() and getStatus() has been changed to status(). Not sure if there are other ones as well. Just thought you'd like to know!
Currently the docs say:
I discovered that
getHeaders()
has been updated toheaders()
andgetStatus()
has been changed tostatus()
. Not sure if there are other ones as well. Just thought you'd like to know!