I'm not able to create a list or a card using the RESTful API of Trello. I have tried using the following:
https://api.trello.com/1/lists/list-id/cards?idBoard=4fe20acefbbd331f0502ea21&name=API-CARD&key=my-app-key&token=read-write-token
The result was a GET response with this list cards.
How can I create a list or a card using the RESTful API?
POST? – Daniel LeCheminant Jul 26 '12 at 19:50