Creating An Asana Task Using A Post Http Request
I'm trying to use the asana-api to create a Task using a POST http request but I keep getting a 400 bad request as a response. I managed to get data from the Asana-api using ( a GE
Solution 1:
Based on the examples provided by the request module, it appears that your options object uses payload
as a key, but it should be body
.
Post a Comment for "Creating An Asana Task Using A Post Http Request"