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:
parent
44781d0aec
commit
7c6c5edf46
5 changed files with 485 additions and 0 deletions
6
daemon/scripts/core-rest
Normal file
6
daemon/scripts/core-rest
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from core.rest import corerest
|
||||
|
||||
if __name__ == "__main__":
|
||||
corerest.start()
|
Loading…
Add table
Add a link
Reference in a new issue