Implement requests #65

Merged
michaelhelmick merged 3 commits from implement_requests into master 2012-03-18 06:56:35 -07:00
Showing only changes of commit e3d9ed656b - Show all commits

View file

@ -26,7 +26,7 @@ api_table = {
'method': 'GET',
},
'endSession' : {
'endSession': {
'url': '/account/end_session.json',
'method': 'POST',
},