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
- Host: GitHub
- URL: https://github.com/avocado-framework/avocado-server
- Owner: avocado-framework
- License: other
- Created: 2014-04-30T17:16:07.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T05:20:37.000Z (over 8 years ago)
- Last Synced: 2023-08-14T13:12:24.783Z (almost 3 years ago)
- Language: Python
- Homepage:
- Size: 482 KB
- Stars: 3
- Watchers: 13
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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.