Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

TinxHQ/wazo-router-confd-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wazo-router-confd-client

A python client library to access wazo-router-confd

Usage

Creating a client

from wazo_router_confd_client import Client
client = Client('<wazo router hostname>', token='<auth token>')

Config

Fetching the server config

client.config.get()

Debian package

Follow the following steps to build a debian package for wazo-router-confd-client manually.

  1. Copy the source directory to a machine with all dependencies installed
rsync -av . <builder-host>:~/wazo-router-confd-client
  1. On the host, increment the changelog
dch -i
  1. Build the package
dpkg-buildpackage -us -uc

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages