Marquis42 / go-ari-library

Library for consuming and producing ARI events from the client side

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-ari-library

A library for building an Asterisk REST Interface proxy and client using a message bus backend for delivery of messages, written in the Go programming language.

This library abstracts the message bus from the application by providing an interface for setting up channels to consume Events and Commands in a bus agnostic way.

Installation

$ go import https://github.com/nvisibleinc/go-ari-library

Usage

import (
	"https://github.com/nvisibleinc/go-ari-library"
)

For a useful example of usage of this library, see the go-ari-proxy and ari-voicemail projects.

Licensing

Copyright 2015 N-Visible Technology Lab, Inc.

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Library for consuming and producing ARI events from the client side

License:Apache License 2.0


Languages

Language:Go 100.0%