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

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

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.