Categorygithub.com/manifest-it/go-monday
repositorypackage
0.0.0-20241226173210-a96a0607a057
Repository: https://github.com/manifest-it/go-monday.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Monday.com GraphQL API Client for Go

Overview

go-monday is a simple client for the Monday.coms GraphQL API.

Installation

$ go get github.com/manifest-it/go-monday/...

Usage

See the example file examples/query/main.go.

Contributing

Features, Issues, and Pull Requests are always welcome.

To contribute:

  1. Fork it ( http://github.com/manifest-it/go-monday/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request