An open API service indexing awesome lists of open source software.

https://github.com/avocado-framework/avocado-server

REST based interface for applications to interact with an avocado server
https://github.com/avocado-framework/avocado-server

Last synced: 9 months ago
JSON representation

REST based interface for applications to interact with an avocado server

Awesome Lists containing this project

README

          

Avocado Server and REST API
===========================

Avocado Server provides a REST based interface for application to communicate
with the Avocado test server.

Dependencies
------------

Avocado Server requires the following dependencies:

* django
* djangorestframework
* drf-nested-routers

Usage
-----

See documentation inside the ``docs`` directory, for a complete reference
of running Avocado Server and using the REST API interface.