https://github.com/blacksails/cgp
Communigate Pro API wrapper for go
https://github.com/blacksails/cgp
api-client communigate
Last synced: 9 months ago
JSON representation
Communigate Pro API wrapper for go
- Host: GitHub
- URL: https://github.com/blacksails/cgp
- Owner: blacksails
- License: mit
- Created: 2017-03-20T14:51:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T11:08:27.000Z (about 9 years ago)
- Last Synced: 2025-03-22T09:18:06.128Z (over 1 year ago)
- Topics: api-client, communigate
- Language: Go
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://godoc.org/github.com/blacksails/cgp)
# CGP
This is a go api wrapper for the excellent Communigate Pro mailserver.
## Usage
Create an api client
```go
c := cgp.New("server.hostname.com", "username", "password")
```
For API instuctions of the client see the go-docs
## Contributing
Not all API calls are wrapped yet. I have added the ones that I needed more
will be added if need be. Please submit an issue or a pull request.