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:
- Fork it ( http://github.com/manifest-it/go-monday/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request