Wizcorp / node-pivotal

NodeJS API library for PivotalTracker
44 stars 20 forks source link

addStoryComment POST not PUT #6

Closed tpmo closed 12 years ago

tpmo commented 12 years ago

Only a small issue. The API call must be a POST request, otherwise you get an 500.

https://www.pivotaltracker.com/help/api?version=v3#add_note https://github.com/Wizcorp/node-pivotal/blob/master/index.js#L429

stelcheck commented 12 years ago

Very true, my mistake... would you be able to send us a pull request for that?

tpmo commented 12 years ago

Done in #7