Skip to content

Commit

Permalink
docs: Update the docs to reflect message_count JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
SplinterHead committed Jan 30, 2023
1 parent e472489 commit bbb94ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ boinc_client.get_message_count()
Response

```json
30
{
"message_count": 30
}
```

### Get Messages
Expand Down Expand Up @@ -195,7 +197,7 @@ Response
"pri": "projb",
"body": "This is another Message",
"time": 1672531300
},
}
}
}
```

0 comments on commit bbb94ef

Please sign in to comment.