Files
domo/deprecated/src/restd/doc/source/about-the-api.rst

11 lines
726 B
ReStructuredText

What is a REST API and why does it matter ?
===========================================
To enable external devices to pair the AwoX Audio Device with other wireless access points, a web API has been designed
for the control part. Aside from enabling devices to interact with the pairing capabilities of the device, this API is a
logical interface to every possible stateless interactions with it.
This document is referencing the complete API exposed by the Awox Audio Striim Device.
A REST (Representational state transfer) service is based on an architectural style consisting of a coordinated set of
architectural constraints applied to components, connectors, and data elements, within a distributed hypermedia system.