MycroftAI / personal-backend

WORK IN PROGRESS: A Flask personal backend alternative for running your own version of https://home.mycroft.ai
Apache License 2.0
114 stars 32 forks source link

Add /device/../skill API support and Device info information #41

Open gokrokvertskhov opened 5 years ago

gokrokvertskhov commented 5 years ago

This commit adds support for /skill API calls. Skills will be able to store and retrieve skill related information.

This commit also changes the way how device information is passed from API server. It adds setting and user fields to the device information response.