You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide more REST-like interface for submit/kill/status
As of this commit, the REST clients and servers communicate more
information through the URL. In particular, this commit introduces
the following mappings:
(1) submit -> POST /submissions/create
(2) kill -> POST /submissions/kill/[submissionId]
(3) status -> GET /submissions/get/[submissionId]
This commit also replaces any references to "driver" with
"submission" where possible. It also involves refactoring the
message classes to adopt the new scheme.
0 commit comments