Skip to content

Commit

Permalink
Merge pull request #5 from jdart/master
Browse files Browse the repository at this point in the history
Added api for a list of submitted links
  • Loading branch information
henrycatalinismith committed Jan 19, 2014
2 parents 286d721 + 440d59b commit 11080bf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions api/account.json 100644 → 100755
Expand Up @@ -15,6 +15,19 @@
}
},

"GetAccountSubmittedContributions": {
"httpMethod": "GET",
"uri": "user/{id}/submitted.json",
"summary": "Load a user's posted links",
"responseClass": "Reddit\\Api\\Response\\Handler",
"parameters": {
"id": {
"location": "uri",
"description": "The ID of the user",
"required": true
}
}
},

"GetAccountContributions": {
"httpMethod": "GET",
Expand Down

0 comments on commit 11080bf

Please sign in to comment.