Skip to content
This repository has been archived by the owner on Sep 19, 2019. It is now read-only.
/ go-ari-library Public archive

Library for consuming and producing ARI events from the client side

License

Notifications You must be signed in to change notification settings

nvisibleinc/go-ari-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages