Skip to content

Commit

Permalink
removed comments from json
Browse files Browse the repository at this point in the history
  • Loading branch information
goodkarma-xx committed Apr 4, 2012
1 parent dc450ec commit 0bfb2f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ curl --header "Authentication: Bearer YOUR_API_KEY" \
```json
{
"user": {
"balance": 5, //how much they have left
"contributed": 181, //how much they've contributed in the past
"balance": 5,
"contributed": 181,
"user_id": "test_user",
"wallet": [ //all of the contribution tokens they have received
"wallet": [
{
"amount": 5,
"expires_at": 1341289935,
Expand Down

0 comments on commit 0bfb2f9

Please sign in to comment.