Sha256: 11535a66f95dde101786ab3f4e2e6a0534d6bc64cf62072f41c0498575954f80
Contents?: true
Size: 445 Bytes
Versions: 6
Compression:
Stored size: 445 Bytes
Contents
# Client The Monday client is flat, meaning most API actions are available as methods on the client object. To initialize a client, run the following: {% code lineNumbers="true" %} ```ruby # If the library is configured globally client_with_global_config = Monday::Client.new # For a specific client client = Monday::Client.new(token: <AUTH_TOKEN>) ``` {% endcode %} You can then use all the [resources](resources/) using the client object.
Version data entries
6 entries across 6 versions & 1 rubygems