initial commit for a take on having a restful core api, along with an example scripts leveraging the available API calls

This commit is contained in:
Blake J. Harnden 2018-04-30 16:20:20 -07:00
parent 44781d0aec
commit 7c6c5edf46
5 changed files with 485 additions and 0 deletions

6
daemon/scripts/core-rest Normal file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python
from core.rest import corerest
if __name__ == "__main__":
corerest.start()