Go to file
Matheus Lima 8484d8289b - Changing the validation in the endpoints used to update the device fields and to activate the device and to upload the skill settings
- Checking the authentication token in the before_request function. This is a tricky to make the api compatible with the mycroft core is expecting today. Today tartarus returns 401 when it calls and endpoint with a non existent path (like /device/{uuid} without pass the uuid). That is the value core expect to check if it needs to perform a device pairing. We should change that in future versions
- Changed device endpoint to send the user uuid together with the device
2019-03-08 17:09:53 -03:00
api - Changing the validation in the endpoints used to update the device fields and to activate the device and to upload the skill settings 2019-03-08 17:09:53 -03:00
db Storing skill identifier in to settings_display from the skill.setting_display table 2019-03-06 15:35:35 -03:00
service moved the contents of the "backend" directory up one level since this repo is now just for backend code 2019-01-30 14:47:18 -06:00
shared - Changing the validation in the endpoints used to update the device fields and to activate the device and to upload the skill settings 2019-03-08 17:09:53 -03:00
.gitignore ignore python egg-info directories 2019-02-01 15:35:45 -06:00
Jenkinsfile initial version of jenkinsfile 2019-03-03 19:21:46 -06:00
README.md changed to reflect new purpose of repo 2019-01-28 16:30:31 -06:00

README.md

selene-backend

Python packages representing the data access layer, APIs and scripts for the Selene project.