-
Notifications
You must be signed in to change notification settings - Fork 11
Client
Sanif Himani edited this page Apr 24, 2024
·
7 revisions
The client object is the primary way to interact with the Monday.com API. It offers all the available API actions as methods.
If the library is configured globally, initialize the client using:
client = Monday::Client.newOr, create a new client with the auth token using:
client = Monday::Client.new(token: <AUTH_TOKEN>)- Check out the Error Handling page to learn about effectively managing API responses and errors.
- Explore specific resource pages for detailed examples and guidance on effectively using the client to manage boards, items, and columns.
Repository · Issues · Contributing · License
- Home
- Getting Started
- Quick Start Guide
- Configuration
- Client Usage
- Response
- Error Handling
- Migrating from 0.x to 1.x
- Boards
- Create Board
- Duplicate Board
- Update Board
- Archive Board
- Delete Board
- Delete Board Subscribers