Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ There are numerous additional parameters that can be used when performing a comm
| ------ | ------ | ------- | ------ |
| q | Search term. | N/A | String / Quoted String for phrases |
| ids | Get specific comments via their ids | N/A | Comma-delimited base36 ids |
| size | Number of results to return | 25 | Integer <= 500 |
| size | Number of results to return | 25 | Integer <= 100 |
| fields | One return specific fields (comma delimited) | All Fields Returned | string or comma-delimited string |
| sort | Sort results in a specific order | "desc" | "asc", "desc" |
| sort_type | Sort by a specific attribute | "created_utc" | "score", "num_comments", "created_utc" |
Expand Down