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

Version Path
monday_ruby-0.6.2 docs/response.md
monday_ruby-0.6.1 docs/response.md
monday_ruby-0.6.0 docs/response.md
monday_ruby-0.4.0 docs/response.md
monday_ruby-0.3.0 docs/response.md
monday_ruby-0.2.0 docs/response.md