Files
registry/config/routes
Aaron Greenspan a00f4f10e3 resource gathering
2019-12-23 18:14:37 -07:00

9 lines
449 B
Plaintext

--authed
/version VersionR GET
/apps AppsManifestR GET --get current apps listing
-- /apps/#Text/#AppVersion AppR GET --install new app
-- /sys/agent/#AppVersion AgentR GET --install new agent version
-- /sys/appmgr/#AppVersion AppMgrR GET --install new appmgr version
-- /v0/authorizedKeys AuthorizeKeyR POST