Sha256: ee75c346a825cddd2779aede977a617c30ef9863559cf9c245f500c0cd870d08
Contents?: true
Size: 512 Bytes
Versions: 6
Compression:
Stored size: 512 Bytes
Contents
# Response Every request made using the client will return a `Monday::Response` object. This object consists of the following methods: #### `status` This is the returned HTTP status code. #### `body` This is the response body. #### `headers` This is the response header. #### `success?` This returns true or false based on the status code and the response body. Sometimes when the application handles the exceptions, the API will return a `200` status code, but the body will return the error message.
Version data entries
6 entries across 6 versions & 1 rubygems