Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/spirosoik/go-front
- Owner: spirosoik
- License: mit
- Created: 2018-05-29T10:19:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T12:18:19.000Z (over 6 years ago)
- Last Synced: 2024-06-20T09:10:32.179Z (5 months ago)
- Language: Go
- Size: 14.6 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
- [ ] AttachmentsThe 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)