blob: 81804fa5ec80c846aca1958da710c5b9ff95152c [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-03/schema",
"$license": [
"http://www.apache.org/licenses/LICENSE-2.0"
],
"id": "#",
"javaType" : "org.apache.streams.twitter.api.FollowingIdsRequest",
"javaInterfaces": ["java.io.Serializable"],
"properties": {
"id": {
"description": "The ID of the user for whom to return results for.",
"required": false,
"type": "integer"
},
"screen_name": {
"description": "The screen name of the user for whom to return results for.",
"required": false,
"type": "string"
},
"cursor": {
"description": "Causes the list of connections to be broken into pages of no more than 5000 IDs at a time. The number of IDs returned is not guaranteed to be 5000 as suspended users are filtered out after connections are queried. If no cursor is provided, a value of -1 will be assumed, which is the first page.\nThe response from the API will include a previous_cursor and next_cursor to allow paging back and forth.",
"required": false,
"type": "integer"
},
"stringify_ids": {
"description": "Many programming environments will not consume our Tweet ids due to their size. Provide this option to have ids returned as strings instead.",
"required": false,
"type": "boolean"
},
"count": {
"description": "Specifies the number of IDs attempt retrieval of, up to a maximum of 5,000 per distinct request. The value of count is best thought of as a limit to the number of results to return. When using the count parameter with this method, it is wise to use a consistent count value across all requests to the same user’s collection. Usage of this parameter is encouraged in environments where all 5,000 IDs constitutes too large of a response.",
"required": false,
"type": "integer"
}
}
}