spender-sandbox / cuckoo-modified

Modified edition of cuckoo
395 stars 178 forks source link

Rest Api document must be updated #395

Closed kenanbirkan closed 7 years ago

kenanbirkan commented 7 years ago

Rest api document at link; https://github.com/spender-sandbox/cuckoo-modified/blob/master/docs/book/src/usage/api.rst

must be updated for /tasks/create/file example says ; json_decoder = json.JSONDecoder() task_id = json_decoder.decode(request.text)["task_id"]

but code at link ; https://github.com/spender-sandbox/cuckoo-modified/blob/master/utils/api.py

returns response["task_ids"] = task_ids

doomedraven commented 7 years ago

feel free to push changes yourself next time ;)

kenanbirkan commented 7 years ago

Ok, I've updated :)