An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![](https://godoc.org/github.com/blacksails/cgp?status.svg)](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.