jquery/testswarm

Delete/Reset job from API

Closed this issue · 4 comments

Was there any reason why this didn't make it into API?

It did make it into the API. All actions are now separated and in OOP structure. By design every action is also available in the API.

See also API and ./inc/actions.

Based on the PR you just showed me, I see what you mean. It uses the session, which means you can't do it from the API unless you're logged in already through the web interface. Go for it :)

Ahm... sorry, was cleaning pull request (#203), didn't notice your update.

So basically you mean that..?

So, yes. This was already in the API. And as of #203 and #209 it also works with just tokens (instead of sessions).