https://github.com/grokify/everbridge-sdk-go
Everbridge SDK
https://github.com/grokify/everbridge-sdk-go
Last synced: 8 months ago
JSON representation
Everbridge SDK
- Host: GitHub
- URL: https://github.com/grokify/everbridge-sdk-go
- Owner: grokify
- License: mit
- Created: 2015-02-08T05:03:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T10:36:13.000Z (over 1 year ago)
- Last Synced: 2024-04-22T11:45:06.398Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 85 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Everbridge SDK for Go
[![Build Status][build-status-svg]][build-status-url]
[![Lint Status][lint-status-svg]][lint-status-url]
[![Go Report Card][goreport-svg]][goreport-url]
[![Docs][docs-godoc-svg]][docs-godoc-url]
[![License][license-svg]][license-url]
[build-status-svg]: https://github.com/grokify/everbridge-sdk-go/workflows/test/badge.svg
[build-status-url]: https://github.com/grokify/everbridge-sdk-go/actions/workflows/test.yaml
[lint-status-svg]: https://github.com/grokify/everbridge-sdk-go/workflows/lint/badge.svg
[lint-status-url]: https://github.com/grokify/everbridge-sdk-go/actions/workflows/lint.yaml
[goreport-svg]: https://goreportcard.com/badge/github.com/grokify/everbridge-sdk-go
[goreport-url]: https://goreportcard.com/report/github.com/grokify/everbridge-sdk-go
[docs-godoc-svg]: https://pkg.go.dev/badge/github.com/grokify/everbridge-sdk-go
[docs-godoc-url]: https://pkg.go.dev/github.com/grokify/everbridge-sdk-go
[license-svg]: https://img.shields.io/badge/license-MIT-blue.svg
[license-url]: https://github.com/grokify/everbridge-sdk-go/blob/master/LICENSE
The `everbridgesdk` package provides a Golang SDK for Everbridge using the Everbridge REST API.
## Links
* Everbridge: https://www.everbridge.com/
* API Reference: https://api.everbridge.net/
* Self-Service Integration Guide: https://www.everbridge.com/products/it-alerting/integrations/self-service-integration-guide/
## Contributing
Features, Issues, and Pull Requests are always welcome.