A python client library to access wazo-router-confd
from wazo_router_confd_client import Client
client = Client('<wazo router hostname>', token='<auth token>')
client.config.get()
Follow the following steps to build a debian package for wazo-router-confd-client manually.
- Copy the source directory to a machine with all dependencies installed
rsync -av . <builder-host>:~/wazo-router-confd-client
- On the host, increment the changelog
dch -i
- Build the package
dpkg-buildpackage -us -uc