Documentation
¶
Overview ¶
Package ocall carries some shared utility code for calling the Twitter API v1.1.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HasMorePages ¶
HasMorePages reports whether the request has more pages to fetch. This is true for a freshly-constructed request, and for an invoked request where the server not reported a next-page token.
func ResetPageToken ¶
ResetPageToken resets (clears) the request's current page token. Subsequently invoking the query will then fetch the first page of results.
Types ¶
type UsersReply ¶
A UsersReply is the response from a request that returns users.
Click to show internal directories.
Click to hide internal directories.