Skip to content

jaunis/xivo-restapi

Repository files navigation

XiVO REST API

Build Status

XiVO REST API is a web server that provides a RESTful service for configuring and managing a XiVO server. Further details on how to use the API can be found on the XiVO documentation web site

Installing REST API

The server is already provided as a part of XiVO. Please refer to the documentation for further details on installing one.

Running unit tests

  1. Install requirements with pip install -r requirements.txt
  2. Run tests with nosetests xivo_restapi

Running functional tests

  1. Install and configure the XiVO acceptance library
  2. Go into acceptance/features_1_1
  3. Run any of the files with lettuce