Categorygithub.com/whatcrm/go-monday
modulepackage
0.0.0-20240812064937-44f912109ed7
Repository: https://github.com/whatcrm/go-monday.git
Documentation: pkg.go.dev

# README

go-monday

Monday API Library

go-monday is a Rest API for Monday CRM. You can manage your application with this library. It contains almost every API request Monday provides with support of CRUD operations.

Quick Start / Installation

To get started with go-monday, you'll need to do the following:

  • Install the latest version of Go.
  • Install the go-monday package using go get.
  • Use the go-monday package in your Go code.
  • Here's an example of how to install the package:
go get github.com/whatcrm/go-monday

Models

go-monday includes a package for working with models, which allows you to use just the API and create your own models. This means you can create your own structs and use them with our go-monday package, even if you don't want to use every field from Monday's entities.

Here's the link to Models package and example of how to install the package.

go get github.com/whatcrm/go-monday/models

Features

Ecosystem / Documentations

Contributors

go-monday is maintained by WhatCRM Organization. If you'd like to contribute to the project, please reach out to us via Issues.

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author

# Constants

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

BoardKind example: public/private/share.
BoardsOrderBy example: created_at / used_at.
No description provided by the author
No description provided by the author
JSON example: "{\"lead_phone\":\"+1111 RU\"}".
State example: all / active / archived / deleted the default is active.
No description provided by the author