Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/spirosoik/go-front

FrontApp API client written in Go
https://github.com/spirosoik/go-front

Last synced: about 5 hours ago
JSON representation

FrontApp API client written in Go

Awesome Lists containing this project

README

        

[![Go Report Card](https://goreportcard.com/badge/github.com/spirosoik/go-front)](https://goreportcard.com/report/github.com/spirosoik/go-front)
[![Coverage Status](https://coveralls.io/repos/github/spirosoik/go-front/badge.svg?branch=master)](https://coveralls.io/github/spirosoik/go-front?branch=master)
[![CircleCI](https://circleci.com/gh/spirosoik/go-front.svg?style=svg)](https://circleci.com/gh/spirosoik/go-front)

# Golang Front API

This is an implementation in Go for [Front API](https://dev.frontapp.com/)

# Implemented resources

- [x] Token Identity
- [x] Teams
- [x] Teammates
- [x] Inboxes
- [x] Channels
- [x] Conversations
- [ ] Contacts
- [ ] Topics
- [ ] Webhooks
- [ ] Analytics
- [ ] Events
- [ ] Contact groups
- [ ] Contact handles
- [ ] Contact notes
- [ ] Tags
- [ ] Rules
- [ ] Exports
- [ ] Attachments

The rest endpoints are coming soon!!! Stay tuned

# Installation

```
go get -v github.com/spirosoik/go-front
```

# Example

Check the [examples](./_examples)

# License

The librady is under MIT [LICENSE](./LICENSE)