wesabe / ssu

Server-Side Uploader, the data aggregation engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme is out of date with head

makdad opened this issue · comments

commented

When I send the following call per the readme:

`POST /_legacy HTTP/1.0
Content-Type: application/json
Content-Length: 76

{"action": "job.start", "body": {"fid":"com.ingdirect", "creds":{"username":"joesmith","password":"iamgod"}}}`

I'm told there's no action job_start -- it seems that this method was removed from Controller.coffee in a recent revision. How should this be updated?

Are the legacy actions no longer supported?