The chirp Reference Manual

This is the chirp Reference Manual, version 0.2.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 14:54:07 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 chirp

Chirp Twitter client featuring full API coverage.

Maintainer

Yukari Hafner <>

Author

Yukari Hafner <>

Home Page

https://shinmera.github.io/chirp/

Source Control

(GIT https://github.com/Shinmera/chirp.git)

Bug Tracker

https://github.com/Shinmera/chirp/issues

License

zlib

Version

0.2.0

Dependency

chirp-drakma (system).

Source

chirp.asd.


2.2 chirp-drakma

Chirp Twitter client using Drakma as backend.

Maintainer

Yukari Hafner <>

Author

Yukari Hafner <>

License

zlib

Version

0.2.0

Dependencies
Source

chirp-drakma.asd.

Child Component

drakma.lisp (file).


2.3 chirp-core

Core component of the chirp twitter client, excluding the backend.

Maintainer

Yukari Hafner <>

Author

Yukari Hafner <>

License

zlib

Version

0.2.0

Dependencies
  • yason (system).
  • split-sequence (system).
  • uuid (system).
  • ironclad (system).
  • flexi-streams (system).
  • local-time (system).
  • cl-base64 (system).
  • cl-ppcre (system).
  • alexandria (system).
  • babel (system).
Source

chirp-core.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 chirp/chirp.asd

Source

chirp.asd.

Parent Component

chirp (system).

ASDF Systems

chirp.


3.1.2 chirp-drakma/chirp-drakma.asd

Source

chirp-drakma.asd.

Parent Component

chirp-drakma (system).

ASDF Systems

chirp-drakma.


3.1.3 chirp-core/chirp-core.asd

Source

chirp-core.asd.

Parent Component

chirp-core (system).

ASDF Systems

chirp-core.


3.1.4 chirp-drakma/drakma.lisp

Source

chirp-drakma.asd.

Parent Component

chirp-drakma (system).

Internals

3.1.5 chirp-core/package.lisp

Source

chirp-core.asd.

Parent Component

chirp-core (system).

Packages

3.1.6 chirp-core/indent.lisp

Dependency

package.lisp (file).

Source

chirp-core.asd.

Parent Component

chirp-core (system).

Internals

3.1.7 chirp-core/toolkit.lisp

Dependency

indent.lisp (file).

Source

chirp-core.asd.

Parent Component

chirp-core (system).

Public Interface
Internals

3.1.8 chirp-core/oauth.lisp

Dependency

toolkit.lisp (file).

Source

chirp-core.asd.

Parent Component

chirp-core (system).

Public Interface
Internals

3.1.9 chirp-core/location.lisp

Dependency

oauth.lisp (file).

Source

chirp-core.asd.

Parent Component

chirp-core (system).

Public Interface
Internals

3.1.10 chirp-core/trends.lisp

Dependency

location.lisp (file).

Source

chirp-core.asd.

Parent Component

chirp-core (system).

Public Interface
Internals

3.1.11 chirp-core/entities.lisp

Dependency

trends.lisp (file).

Source

chirp-core.asd.

Parent Component

chirp-core (system).

Public Interface
Internals

3.1.12 chirp-core/help.lisp

Dependency

entities.lisp (file).

Source

chirp-core.asd.

Parent Component

chirp-core (system).

Public Interface
Internals

3.1.13 chirp-core/cursor.lisp

Dependency

help.lisp (file).

Source

chirp-core.asd.

Parent Component

chirp-core (system).

Public Interface

3.1.14 chirp-core/user.lisp

Dependency

cursor.lisp (file).

Source

chirp-core.asd.

Parent Component

chirp-core (system).

Public Interface
Internals

3.1.15 chirp-core/account.lisp

Dependency

user.lisp (file).

Source

chirp-core.asd.

Parent Component

chirp-core (system).

Public Interface
Internals

3.1.16 chirp-core/blocks.lisp

Dependency

account.lisp (file).

Source

chirp-core.asd.

Parent Component

chirp-core (system).

Public Interface
Internals

3.1.17 chirp-core/suggestions.lisp

Dependency

blocks.lisp (file).

Source

chirp-core.asd.

Parent Component

chirp-core (system).

Public Interface
Internals

3.1.18 chirp-core/media.lisp

Dependency

suggestions.lisp (file).

Source

chirp-core.asd.

Parent Component

chirp-core (system).

Public Interface
Internals

3.1.19 chirp-core/statuses.lisp

Dependency

media.lisp (file).

Source

chirp-core.asd.

Parent Component

chirp-core (system).

Public Interface
Internals

3.1.20 chirp-core/timelines.lisp

Dependency

statuses.lisp (file).

Source

chirp-core.asd.

Parent Component

chirp-core (system).

Public Interface
Internals

3.1.21 chirp-core/direct-messages.lisp

Dependency

timelines.lisp (file).

Source

chirp-core.asd.

Parent Component

chirp-core (system).

Public Interface
Internals

3.1.22 chirp-core/friends.lisp

Dependency

direct-messages.lisp (file).

Source

chirp-core.asd.

Parent Component

chirp-core (system).

Public Interface
Internals

3.1.23 chirp-core/favorites.lisp

Dependency

friends.lisp (file).

Source

chirp-core.asd.

Parent Component

chirp-core (system).

Public Interface
Internals

3.1.24 chirp-core/saved-searches.lisp

Dependency

favorites.lisp (file).

Source

chirp-core.asd.

Parent Component

chirp-core (system).

Public Interface
Internals

3.1.25 chirp-core/search.lisp

Dependency

saved-searches.lisp (file).

Source

chirp-core.asd.

Parent Component

chirp-core (system).

Public Interface
Internals

3.1.26 chirp-core/lists.lisp

Dependency

search.lisp (file).

Source

chirp-core.asd.

Parent Component

chirp-core (system).

Public Interface
Internals

3.1.27 chirp-core/stream.lisp

Dependency

lists.lisp (file).

Source

chirp-core.asd.

Parent Component

chirp-core (system).

Public Interface
Internals

3.1.28 chirp-core/generics.lisp

Dependency

stream.lisp (file).

Source

chirp-core.asd.

Parent Component

chirp-core (system).

Public Interface
Internals

%map-timeline (function).


3.1.29 chirp-core/collections.lisp

Dependency

generics.lisp (file).

Source

chirp-core.asd.

Parent Component

chirp-core (system).

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 chirp-objects

Source

package.lisp.

Nickname

org.tymoonnext.chirp.objects

Used By List

chirp.

Public Interface

4.2 chirp

Source

package.lisp.

Nickname

org.tymoonnext.chirp

Use List
Internals

4.3 chirp-api

Source

package.lisp.

Nickname

org.tymoonnext.chirp.api

Used By List

chirp.

Public Interface

4.4 chirp-extra

Source

package.lisp.

Nickname

org.tymoonnext.chirp.extra

Used By List

chirp.

Public Interface

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Special variables

Special Variable: *access-levels*
Package

chirp-extra.

Source

oauth.lisp.

Special Variable: *cached-access*
Package

chirp-extra.

Source

oauth.lisp.

Special Variable: *cached-configuration*
Package

chirp-extra.

Source

help.lisp.

Special Variable: *cached-languages*
Package

chirp-extra.

Source

help.lisp.

Special Variable: *cached-self*
Package

chirp-extra.

Source

account.lisp.

Special Variable: *connection-values*

Possible values for the connections field in a relationship object.

Package

chirp-extra.

Source

friends.lisp.

Special Variable: *oauth-access-secret*
Package

chirp-extra.

Source

oauth.lisp.

Special Variable: *oauth-access-token*
Package

chirp-extra.

Source

oauth.lisp.

Special Variable: *oauth-api-key*
Package

chirp-extra.

Source

oauth.lisp.

Special Variable: *oauth-api-secret*
Package

chirp-extra.

Source

oauth.lisp.

Special Variable: *oauth-signature-method*
Package

chirp-extra.

Source

oauth.lisp.

Special Variable: *oauth-version*
Package

chirp-extra.

Source

oauth.lisp.

Special Variable: *server-port*
Package

chirp-extra.

Source

oauth.lisp.


5.1.2 Macros

Macro: do-cursor ((data-var uri &key parameters method cursor-var) &body body)

Iterates over all data sets of a cursor, binding the request data to DATA-VAR on each iteration. Returns the cursor at its end position.

Package

chirp-extra.

Source

cursor.lisp.

Macro: prepare* (&rest parameter-names)

Creates a PREPARE statement out of the provided variables.

Package

chirp-extra.

Source

toolkit.lisp.

Macro: with-replaced-entities ((status &optional entityvar text) &body replacements)

Shorthand macro for replacing multiple entities.

STATUS — A status object or any object with entities, or a list of entities. ENTITYVAR — The variable to use in the replacement functions.
TEXT — The text to pass to REPLACE-ENTITIES
REPLACEMENTS ::= (TYPE FORM*)*
TYPE — An entity type. Should be one of :USER-MENTIONS :URLS :SYMBOLS :HASHTAGS :MEDIA.

Package

chirp-extra.

Source

statuses.lisp.


5.1.3 Ordinary functions

Function: access-level ()

Returns :READ, :READ-WRITE, :READ-WRITE-DIRECTMESSAGES or NIL indicating the current access level.

Package

chirp-extra.

Source

oauth.lisp.

Function: account/remove-profile-banner ()

Removes the uploaded profile banner for the authenticating user. Returns T on success.

According to spec https://dev.twitter.com/docs/api/1.1/post/account/remove_profile_banner

Package

chirp-api.

Source

account.lisp.

Function: account/self (&key refresh-cache include-entities skip-status)

Alias for ACCOUNT/VERIFY-CREDENTIALS, using caching.

Package

chirp-api.

Source

account.lisp.

Function: account/settings ()

Returns settings (including current trend, geo and sleep time information) for the authenticating user.

According to spec https://dev.twitter.com/docs/api/1.1/get/account/settings

Package

chirp-api.

Source

account.lisp.

Function: account/update-profile (&key name url location description include-entities skip-status)

Sets values that users are able to set under the "Account" tab of their settings page. Only the parameters specified will be updated.

According to spec https://dev.twitter.com/docs/api/1.1/post/account/update_profile

Package

chirp-api.

Source

account.lisp.

Function: account/update-profile-background-image (&key image tile use-image include-entities skip-status)

Updates the authenticating user’s profile background image. This method can also be used to enable or disable the profile background image.

According to spec https://dev.twitter.com/docs/api/1.1/post/account/update_profile_background_image

Package

chirp-api.

Source

account.lisp.

Function: account/update-profile-banner (image &key width height offset-left offset-top)

Uploads a profile banner on behalf of the authenticating user. For best results, upload an <3MB image that is exactly 1252px by 626px. Returns T on success.

According to spec https://dev.twitter.com/docs/api/1.1/post/account/update_profile_banner

Package

chirp-api.

Source

account.lisp.

Function: account/update-profile-colors (&key background-color link-color sidebar-border-color sidebar-fill-color text-color include-entities skip-status)

Sets one or more hex values that control the color scheme of the authenticating user’s profile page on twitter.com. Each parameter’s value must be a valid hexidecimal value, and may be either three or six characters (ex: #fff or #ffffff).

According to spec https://dev.twitter.com/docs/api/1.1/post/account/update_profile_colors

Package

chirp-api.

Source

account.lisp.

Function: account/update-profile-image (image &key include-entities skip-status)

Updates the authenticating user’s profile image. Note that this method expects raw multipart data, not a URL to an image.

According to spec https://dev.twitter.com/docs/api/1.1/post/account/update_profile_image

Package

chirp-api.

Source

account.lisp.

Function: account/verify-credentials (&key include-entities skip-status)

Returns an HTTP 200 OK response code and a representation of the requesting user if authentication was successful; returns a 401 status code and an error message if not. Use this method to test if supplied user credentials are valid.

According to spec https://dev.twitter.com/docs/api/1.1/get/account/verify_credentials

Package

chirp-api.

Source

account.lisp.

Function: application/rate-limit-status (resources)

Returns the current rate limits for methods belonging to the specified resource families.

According to spec https://dev.twitter.com/docs/api/1.1/get/application/rate_limit_status

Package

chirp-api.

Source

help.lisp.

Function: blocks/create (&key screen-name user-id include-entities skip-status)

Blocks the specified user from following the authenticating user. In addition the blocked user will not show in the authenticating users mentions or timeline (unless retweeted by another user). If a follow or friend relationship exists it is destroyed.

According to spec https://dev.twitter.com/docs/api/1.1/post/blocks/create

Package

chirp-api.

Source

blocks.lisp.

Function: blocks/destroy (&key screen-name user-id include-entities skip-status)

Un-blocks the user specified in the ID parameter for the authenticating user. Returns the un-blocked user in the requested format when successful. If relationships existed before the block was instated, they will not be restored.

According to spec https://dev.twitter.com/docs/api/1.1/post/blocks/destroy

Package

chirp-api.

Source

blocks.lisp.

Function: blocks/ids ()

Returns a list of numeric user ids the authenticating user is blocking.

According to spec https://dev.twitter.com/docs/api/1.1/get/blocks/ids

Package

chirp-api.

Source

blocks.lisp.

Function: blocks/list (&key include-entities skip-status)

Returns a list of user objects that the authenticating user is blocking.

According to spec https://dev.twitter.com/docs/api/1.1/get/blocks/list

Package

chirp-api.

Source

blocks.lisp.

Function: collections/add (collection tweet-id &key relative-to above)

https://developer.twitter.com/en/docs/tweets/curate-a-collection/api-reference/post-collections-entries-add

Package

chirp-api.

Source

collections.lisp.

Function: collections/create (name &key description url timeline-order)

https://developer.twitter.com/en/docs/tweets/curate-a-collection/api-reference/post-collections-create

timeline-order:
curation_reverse_chron : order added (default)
tweet_chron : oldest first
tweet_reverse_chron : most recent first

Package

chirp-api.

Source

collections.lisp.

Function: collections/curate (collection op/tweet-id-alist)

Curate tweets with alist that consisted of operations and tweet-id.

Example:
(defparameter *col* (collection/show "custom-123456789"))

(collections/curate *col*
’((:add 1234)
(:add 4321)
(:remove 1111)
(:add 2222)))
; => DONE

According to spec https://developer.twitter.com/en/docs/tweets/curate-a-collection/api-reference/post-collections-entries-curate

Package

chirp-api.

Source

collections.lisp.

Function: collections/destroy (id)

https://developer.twitter.com/en/docs/tweets/curate-a-collection/api-reference/post-collections-destroy

Package

chirp-api.

Source

collections.lisp.

Function: collections/entries (collection &key count max-position min-position)

https://developer.twitter.com/en/docs/tweets/curate-a-collection/api-reference/get-collections-entries

Package

chirp-api.

Source

collections.lisp.

Function: collections/list (user-id/screen-name &key tweet-id count cursor)

https://developer.twitter.com/en/docs/tweets/curate-a-collection/api-reference/get-collections-list

Package

chirp-api.

Source

collections.lisp.

Function: collections/move (collection tweet-id relative-to &key above)

https://developer.twitter.com/en/docs/tweets/curate-a-collection/api-reference/post-collections-entries-move

Package

chirp-api.

Source

collections.lisp.

Function: collections/remove (collection tweet-id)

https://developer.twitter.com/en/docs/tweets/curate-a-collection/api-reference/post-collections-entries-remove

Package

chirp-api.

Source

collections.lisp.

Function: collections/show (id)

https://developer.twitter.com/en/docs/tweets/curate-a-collection/api-reference/get-collections-show

Package

chirp-api.

Source

collections.lisp.

Function: collections/update (id &key name description url)

https://developer.twitter.com/en/docs/tweets/curate-a-collection/api-reference/post-collections-update

Package

chirp-api.

Source

collections.lisp.

Function: complete-authentication (verifier &optional token)

Finishes the authentication procedure by retrieving the access token. Sets the *OAUTH-TOKEN* and *OAUTH-TOKEN-SECRET* to their respective values.

Package

chirp-extra.

Source

oauth.lisp.

Function: compute-status-length (status-text)

Computes the final status length by shortening the URLs within the tweet according to twitter’s current URL shortening configurations. If the configuration has not been fetched before, this function call will result in an api call.

Package

chirp-extra.

Source

statuses.lisp.

Function: cursor-collect (parameter uri &key parameters method)

Collects the given parameter into one list by APPEND.

Package

chirp-extra.

Source

cursor.lisp.

Function: cursored-request (uri &key parameters method)

Performs a signed-request returning a cursor instance tailored for it.

Package

chirp-extra.

Source

cursor.lisp.

Function: direct-mention-p (status)

Returns T if the status is a direct mention of the currently identified user.
To qualify as a direct mention, the mention has to appear before any other text in the tweet.

Package

chirp-extra.

Source

statuses.lisp.

Function: direct-messages (&key since-id max-id count include-entities skip-status full-text)

Returns the 20 most recent direct messages sent to the authenticating user. Includes detailed information about the sender and recipient user. You can request up to 200 direct messages per call, up to a maximum of 800 incoming DMs.

According to spec https://dev.twitter.com/docs/api/1.1/get/direct_messages

Package

chirp-api.

Source

direct-messages.lisp.

Function: direct-messages/destroy (id &key include-entities)

Destroys the direct message specified in the required ID parameter. The authenticating user must be the recipient of the specified direct message.

According to spec https://dev.twitter.com/docs/api/1.1/post/direct_messages/destroy

Package

chirp-api.

Source

direct-messages.lisp.

Function: direct-messages/new (text &key user-id screen-name)

Sends a new direct message to the specified user from the authenticating user. Requires both the user and text parameters and must be a POST. Returns the sent message in the requested format if successful.

According to spec https://dev.twitter.com/docs/api/1.1/post/direct_messages/new

Package

chirp-api.

Source

direct-messages.lisp.

Function: direct-messages/sent (&key since-id max-id count page include-entities full-text)

Returns the 20 most recent direct messages sent by the authenticating user. Includes detailed information about the sender and recipient user. You can request up to 200 direct messages per call, up to a maximum of 800 outgoing DMs.

According to spec https://dev.twitter.com/docs/api/1.1/get/direct_messages/sent

Package

chirp-api.

Source

direct-messages.lisp.

Function: direct-messages/show (id &key full-text)

Returns a single direct message, specified by an id parameter. Like the direct-messages request, this method will include the user objects of the sender and recipient.

According to spec https://dev.twitter.com/docs/api/1.1/get/direct_messages/show

Package

chirp-api.

Source

direct-messages.lisp.

Function: favorites/create (id &key include-entities)

Favorites the status specified in the ID parameter as the authenticating user. Returns the favorite status when successful.

According to spec https://dev.twitter.com/docs/api/1.1/post/favorites/create

Package

chirp-api.

Source

favorites.lisp.

Function: favorites/destroy (id &key include-entities)

Un-favorites the status specified in the ID parameter as the authenticating user. Returns the un-favorited status in the requested format when successful.

According to spec https://dev.twitter.com/docs/api/1.1/post/favorites/destroy

Package

chirp-api.

Source

favorites.lisp.

Function: favorites/list (&key user-id screen-name count since-id max-id include-entities)

Returns the 20 most recent Tweets favorited by the authenticating or specified user.

According to spec https://dev.twitter.com/docs/api/1.1/get/favorites/list

Package

chirp-api.

Source

favorites.lisp.

Function: file-to-base64-string (pathname)
Package

chirp-extra.

Source

toolkit.lisp.

Function: followers/ids (&key user-id screen-name)

Returns a list of user IDs for every user following the specified user.

According to spec https://dev.twitter.com/docs/api/1.1/get/followers/ids

Package

chirp-api.

Source

friends.lisp.

Function: followers/list (&key user-id screen-name skip-status include-user-entities)

Returns a list of user objects for users following the specified user.

According to spec https://dev.twitter.com/docs/api/1.1/get/followers/list

Package

chirp-api.

Source

friends.lisp.

Function: friends/ids (&key user-id screen-name)

Returns a list of user IDs for every user the specified user is following (otherwise known as their "friends").

According to spec https://dev.twitter.com/docs/api/1.1/get/friends/ids

Package

chirp-api.

Source

friends.lisp.

Function: friends/list (&key user-id screen-name skip-status include-user-entities)

Returns a list of user objects for every user the specified user is following (otherwise known as their "friends").

According to spec https://dev.twitter.com/docs/api/1.1/get/friends/list

Package

chirp-api.

Source

friends.lisp.

Function: friendships/create (&key screen-name user-id follow)

Allows the authenticating users to follow the user specified in the ID parameter.

According to spec https://dev.twitter.com/docs/api/1.1/post/friendships/create

Package

chirp-api.

Source

friends.lisp.

Function: friendships/destroy (&key screen-name user-id)

Allows the authenticating user to unfollow the user specified in the ID parameter.

According to spec https://dev.twitter.com/docs/api/1.1/post/friendships/destroy

Package

chirp-api.

Source

friends.lisp.

Function: friendships/incoming ()

Returns a collection of numeric IDs for every user who has a pending request to follow the authenticating user.

According to spec https://dev.twitter.com/docs/api/1.1/get/friendships/incoming

Package

chirp-api.

Source

friends.lisp.

Function: friendships/lookup (&key screen-names user-ids)

Returns the relationships of the authenticating user to the list of up to 100 screen-names or user-ids provided.

According to spec https://dev.twitter.com/docs/api/1.1/get/friendships/lookup

Package

chirp-api.

Source

friends.lisp.

Function: friendships/no-retweets/ids ()

Returns a collection of user_ids that the currently authenticated user does not want to receive retweets from.

According to spec https://dev.twitter.com/docs/api/1.1/get/friendships/no_retweets/ids

Package

chirp-api.

Source

friends.lisp.

Function: friendships/outgoing ()

Returns a collection of numeric IDs for every protected user for whom the authenticating user has a pending follow request.

According to spec https://dev.twitter.com/docs/api/1.1/get/friendships/outgoing

Package

chirp-api.

Source

friends.lisp.

Function: friendships/show (&key source-screen-name source-user-id target-screen-name target-user-id)

Returns detailed information about the relationship between two arbitrary users. The first return value is the relationship object "target", the second "source".

According to spec https://dev.twitter.com/docs/api/1.1/get/friendships/show

Package

chirp-api.

Source

friends.lisp.

Function: friendships/update (&key screen-name user-id device retweets)

Allows one to enable or disable retweets and device notifications from the specified user. The first return value is the relationship object "target", the second "source".

According to spec https://dev.twitter.com/docs/api/1.1/post/friendships/update

Package

chirp-api.

Source

friends.lisp.

Function: from-keyword (keyword)

Turns a keyword into a key.
Replaces - with _ and downcases the keyword as a string. This is useful to parse the request parameters from the lisp representation into the api representation.

Package

chirp-extra.

Source

toolkit.lisp.

Function: generate-nonce ()

Generate a NONCE to use for requests. Currently this simply uses a v4-UUID.

Package

chirp-extra.

Source

toolkit.lisp.

Function: geo/id (place-id)

Returns a location object containing all the information about a known place.

According to spec https://dev.twitter.com/docs/api/1.1/param/geo/id/%3Aplace_id

Package

chirp-api.

Source

location.lisp.

Function: geo/reverse-geocode (latitude longitude &key accuracy granularity max-results)

Given a latitude and a longitude, searches for up to 20 places that can be used as a place_id when updating a status.

According to spec https://dev.twitter.com/docs/api/1.1/get/geo/reverse_geocode

Package

chirp-api.

Source

location.lisp.

Function: geo/search (&key latitude longitude query ip accuracy granularity max-results contained-within attributes)

Search for places that can be attached to a statuses/update. Given a latitude and a longitude pair, an IP address, or a name, this request will return a list of all the valid places that can be used as the place_id when updating a status.

According to spec https://dev.twitter.com/docs/api/1.1/get/geo/search

Package

chirp-api.

Source

location.lisp.

Function: geo/similar-places (latitude longitude name &key contained-within attributes)

Locates places near the given coordinates which are similar in name.

According to spec https://dev.twitter.com/docs/api/1.1/get/geo/similar_places

Package

chirp-api.

Source

location.lisp.

Function: help/configuration (&key refresh-cache)

Returns the current configuration used by Twitter including twitter.com slugs which are not usernames, maximum photo resolutions, and t.co URL lengths.

According to spec https://dev.twitter.com/docs/api/1.1/get/help/configuration

Package

chirp-api.

Source

help.lisp.

Function: help/languages (&key refresh-cache)

Returns the list of languages supported by Twitter along with their ISO 639-1 code. The ISO 639-1 code is the two letter value to use if you include lang with any of your requests.

According to spec https://dev.twitter.com/docs/api/1.1/get/help/languages

Package

chirp-api.

Source

help.lisp.

Function: help/privacy ()

Returns Twitter’s Privacy Policy.

According to spec https://dev.twitter.com/docs/api/1.1/get/help/privacy

Package

chirp-api.

Source

help.lisp.

Function: help/tos ()

Returns the Twitter Terms of Service in the requested format. These are not the same as the Developer Rules of the Road.

According to spec https://dev.twitter.com/docs/api/1.1/get/help/tos

Package

chirp-api.

Source

help.lisp.

Function: hmac (string keystring)

Returns a base-64 encoded string of the HMAC digest of the given STRING using the KEYSTRING as HMAC key. The encoding of *external-format* is used throughout.

Package

chirp-extra.

Source

toolkit.lisp.

Function: initiate-authentication (&key method api-key api-secret)

Starts the authentication process and returns an URL that the user has to visit. METHOD can be one of :PIN :SERVER or a string designating a callback URL.
See OAUTH/AUTHORIZE, INITIATE-SERVER-AUTHENTICATION and OAUTH/AUTHENTICATE respectively.

Package

chirp-extra.

Source

oauth.lisp.

Function: lists/create (name &key mode description)

Creates a new list for the authenticated user. Note that you can’t create more than 20 lists per account.

According to spec https://dev.twitter.com/docs/api/1.1/post/lists/create

Package

chirp-api.

Source

lists.lisp.

Function: lists/destroy (&key list-id slug owner-screen-name owner-id)

Deletes the specified list. The authenticated user must own the list to be able to destroy it.

According to spec https://dev.twitter.com/docs/api/1.1/post/lists/destroy

Package

chirp-api.

Source

lists.lisp.

Function: lists/list (&key user-id screen-name reverse)

Returns all lists the authenticating or specified user subscribes to, including their own. The user is specified using the user_id or screen_name parameters. If no user is given, the authenticating user is used.

According to spec https://dev.twitter.com/docs/api/1.1/get/lists/list

Package

chirp-api.

Source

lists.lisp.

Function: lists/members (&key list-id slug owner-screen-name owner-id include-entities skip-status)

Returns the members of the specified list. Private list members will only be shown if the authenticated user owns the specified list.

According to spec https://dev.twitter.com/docs/api/1.1/get/lists/members

Package

chirp-api.

Source

lists.lisp.

Function: lists/members/create (&key user-id screen-name list-id slug owner-screen-name owner-id)

Add a member to a list. The authenticated user must own the list to be able to add members to it. Note that lists can’t have more than 500 members.

According to spec https://dev.twitter.com/docs/api/1.1/post/lists/members/create

Package

chirp-api.

Source

lists.lisp.

Function: lists/members/create-all (&key user-ids screen-names list-id slug owner-screen-name owner-id)

Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names. The authenticated user must own the list to be able to add members to it. Note that lists can’t have more than 5,000 members, and you are limited to adding up to 100 members to a list at a time with this method.

According to spec https://dev.twitter.com/docs/api/1.1/post/lists/members/create_all

Package

chirp-api.

Source

lists.lisp.

Function: lists/members/destroy (&key user-id screen-name list-id slug owner-screen-name owner-id)

Removes the specified member from the list. The authenticated user must be the list’s owner to remove members from the list.

According to spec https://dev.twitter.com/docs/api/1.1/post/lists/members/destroy

Package

chirp-api.

Source

lists.lisp.

Function: lists/members/destroy-all (&key user-ids screen-names list-id slug owner-screen-name owner-id)

Removes multiple members from a list, by specifying a comma-separated list of member ids or screen names. The authenticated user must own the list to be able to remove members from it. Note that lists can’t have more than 500 members, and you are limited to removing up to 100 members to a list at a time with this method.

According to spec https://dev.twitter.com/docs/api/1.1/post/lists/members/destroy_all

Package

chirp-api.

Source

lists.lisp.

Function: lists/members/show (&key user-id screen-name list-id slug owner-screen-name owner-id include-entities skip-status)

Check if the specified user is a member of the specified list.

According to spec https://dev.twitter.com/docs/api/1.1/get/lists/members/show

Package

chirp-api.

Source

lists.lisp.

Function: lists/memberships (&key user-id screen-name)

Returns the lists the specified user has been added to. If user_id or screen_name are not provided the memberships for the authenticating user are returned.

According to spec https://dev.twitter.com/docs/api/1.1/get/lists/memberships

Package

chirp-api.

Source

lists.lisp.

Function: lists/ownerships (&key user-id screen-name)

Returns the lists owned by the specified Twitter user. Private lists will only be shown if the authenticated user is also the owner of the lists.

According to spec https://dev.twitter.com/docs/api/1.1/get/lists/ownerships

Package

chirp-api.

Source

lists.lisp.

Function: lists/show (&key list-id slug owner-screen-name owner-id)

Returns the specified list. Private lists will only be shown if the authenticated user owns the specified list.

According to spec https://dev.twitter.com/docs/api/1.1/get/lists/show

Package

chirp-api.

Source

lists.lisp.

Function: lists/statuses (&key list-id slug owner-screen-name owner-id since-id max-id count include-entities include-rts)

Returns a timeline of tweets authored by members of the specified list. Retweets are included by default. Use the include_rts=false parameter to omit retweets.

According to spec https://dev.twitter.com/docs/api/1.1/get/lists/statuses

Package

chirp-api.

Source

lists.lisp.

Function: lists/subscribers (&key list-id slug owner-screen-name owner-id include-entities skip-status)

Returns the subscribers of the specified list. Private list subscribers will only be shown if the authenticated user owns the specified list.

According to spec https://dev.twitter.com/docs/api/1.1/get/lists/subscribers

Package

chirp-api.

Source

lists.lisp.

Function: lists/subscribers/create (&key list-id slug owner-screen-name owner-id)

Subscribes the authenticated user to the specified list.

According to spec https://dev.twitter.com/docs/api/1.1/post/lists/subscribers/create

Package

chirp-api.

Source

lists.lisp.

Function: lists/subscribers/destroy (&key list-id slug owner-screen-name owner-id)

Unsubscribes the authenticated user from the specified list.

According to spec https://dev.twitter.com/docs/api/1.1/post/lists/subscribers/destroy

Package

chirp-api.

Source

lists.lisp.

Function: lists/subscribers/show (&key user-id screen-name list-id slug owner-screen-name owner-id include-entities skip-status)

Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.

According to spec https://dev.twitter.com/docs/api/1.1/get/lists/subscribers/show

Package

chirp-api.

Source

lists.lisp.

Function: lists/subscriptions (&key user-id screen-name)

Obtain a collection of the lists the specified user is subscribed to, 20 lists per page by default. Does not include the user’s own lists.

According to spec https://dev.twitter.com/docs/api/1.1/get/lists/subscriptions

Package

chirp-api.

Source

lists.lisp.

Function: lists/update (&key list-id slug owner-screen-name owner-id name mode description)

Updates the specified list. The authenticated user must own the list to be able to update it.

According to spec https://dev.twitter.com/docs/api/1.1/post/lists/update

Package

chirp-api.

Source

lists.lisp.

Function: map-cursor (function parameter uri &key parameters method)

Applies FUNCTION to each element of the designated parameter while going through the cursor. Returns the collected return values of the FUNCTION calls.

Package

chirp-extra.

Source

cursor.lisp.

Function: media/upload (payload &key start end media-type category additional-owners)
Package

chirp-api.

Source

media.lisp.

Function: media/upload/append (media payload segment)
Package

chirp-api.

Source

media.lisp.

Function: media/upload/finalize (media)
Package

chirp-api.

Source

media.lisp.

Function: media/upload/init (total-bytes media-type &key category additional-owners)
Package

chirp-api.

Source

media.lisp.

Function: media/upload/status (media)
Package

chirp-api.

Source

media.lisp.

Function: mention-p (status)

Returns T if the status is mentioning the currently identified user.
Simply checks the status entities for a user-mention that matches to the currently identified user.

Package

chirp-extra.

Source

statuses.lisp.

Function: oauth/access-token (verifier)

Turn the tokens received through the authentication into an access token.

According to spec https://dev.twitter.com/docs/auth/implementing-sign-twitter

Package

chirp-api.

Source

oauth.lisp.

Function: oauth/authenticate (callback-url)

Initiate the authentication through the redirect mechanism.
Returns an URL that the user has to open in the browser.
Upon successful authentication, the page should redirect back
to the specified callback url. This callback endpoint should then
pass the proper parameters to COMPLETE-AUTHENTICATION.

According to spec https://dev.twitter.com/docs/auth/implementing-sign-twitter

Package

chirp-api.

Source

oauth.lisp.

Function: oauth/authorize ()

Initiate the authentication through the PIN mechanism.
Returns an URL that the user has to open in the browser.
This page should, upon successful authentication, return a PIN
that has to be initialized by passing it to COMPLETE-AUTHENTICATION.

According to spec https://dev.twitter.com/docs/auth/pin-based-authorization

Package

chirp-api.

Source

oauth.lisp.

Function: oauth/request-token (callback)

Query for a request token using the specified callback.
Returns an ALIST containing :OAUTH-TOKEN, :OAUTH-TOKEN-SECRET and :OAUTH-CALLBACK-CONFIRMED, the first two being strings and the last a boolean.

According to spec https://dev.twitter.com/docs/auth/implementing-sign-twitter

Package

chirp-api.

Source

oauth.lisp.

Function: parse-boolean (value)

Parses a string boolean. If the string is one of (T, true, 1), then T is returned, otherwise NIL. The check is case-insensitive.

Package

chirp-extra.

Source

toolkit.lisp.

Function: parse-month (string)
Package

chirp-extra.

Source

toolkit.lisp.

Function: parse-twitter-time (string)

Parse a string returned by the twitter API that is of the form "Fri Mar 26 15:36:12 +0000 2010" to a local-time timestamp.

Package

chirp-extra.

Source

toolkit.lisp.

Function: pin-request-token ()

Query for a PIN based request token.
See CALLBACK-REQUEST-TOKEN.

According to spec https://dev.twitter.com/docs/auth/pin-based-authorization

Package

chirp-extra.

Source

oauth.lisp.

Function: prepare (parameters)

Filters out empty key-value pairs and turns all values into strings, ready to be sent out as request parameters. This function is DESTRUCTIVE.

Package

chirp-extra.

Source

toolkit.lisp.

Function: replace-entities (status replacement-functions &optional text)

Replaces the regions as marked by the entities with the result of the replacement function.

STATUS — A status object or any object with entities, or a list of entities.
REPLACEMENT-FUNCTIONS — A plist of entity-types as keys and functions with one argument as the value. Keys should be one of :USER-MENTIONS :URLS :SYMBOLS :HASHTAGS :MEDIA. Functions should take one argument, the entity to replace and return a string value to replace it with.
TEXT — The text to replace in. The sequence is not modified.

Package

chirp-extra.

Source

statuses.lisp.

Function: replace-entity (status entity-type replacement-function &optional text)

Replaces the regions as marked by the entities with the result of the replacement function.

STATUS — A status object or any object with entities.
ENTITY-TYPE — A keyword for the entity to replace. Either :USER-MENTIONS :URLS :SYMBOLS :HASHTAGS :MEDIA REPLACEMENT-FUNCTION — A function with one argument; the entity object currently being replaced.
TEXT — The text to replace in. The sequence is not modified.

Package

chirp-extra.

Source

statuses.lisp.

Function: retweet-p (status)

Returns T if the status is a retweet.
To qualify as a retweet, the tweet has to either contain a RETWEETED-STATUS, or start with "RT".

Package

chirp-extra.

Source

statuses.lisp.

Function: saved-searches/create (query)

Create a new saved search for the authenticated user. A user may only have 25 saved searches.

According to spec https://dev.twitter.com/docs/api/1.1/post/saved_searches/create

Package

chirp-api.

Source

saved-searches.lisp.

Function: saved-searches/destroy/id (id)

Destroys a saved search for the authenticating user. The authenticating user must be the owner of saved search id being destroyed.

According to spec https://dev.twitter.com/docs/api/1.1/post/saved_searches/destroy/%3Aid

Package

chirp-api.

Source

saved-searches.lisp.

Function: saved-searches/list ()

Returns the authenticated user’s saved search queries.

According to spec https://dev.twitter.com/docs/api/1.1/get/saved_searches/list

Package

chirp-api.

Source

saved-searches.lisp.

Function: saved-searches/show/id (id)

Retrieve the information for the saved search represented by the given id. The authenticating user must be the owner of saved search ID being requested.

According to spec https://dev.twitter.com/docs/api/1.1/get/saved_searches/show/%3Aid

Package

chirp-api.

Source

saved-searches.lisp.

Function: search/tweets (query &key latitude longitude radius locale language result-type count until since-id max-id include-entities)

Returns a collection of relevant Tweets matching a specified query and some search metadata as a second value.

According to spec https://dev.twitter.com/docs/api/1.1/get/search/tweets

Package

chirp-api.

Source

search.lisp.

Function: serialize-object (object)

Turns all object slots into an ALIST. Requires CLOSER-MOP to be installed.

Package

chirp-extra.

Source

toolkit.lisp.

Function: signed-data-request (request-url &key data-parameters parameters oauth-parameters additional-headers method drakma-params)

Issue a signed data request against the API.
See SIGNED-REQUEST.

According to spec https://dev.twitter.com/docs/uploading-media

Package

chirp-extra.

Source

oauth.lisp.

Function: signed-request (request-url &key parameters oauth-parameters additional-headers method drakma-params)

Issue a signed request against the API.
This requires the *oauth-api-key*, *oauth-signature-method*, *oauth-version* and at least *oauth-api-secret* to be set.
See CREATE-SIGNATURE.
For return values see DRAKMA:HTTP-REQUEST

According to spec https://dev.twitter.com/docs/auth/authorizing-request

Package

chirp-extra.

Source

oauth.lisp.

Function: signed-stream-request (request-url &key parameters oauth-parameters additional-headers method drakma-params)

Issue a signed data request against the API.
See SIGNED-REQUEST. Returns values according to DRAKMA:HTTP-REQUEST with :WANT-STREAM T

Package

chirp-extra.

Source

oauth.lisp.

Function: statuses/destroy (id &key trim-user)

Destroys the status specified by the required ID parameter. The authenticating user must be the author of the specified status. Returns the destroyed status if successful.

According to spec https://dev.twitter.com/docs/api/1.1/post/statuses/destroy/%3Aid

Package

chirp-api.

Source

statuses.lisp.

Function: statuses/home-timeline (&key count since-id max-id trim-user exclude-replies include-entities contributor-details tweet-mode)

Returns a collection of the most recent Tweets and retweets posted by the authenticating user and the users they follow. The home timeline is central to how most users interact with the Twitter service.

According to spec https://dev.twitter.com/docs/api/1.1/get/statuses/home_timeline

Package

chirp-api.

Source

timelines.lisp.

Function: statuses/mentions-timeline (&key count since-id max-id trim-user include-entities contributor-details tweet-mode)

Returns the 20 most recent mentions (tweets containing a users’s @screen_name) for the authenticating user.

According to spec https://dev.twitter.com/docs/api/1.1/get/statuses/mentions_timeline

Package

chirp-api.

Source

timelines.lisp.

Function: statuses/oembed (id url &key max-width hide-media hide-thread omit-script align related language)

Returns information allowing the creation of an embedded representation of a Tweet on third party sites. See the oEmbed specification for information about the response format.

According to spec https://dev.twitter.com/docs/api/1.1/get/statuses/oembed

Package

chirp-api.

Source

statuses.lisp.

Function: statuses/retweet (id &key trim-user)

Retweets a tweet. Returns the original tweet with retweet details embedded.

According to spec https://dev.twitter.com/docs/api/1.1/post/statuses/retweet/%3Aid

Package

chirp-api.

Source

statuses.lisp.

Function: statuses/retweeters/ids (id)

Returns a collection of up to 100 user IDs belonging to users who have retweeted the tweet specified by the id parameter.

According to spec https://dev.twitter.com/docs/api/1.1/get/statuses/retweeters/ids

Package

chirp-api.

Source

statuses.lisp.

Function: statuses/retweets (id &key count trim-user tweet-mode)

Returns a collection of the 100 most recent retweets of the tweet specified by the id parameter.

According to spec https://dev.twitter.com/docs/api/1.1/get/statuses/retweets/%3Aid

Package

chirp-api.

Source

statuses.lisp.

Function: statuses/retweets-of-me (&key count since-id max-id trim-user include-entities include-user-entities tweet-mode)

Returns the most recent tweets authored by the authenticating user that have been retweeted by others. This timeline is a subset of the user’s GET statuses/user_timeline.

According to spec https://dev.twitter.com/docs/api/1.1/get/statuses/retweets_of_me

Package

chirp-api.

Source

timelines.lisp.

Function: statuses/show (id &key trim-user include-my-retweet include-entities tweet-mode)

Returns a single Tweet, specified by the id parameter. The Tweet’s author will also be embedded within the tweet.

According to spec https://dev.twitter.com/docs/api/1.1/get/statuses/show/%3Aid

Package

chirp-api.

Source

statuses.lisp.

Function: statuses/update (status &key reply-to latitude longitude place-id display-coordinates trim-user media possibly-sensitive)

Updates the authenticating user’s current status, also known as tweeting.

According to spec https://dev.twitter.com/docs/api/1.1/post/statuses/update

Package

chirp-api.

Source

statuses.lisp.

Function: statuses/update-with-media (status media &key possibly-sensitive reply-to latitude longitude place-id display-coordinates trim-user)

Updates the authenticating user’s current status and attaches media for upload. In other words, it creates a Tweet with a picture attached. MEDIA is either a pathname, usb-8 array or a base64-encoded string, or a list thereof.

This endpoint is deprecated. Please use statuses/update with the :media argument, instead.

According to spec https://dev.twitter.com/docs/api/1.1/post/statuses/update_with_media

Package

chirp-api.

Source

statuses.lisp.

Function: statuses/user-timeline (&key user-id screen-name count since-id max-id trim-user exclude-replies include-entities contributor-details include-rts tweet-mode)

Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters.

According to spec https://dev.twitter.com/docs/api/1.1/get/statuses/user_timeline

Package

chirp-api.

Source

timelines.lisp.

Function: stream/site (handler-function follow &key stall-warnings filter-level language with replies count)

Streams messages for a set of users, as described in Site streams. See STREAM/USER.

According to spec https://dev.twitter.com/docs/api/1.1/get/site https://dev.twitter.com/docs/streaming-apis/streams/site https://dev.twitter.com/docs/streaming-apis/messages

Package

chirp-api.

Source

stream.lisp.

Function: stream/statuses/filter (handler-function &key follow track locations stall-warnings filter-level language count)

Returns public statuses that match one or more filter predicates. Multiple parameters may be specified which allows most clients to use a single connection to the Streaming API. Both GET and POST requests are supported, but GET requests with too many parameters may cause the request to be rejected for excessive URL length. Use a POST request to avoid long URLs. See STREAM/USER.

According to spec https://dev.twitter.com/docs/api/1.1/post/statuses/filter
https://dev.twitter.com/docs/streaming-apis/messages

Package

chirp-api.

Source

stream.lisp.

Function: stream/statuses/firehose (handler-function &key stall-warnings filter-level language count)

Returns all public statuses. Few applications require this level of access. Creative use of a combination of other resources and various access levels can satisfy nearly every application use case. This endpoint requires special permission to access.

According to spec https://dev.twitter.com/docs/api/1.1/get/statuses/firehose
https://dev.twitter.com/docs/streaming-apis/messages

Package

chirp-api.

Source

stream.lisp.

Function: stream/statuses/sample (handler-function &key stall-warnings filter-level language count)

Returns a small random sample of all public statuses. The Tweets returned by the default access level are the same, so if two different clients connect to this endpoint, they will see the same Tweets.

According to spec https://dev.twitter.com/docs/api/1.1/get/statuses/sample
https://dev.twitter.com/docs/streaming-apis/messages

Package

chirp-api.

Source

stream.lisp.

Function: stream/user (handler-function &key stall-warnings filter-level language with replies count)

Streams messages for a single user, as described in User streams.
Each line is parsed into an appropriate object (NIL for empty lines) and passed to the handler function. This is done as long as the handler function returns a non-NIL value. Once the handler returns NIL, the loop is stopped and the stream is closed.

According to spec https://dev.twitter.com/docs/api/1.1/get/user https://dev.twitter.com/docs/streaming-apis/streams/user https://dev.twitter.com/docs/streaming-apis/messages

Package

chirp-api.

Source

stream.lisp.

Function: text-with-expanded-urls (status &optional text)

Replaces the shortened links with the resolved entity urls if possible.

Package

chirp-extra.

Source

statuses.lisp.

Function: text-with-markup (status &key append-media url-class mention-class hashtag-class media-class media-image-class text)

Transforms the text into a HTML-ready form.
This includes the following changes related to entities:
URLS -> <a href="URL" title="EXPANDED-URL">DISPLAY-URL</a>
USER-MENTIONS -> <a href="http://twitter.com/SCREEN-NAME" title="NAME">@SCREEN-NAME</a>
HASHTAGS -> <a href="http://twitter.com/search?q=%23HASHTAG">#HASHTAG</a>
MEDIA -> <a href="URL" title="EXPANDED-URL">DISPLAY-URL</a>
The tweet status text is also correctly escaped with entities for <, >, &.
If APPEND-MEDIA is non-NIL, an <img> tag with the related SRC and ALT attributes is appended to the text if a media entity exists. APPEND-MEDIA can be one of :LARGE :MEDIUM :SMALL :THUMB, which sets the proper width and height attributes and loads the respective image. The size defaults to :THUMB.

Package

chirp-extra.

Source

statuses.lisp.

Function: to-keyword (string)

Turns a key into a keyword.
Replaces _ with - and uppercases the string, then interns it into the keyword package. This is useful to parse the request responses into an alist.

Package

chirp-extra.

Source

toolkit.lisp.

Returns the locations that Twitter has trending topic information for.

According to spec https://api.twitter.com/1.1/trends/available.json

Package

chirp-api.

Source

trends.lisp.

Returns the locations that Twitter has trending topic information for, closest to a specified location.

According to spec https://dev.twitter.com/docs/api/1.1/get/trends/closest

Package

chirp-api.

Source

trends.lisp.

Returns the top 10 trending topics for a specific WOEID, if trending information is available for it.

According to spec https://api.twitter.com/1.1/trends/place.json

Package

chirp-api.

Source

trends.lisp.

Function: url-encode (string &optional external-format)

Returns a URL-encoded version of the string STRING using the external format EXTERNAL-FORMAT.

According to spec https://dev.twitter.com/docs/auth/percent-encoding-parameters

Package

chirp-extra.

Source

toolkit.lisp.

Function: users/contributees (&key user-id screen-name include-entities skip-status)

Returns a list of users that the specified user can "contribute" to.

According to spec https://dev.twitter.com/docs/api/1.1/get/users/contributees

Package

chirp-api.

Source

user.lisp.

Function: users/contributors (&key user-id screen-name include-entities skip-status)

Returns a list of users who can contribute to the specified account.

According to spec https://dev.twitter.com/docs/api/1.1/get/users/contributors

Package

chirp-api.

Source

user.lisp.

Function: users/lookup (&key screen-name user-id include-entities)

Returns fully-hydrated user objects for up to 100 users per request, as specified by the lists passed to the user_id and/or screen_name parameters.

According to spec https://dev.twitter.com/docs/api/1.1/get/users/lookup

Package

chirp-api.

Source

user.lisp.

Function: users/profile-banner (&key user-id screen-name)

Returns a map of the available size variations of the specified user’s profile banner. If the user has not uploaded a profile banner, a HTTP 404 will be served instead. This method can be used instead of string manipulation on the profile_banner_url returned in user objects as described in User Profile Images and Banners.

According to spec https://dev.twitter.com/docs/api/1.1/get/users/profile_banner

Package

chirp-api.

Source

user.lisp.

Function: users/report-spam (&key user-id screen-name)

Report the specified user as a spam account to Twitter. Additionally performs the equivalent of POST blocks/create on behalf of the authenticated user.

According to spec https://dev.twitter.com/docs/api/1.1/post/users/report_spam

Package

chirp-api.

Source

user.lisp.

Function: users/search (query &key page count include-entities)

Provides a simple, relevance-based search interface to public user accounts on Twitter. Try querying by topical interest, full name, company name, location, or other criteria. Exact match searches are not supported.

According to spec https://dev.twitter.com/docs/api/1.1/get/users/search

Package

chirp-api.

Source

user.lisp.

Function: users/show (&key screen-name user-id include-entities)

Returns a variety of information about the user specified by the required user_id or screen_name parameter. The author’s most recent Tweet will be returned inline when possible.

According to spec https://dev.twitter.com/docs/api/1.1/get/users/show

Package

chirp-api.

Source

user.lisp.

Function: users/suggestions (&key language)

Access to Twitter’s suggested user list. This returns the list of suggested user categories. The category can be used in GET users/suggestions/:slug to get the users in that category.

According to spec https://dev.twitter.com/docs/api/1.1/get/users/suggestions

Package

chirp-api.

Source

suggestions.lisp.

Function: users/suggestions/slug (slug &key language)

Access the users in a given category of the Twitter suggested user list.

According to spec https://dev.twitter.com/docs/api/1.1/get/users/suggestions/%3Aslug

Package

chirp-api.

Source

suggestions.lisp.

Function: users/suggestions/slug/members (slug)

Access the users in a given category of the Twitter suggested user list and return their most recent status if they are not a protected user.

According to spec https://dev.twitter.com/docs/api/1.1/get/users/suggestions/%3Aslug/members

Package

chirp-api.

Source

suggestions.lisp.

Function: valid-language-p (language &key refresh-cache)

Returns T if the given language code is a language covered by twitter.

See HELP/LANGUAGES.

Package

chirp-extra.

Source

help.lisp.

Function: xml-decode (string)

Transforms &lt; &gt; &amp; into their proper characters.

Package

chirp-extra.

Source

toolkit.lisp.

Function: xml-encode (string)

Transforms & < > into their proper entities.

Package

chirp-extra.

Source

toolkit.lisp.


5.1.4 Generic functions

Generic Reader: address (object)
Package

chirp-objects.

Methods
Reader Method: address ((resource resource))

automatically generated reader method

Source

help.lisp.

Target Slot

%address.

Generic Writer: (setf address) (object)
Package

chirp-objects.

Methods
Writer Method: (setf address) ((resource resource))

automatically generated writer method

Source

help.lisp.

Target Slot

%address.

Generic Reader: all-replies (object)
Package

chirp-objects.

Methods
Reader Method: all-replies ((relationship relationship))

automatically generated reader method

Source

friends.lisp.

Target Slot

%all-replies.

Generic Writer: (setf all-replies) (object)
Package

chirp-objects.

Methods
Writer Method: (setf all-replies) ((relationship relationship))

automatically generated writer method

Source

friends.lisp.

Target Slot

%all-replies.

Generic Reader: associated-url (object)
Package

chirp-objects.

Methods
Reader Method: associated-url ((collection collection))

automatically generated reader method

Source

collections.lisp.

Target Slot

%associated-url.

Generic Writer: (setf associated-url) (object)
Package

chirp-objects.

Methods
Writer Method: (setf associated-url) ((collection collection))

automatically generated writer method

Source

collections.lisp.

Target Slot

%associated-url.

Generic Reader: author-name (object)
Package

chirp-objects.

Methods
Reader Method: author-name ((oembed oembed))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%author-name.

Generic Writer: (setf author-name) (object)
Package

chirp-objects.

Methods
Writer Method: (setf author-name) ((oembed oembed))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%author-name.

Generic Reader: author-url (object)
Package

chirp-objects.

Methods
Reader Method: author-url ((oembed oembed))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%author-url.

Generic Writer: (setf author-url) (object)
Package

chirp-objects.

Methods
Writer Method: (setf author-url) ((oembed oembed))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%author-url.

Generic Reader: avatar (object)
Package

chirp-objects.

Methods
Reader Method: avatar ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%avatar.

Generic Writer: (setf avatar) (object)
Package

chirp-objects.

Methods
Writer Method: (setf avatar) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%avatar.

Generic Reader: background (object)
Package

chirp-objects.

Methods
Reader Method: background ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%background.

Generic Writer: (setf background) (object)
Package

chirp-objects.

Methods
Writer Method: (setf background) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%background.

Generic Function: block-user (user)

Blocks the given user as per BLOCKS/CREATE. Returns a new user object.

Package

chirp-extra.

Source

generics.lisp.

Methods
Method: block-user ((user user))
Method: block-user ((id fixnum))
Method: block-user ((name string))
Generic Reader: blocking (object)
Package

chirp-objects.

Methods
Reader Method: blocking ((relationship relationship))

automatically generated reader method

Source

friends.lisp.

Target Slot

%blocking.

Generic Writer: (setf blocking) (object)
Package

chirp-objects.

Methods
Writer Method: (setf blocking) ((relationship relationship))

automatically generated writer method

Source

friends.lisp.

Target Slot

%blocking.

Generic Reader: bounding-box (object)
Package

chirp-objects.

Methods
Reader Method: bounding-box ((location location))

automatically generated reader method

Source

location.lisp.

Target Slot

%bounding-box.

Generic Writer: (setf bounding-box) (object)
Package

chirp-objects.

Methods
Writer Method: (setf bounding-box) ((location location))

automatically generated writer method

Source

location.lisp.

Target Slot

%bounding-box.

Generic Reader: cache-age (object)
Package

chirp-objects.

Methods
Reader Method: cache-age ((oembed oembed))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%cache-age.

Generic Writer: (setf cache-age) (object)
Package

chirp-objects.

Methods
Writer Method: (setf cache-age) ((oembed oembed))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%cache-age.

Generic Reader: can-dm (object)
Package

chirp-objects.

Methods
Reader Method: can-dm ((relationship relationship))

automatically generated reader method

Source

friends.lisp.

Target Slot

%can-dm.

Generic Writer: (setf can-dm) (object)
Package

chirp-objects.

Methods
Writer Method: (setf can-dm) ((relationship relationship))

automatically generated writer method

Source

friends.lisp.

Target Slot

%can-dm.

Generic Reader: characters-reserved-per-media (object)
Package

chirp-objects.

Methods
Reader Method: characters-reserved-per-media ((configuration configuration))

automatically generated reader method

Source

help.lisp.

Target Slot

%characters-reserved-per-media.

Generic Writer: (setf characters-reserved-per-media) (object)
Package

chirp-objects.

Methods
Writer Method: (setf characters-reserved-per-media) ((configuration configuration))

automatically generated writer method

Source

help.lisp.

Target Slot

%characters-reserved-per-media.

Generic Reader: code (object)
Package

chirp-objects.

Methods
Reader Method: code ((stream-warning stream-warning))

automatically generated reader method

Source

stream.lisp.

Target Slot

%code.

Reader Method: code ((stream-disconnect stream-disconnect))

automatically generated reader method

Source

stream.lisp.

Target Slot

%code.

Reader Method: code ((language language))

automatically generated reader method

Source

help.lisp.

Target Slot

%code.

Generic Writer: (setf code) (object)
Package

chirp-objects.

Methods
Writer Method: (setf code) ((stream-warning stream-warning))

automatically generated writer method

Source

stream.lisp.

Target Slot

%code.

Writer Method: (setf code) ((stream-disconnect stream-disconnect))

automatically generated writer method

Source

stream.lisp.

Target Slot

%code.

Writer Method: (setf code) ((language language))

automatically generated writer method

Source

help.lisp.

Target Slot

%code.

Generic Reader: collection-type (object)
Package

chirp-objects.

Methods
Reader Method: collection-type ((collection collection))

automatically generated reader method

Source

collections.lisp.

Target Slot

%collection-type.

Generic Writer: (setf collection-type) (object)
Package

chirp-objects.

Methods
Writer Method: (setf collection-type) ((collection collection))

automatically generated writer method

Source

collections.lisp.

Target Slot

%collection-type.

Generic Reader: colors (object)
Package

chirp-objects.

Methods
Reader Method: colors ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%colors.

Generic Writer: (setf colors) (object)
Package

chirp-objects.

Methods
Writer Method: (setf colors) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%colors.

Generic Reader: completed-in (object)
Package

chirp-objects.

Methods
Reader Method: completed-in ((search-metadata search-metadata))

automatically generated reader method

Source

search.lisp.

Target Slot

%completed-in.

Generic Writer: (setf completed-in) (object)
Package

chirp-objects.

Methods
Writer Method: (setf completed-in) ((search-metadata search-metadata))

automatically generated writer method

Source

search.lisp.

Target Slot

%completed-in.

Generic Reader: connections (object)
Package

chirp-objects.

Methods
Reader Method: connections ((relationship relationship))

automatically generated reader method

Source

friends.lisp.

Target Slot

%connections.

Generic Writer: (setf connections) (object)
Package

chirp-objects.

Methods
Writer Method: (setf connections) ((relationship relationship))

automatically generated writer method

Source

friends.lisp.

Target Slot

%connections.

Generic Reader: contained-within (object)
Package

chirp-objects.

Methods
Reader Method: contained-within ((location location))

automatically generated reader method

Source

location.lisp.

Target Slot

%contained-within.

Generic Writer: (setf contained-within) (object)
Package

chirp-objects.

Methods
Writer Method: (setf contained-within) ((location location))

automatically generated writer method

Source

location.lisp.

Target Slot

%contained-within.

Generic Reader: contributors (object)
Package

chirp-objects.

Methods
Reader Method: contributors ((status status))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%contributors.

Reader Method: contributors ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%contributors.

Generic Writer: (setf contributors) (object)
Package

chirp-objects.

Methods
Writer Method: (setf contributors) ((status status))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%contributors.

Writer Method: (setf contributors) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%contributors.

Generic Reader: control-uri (object)
Package

chirp-objects.

Methods
Reader Method: control-uri ((stream-control stream-control))

automatically generated reader method

Source

stream.lisp.

Target Slot

%control-uri.

Generic Writer: (setf control-uri) (object)
Package

chirp-objects.

Methods
Writer Method: (setf control-uri) ((stream-control stream-control))

automatically generated writer method

Source

stream.lisp.

Target Slot

%control-uri.

Package

chirp-objects.

Methods

automatically generated reader method

Source

account.lisp.

Target Slot

%cookie-personalization.

Package

chirp-objects.

Methods

automatically generated writer method

Source

account.lisp.

Target Slot

%cookie-personalization.

Generic Reader: coordinates (object)
Package

chirp-objects.

Methods
Reader Method: coordinates ((status status))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%coordinates.

Reader Method: coordinates ((geometry geometry))

automatically generated reader method

Source

location.lisp.

Target Slot

%coordinates.

Generic Writer: (setf coordinates) (object)
Package

chirp-objects.

Methods
Writer Method: (setf coordinates) ((status status))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%coordinates.

Writer Method: (setf coordinates) ((geometry geometry))

automatically generated writer method

Source

location.lisp.

Target Slot

%coordinates.

Generic Reader: country (object)
Package

chirp-objects.

Methods
Reader Method: country ((trend-location trend-location))

automatically generated reader method

Source

trends.lisp.

Target Slot

%country.

Generic Writer: (setf country) (object)
Package

chirp-objects.

Methods
Writer Method: (setf country) ((trend-location trend-location))

automatically generated writer method

Source

trends.lisp.

Target Slot

%country.

Generic Reader: country-code (object)
Package

chirp-objects.

Methods
Reader Method: country-code ((trend-location trend-location))

automatically generated reader method

Source

trends.lisp.

Target Slot

%country-code.

Reader Method: country-code ((location location))

automatically generated reader method

Source

location.lisp.

Target Slot

%country-code.

Generic Writer: (setf country-code) (object)
Package

chirp-objects.

Methods
Writer Method: (setf country-code) ((trend-location trend-location))

automatically generated writer method

Source

trends.lisp.

Target Slot

%country-code.

Writer Method: (setf country-code) ((location location))

automatically generated writer method

Source

location.lisp.

Target Slot

%country-code.

Generic Reader: country-name (object)
Package

chirp-objects.

Methods
Reader Method: country-name ((location location))

automatically generated reader method

Source

location.lisp.

Target Slot

%country-name.

Generic Writer: (setf country-name) (object)
Package

chirp-objects.

Methods
Writer Method: (setf country-name) ((location location))

automatically generated writer method

Source

location.lisp.

Target Slot

%country-name.

Generic Reader: counts (object)
Package

chirp-objects.

Methods
Reader Method: counts ((user-list user-list))

automatically generated reader method

Source

lists.lisp.

Target Slot

%counts.

Reader Method: counts ((status status))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%counts.

Reader Method: counts ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%counts.

Generic Writer: (setf counts) (object)
Package

chirp-objects.

Methods
Writer Method: (setf counts) ((user-list user-list))

automatically generated writer method

Source

lists.lisp.

Target Slot

%counts.

Writer Method: (setf counts) ((status status))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%counts.

Writer Method: (setf counts) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%counts.

Generic Reader: created-at (object)
Package

chirp-objects.

Methods
Reader Method: created-at ((stream-event stream-event))

automatically generated reader method

Source

stream.lisp.

Target Slot

%created-at.

Reader Method: created-at ((user-list user-list))

automatically generated reader method

Source

lists.lisp.

Target Slot

%created-at.

Reader Method: created-at ((saved-search saved-search))

automatically generated reader method

Source

saved-searches.lisp.

Target Slot

%created-at.

Reader Method: created-at ((direct-message direct-message))

automatically generated reader method

Source

direct-messages.lisp.

Target Slot

%created-at.

Reader Method: created-at ((status status))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%created-at.

Reader Method: created-at ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%created-at.

Generic Writer: (setf created-at) (object)
Package

chirp-objects.

Methods
Writer Method: (setf created-at) ((stream-event stream-event))

automatically generated writer method

Source

stream.lisp.

Target Slot

%created-at.

Writer Method: (setf created-at) ((user-list user-list))

automatically generated writer method

Source

lists.lisp.

Target Slot

%created-at.

Writer Method: (setf created-at) ((saved-search saved-search))

automatically generated writer method

Source

saved-searches.lisp.

Target Slot

%created-at.

Writer Method: (setf created-at) ((direct-message direct-message))

automatically generated writer method

Source

direct-messages.lisp.

Target Slot

%created-at.

Writer Method: (setf created-at) ((status status))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%created-at.

Writer Method: (setf created-at) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%created-at.

Generic Function: cursor-next (cursor)

Moves the cursor to the next iteration if possible and saves the data in the cursor object. If no additional data is available, NIL is returned instead.

Package

chirp-extra.

Source

cursor.lisp.

Methods
Method: cursor-next ((cursor cursor))
Generic Function: cursor-previous (cursor)

Moves the cursor to the previous iteration if possible and saves the data in the cursor object. If no additional data is available, NIL is returned instead.

Package

chirp-extra.

Source

cursor.lisp.

Methods
Method: cursor-previous ((cursor cursor))
Generic Function: cursor-request (cursor)

Perform the currently stored cursor request and save the data in the cursor object.

Package

chirp-extra.

Source

cursor.lisp.

Methods
Method: cursor-request ((cursor cursor))
Generic Reader: data (object)
Package

chirp-objects.

Methods
Reader Method: data ((stream-unknown stream-unknown))

automatically generated reader method

Source

stream.lisp.

Target Slot

%data.

Reader Method: data ((cursor cursor))

automatically generated reader method

Source

cursor.lisp.

Target Slot

%data.

Generic Writer: (setf data) (object)
Package

chirp-objects.

Methods
Writer Method: (setf data) ((stream-unknown stream-unknown))

automatically generated writer method

Source

stream.lisp.

Target Slot

%data.

Writer Method: (setf data) ((cursor cursor))

automatically generated writer method

Source

cursor.lisp.

Target Slot

%data.

Generic Reader: default (object)
Package

chirp-objects.

Methods
Reader Method: default ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%default.

Generic Writer: (setf default) (object)
Package

chirp-objects.

Methods
Writer Method: (setf default) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%default.

Generic Function: delete-object (object)

Deletes the given object.

Package

chirp-extra.

Source

generics.lisp.

Methods
Method: delete-object ((status status))

Deletes the given STATUS as per STATUSES/DESTROY. Returns a new STATUS object.

Method: delete-object ((message direct-message))

Deletes the given DIRECT-MESSAGE as per DIRECT-MESSAGES/DESTROY. Returns a new DIRECT-MESSAGE object.

Method: delete-object ((list user-list))

Deletes the given USER-LIST as per LISTS/DESTROY. Returns a new USER-LIST object.

Method: delete-object ((search saved-search))

Deltes the given SAVED-SEARCH as per SAVED-SEARCHES/DESTROY/ID. Returns a new SAVED-SEARCH object.

Generic Reader: description (object)
Package

chirp-objects.

Methods
Reader Method: description ((user-list user-list))

automatically generated reader method

Source

lists.lisp.

Target Slot

%description.

Reader Method: description ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%description.

Generic Writer: (setf description) (object)
Package

chirp-objects.

Methods
Writer Method: (setf description) ((user-list user-list))

automatically generated writer method

Source

lists.lisp.

Target Slot

%description.

Writer Method: (setf description) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%description.

Generic Reader: display-text-range (object)
Package

chirp-objects.

Methods
Reader Method: display-text-range ((status status))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%display-text-range.

Generic Writer: (setf display-text-range) (object)
Package

chirp-objects.

Methods
Writer Method: (setf display-text-range) ((status status))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%display-text-range.

Generic Reader: display-url (object)
Package

chirp-objects.

Methods
Reader Method: display-url ((url url))

automatically generated reader method

Source

entities.lisp.

Target Slot

%display-url.

Reader Method: display-url ((media media))

automatically generated reader method

Source

entities.lisp.

Target Slot

%display-url.

Generic Writer: (setf display-url) (object)
Package

chirp-objects.

Methods
Writer Method: (setf display-url) ((url url))

automatically generated writer method

Source

entities.lisp.

Target Slot

%display-url.

Writer Method: (setf display-url) ((media media))

automatically generated writer method

Source

entities.lisp.

Target Slot

%display-url.

Generic Reader: dm-text-character-limit (object)
Package

chirp-objects.

Methods
Reader Method: dm-text-character-limit ((configuration configuration))

automatically generated reader method

Source

help.lisp.

Target Slot

%dm-text-character-limit.

Generic Writer: (setf dm-text-character-limit) (object)
Package

chirp-objects.

Methods
Writer Method: (setf dm-text-character-limit) ((configuration configuration))

automatically generated writer method

Source

help.lisp.

Target Slot

%dm-text-character-limit.

Generic Reader: email-discoverable (object)
Package

chirp-objects.

Methods
Reader Method: email-discoverable ((settings settings))

automatically generated reader method

Source

account.lisp.

Target Slot

%email-discoverable.

Generic Writer: (setf email-discoverable) (object)
Package

chirp-objects.

Methods
Writer Method: (setf email-discoverable) ((settings settings))

automatically generated writer method

Source

account.lisp.

Target Slot

%email-discoverable.

Generic Reader: end (object)
Package

chirp-objects.

Methods
Reader Method: end ((t-symbol t-symbol))

automatically generated reader method

Source

entities.lisp.

Target Slot

%end.

Reader Method: end ((mention mention))

automatically generated reader method

Source

entities.lisp.

Target Slot

%end.

Reader Method: end ((url url))

automatically generated reader method

Source

entities.lisp.

Target Slot

%end.

Reader Method: end ((media media))

automatically generated reader method

Source

entities.lisp.

Target Slot

%end.

Reader Method: end ((hashtag hashtag))

automatically generated reader method

Source

entities.lisp.

Target Slot

%end.

Generic Writer: (setf end) (object)
Package

chirp-objects.

Methods
Writer Method: (setf end) ((t-symbol t-symbol))

automatically generated writer method

Source

entities.lisp.

Target Slot

%end.

Writer Method: (setf end) ((mention mention))

automatically generated writer method

Source

entities.lisp.

Target Slot

%end.

Writer Method: (setf end) ((url url))

automatically generated writer method

Source

entities.lisp.

Target Slot

%end.

Writer Method: (setf end) ((media media))

automatically generated writer method

Source

entities.lisp.

Target Slot

%end.

Writer Method: (setf end) ((hashtag hashtag))

automatically generated writer method

Source

entities.lisp.

Target Slot

%end.

Generic Reader: entities (object)
Package

chirp-objects.

Methods
Reader Method: entities ((direct-message direct-message))

automatically generated reader method

Source

direct-messages.lisp.

Target Slot

%entities.

Reader Method: entities ((status status))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%entities.

Reader Method: entities ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%entities.

Generic Writer: (setf entities) (object)
Package

chirp-objects.

Methods
Writer Method: (setf entities) ((direct-message direct-message))

automatically generated writer method

Source

direct-messages.lisp.

Target Slot

%entities.

Writer Method: (setf entities) ((status status))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%entities.

Writer Method: (setf entities) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%entities.

Generic Reader: events (object)
Package

chirp-objects.

Methods
Reader Method: events ((trend trend))

automatically generated reader method

Source

trends.lisp.

Target Slot

%events.

Generic Writer: (setf events) (object)
Package

chirp-objects.

Methods
Writer Method: (setf events) ((trend trend))

automatically generated writer method

Source

trends.lisp.

Target Slot

%events.

Generic Reader: expanded-url (object)
Package

chirp-objects.

Methods
Reader Method: expanded-url ((url url))

automatically generated reader method

Source

entities.lisp.

Target Slot

%expanded-url.

Reader Method: expanded-url ((media media))

automatically generated reader method

Source

entities.lisp.

Target Slot

%expanded-url.

Generic Writer: (setf expanded-url) (object)
Package

chirp-objects.

Methods
Writer Method: (setf expanded-url) ((url url))

automatically generated writer method

Source

entities.lisp.

Target Slot

%expanded-url.

Writer Method: (setf expanded-url) ((media media))

automatically generated writer method

Source

entities.lisp.

Target Slot

%expanded-url.

Generic Reader: expires-after-secs (object)
Package

chirp-objects.

Methods
Reader Method: expires-after-secs ((media-object media-object))

automatically generated reader method

Source

media.lisp.

Target Slot

%expires-after-secs.

Generic Writer: (setf expires-after-secs) (object)
Package

chirp-objects.

Methods
Writer Method: (setf expires-after-secs) ((media-object media-object))

automatically generated writer method

Source

media.lisp.

Target Slot

%expires-after-secs.

Generic Reader: extended-entities (object)
Package

chirp-objects.

Methods
Reader Method: extended-entities ((status status))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%extended-entities.

Generic Writer: (setf extended-entities) (object)
Package

chirp-objects.

Methods
Writer Method: (setf extended-entities) ((status status))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%extended-entities.

Generic Function: favorite (status)

Favorites the given status as per FAVORITES/CREATE. Returns a new STATUS object.

Package

chirp-extra.

Source

generics.lisp.

Methods
Method: favorite ((status status))
Generic Reader: favorited (object)
Package

chirp-objects.

Methods
Reader Method: favorited ((status status))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%favorited.

Generic Writer: (setf favorited) (object)
Package

chirp-objects.

Methods
Writer Method: (setf favorited) ((status status))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%favorited.

Generic Function: fetch-user (object)

Fetches the user object associated with the given object.
This always returns a fresh object and always results in a server call.

Package

chirp-extra.

Source

generics.lisp.

Methods
Method: fetch-user ((user-id fixnum))

Fetches the user associated with the given ID.

Method: fetch-user ((screen-name string))

Fetches the user associated with the given screen name.

Method: fetch-user ((list list))

Fetches all users in the list. A list of IDs or screen names will be fetched through USERS/LOOKUP and is thus faster.

Method: fetch-user ((null null))

Fetches the authenticated user object (ACCOUNT/SELF).

Method: fetch-user ((user user))

Fetches the complete user object.

Method: fetch-user ((status status))

Fetches the user associated with the status.

Method: fetch-user ((message direct-message))

Fetches the user associated with the direct-message.

Method: fetch-user ((relat relationship))

Fetches the user associated with the relationship.

Method: fetch-user ((list user-list))

Fetches the owner of the user-list.

Method: fetch-user ((slug slug))

Fetches all suggested users in the slug.

Generic Reader: follow-request-sent (object)
Package

chirp-objects.

Methods
Reader Method: follow-request-sent ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%follow-request-sent.

Generic Writer: (setf follow-request-sent) (object)
Package

chirp-objects.

Methods
Writer Method: (setf follow-request-sent) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%follow-request-sent.

Generic Function: follow-user (user)

Follows the given user as per FRIENDSHIPS/CREATE. Returns a new user object.

Package

chirp-extra.

Source

generics.lisp.

Methods
Method: follow-user ((user user))
Method: follow-user ((id fixnum))
Method: follow-user ((name string))
Generic Reader: followed-by (object)
Package

chirp-objects.

Methods
Reader Method: followed-by ((relationship relationship))

automatically generated reader method

Source

friends.lisp.

Target Slot

%followed-by.

Generic Writer: (setf followed-by) (object)
Package

chirp-objects.

Methods
Writer Method: (setf followed-by) ((relationship relationship))

automatically generated writer method

Source

friends.lisp.

Target Slot

%followed-by.

Generic Reader: following (object)
Package

chirp-objects.

Methods
Reader Method: following ((user-list user-list))

automatically generated reader method

Source

lists.lisp.

Target Slot

%following.

Reader Method: following ((relationship relationship))

automatically generated reader method

Source

friends.lisp.

Target Slot

%following.

Reader Method: following ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%following.

Generic Writer: (setf following) (object)
Package

chirp-objects.

Methods
Writer Method: (setf following) ((user-list user-list))

automatically generated writer method

Source

lists.lisp.

Target Slot

%following.

Writer Method: (setf following) ((relationship relationship))

automatically generated writer method

Source

friends.lisp.

Target Slot

%following.

Writer Method: (setf following) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%following.

Generic Reader: for-user (object)
Package

chirp-objects.

Methods
Reader Method: for-user ((stream-envelope stream-envelope))

automatically generated reader method

Source

stream.lisp.

Target Slot

%for-user.

Generic Writer: (setf for-user) (object)
Package

chirp-objects.

Methods
Writer Method: (setf for-user) ((stream-envelope stream-envelope))

automatically generated writer method

Source

stream.lisp.

Target Slot

%for-user.

Generic Reader: force-https (object)
Package

chirp-objects.

Methods
Reader Method: force-https ((settings settings))

automatically generated reader method

Source

account.lisp.

Target Slot

%force-https.

Generic Writer: (setf force-https) (object)
Package

chirp-objects.

Methods
Writer Method: (setf force-https) ((settings settings))

automatically generated writer method

Source

account.lisp.

Target Slot

%force-https.

Generic Reader: friends (object)
Package

chirp-objects.

Methods
Reader Method: friends ((stream-friends stream-friends))

automatically generated reader method

Source

stream.lisp.

Target Slot

%friends.

Generic Writer: (setf friends) (object)
Package

chirp-objects.

Methods
Writer Method: (setf friends) ((stream-friends stream-friends))

automatically generated writer method

Source

stream.lisp.

Target Slot

%friends.

Generic Reader: full-name (object)
Package

chirp-objects.

Methods
Reader Method: full-name ((user-list user-list))

automatically generated reader method

Source

lists.lisp.

Target Slot

%full-name.

Reader Method: full-name ((location location))

automatically generated reader method

Source

location.lisp.

Target Slot

%full-name.

Generic Writer: (setf full-name) (object)
Package

chirp-objects.

Methods
Writer Method: (setf full-name) ((user-list user-list))

automatically generated writer method

Source

lists.lisp.

Target Slot

%full-name.

Writer Method: (setf full-name) ((location location))

automatically generated writer method

Source

location.lisp.

Target Slot

%full-name.

Generic Reader: full-text (object)
Package

chirp-objects.

Methods
Reader Method: full-text ((status status))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%full-text.

Generic Writer: (setf full-text) (object)
Package

chirp-objects.

Methods
Writer Method: (setf full-text) ((status status))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%full-text.

Generic Reader: geo (object)
Package

chirp-objects.

Methods
Reader Method: geo ((settings settings))

automatically generated reader method

Source

account.lisp.

Target Slot

%geo.

Generic Writer: (setf geo) (object)
Package

chirp-objects.

Methods
Writer Method: (setf geo) ((settings settings))

automatically generated writer method

Source

account.lisp.

Target Slot

%geo.

Generic Reader: height (object)
Package

chirp-objects.

Methods
Reader Method: height ((oembed oembed))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%height.

Reader Method: height ((banner banner))

automatically generated reader method

Source

user.lisp.

Target Slot

%height.

Reader Method: height ((size size))

automatically generated reader method

Source

entities.lisp.

Target Slot

%height.

Generic Writer: (setf height) (object)
Package

chirp-objects.

Methods
Writer Method: (setf height) ((oembed oembed))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%height.

Writer Method: (setf height) ((banner banner))

automatically generated writer method

Source

user.lisp.

Target Slot

%height.

Writer Method: (setf height) ((size size))

automatically generated writer method

Source

entities.lisp.

Target Slot

%height.

Generic Reader: html (object)
Package

chirp-objects.

Methods
Reader Method: html ((oembed oembed))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%html.

Generic Writer: (setf html) (object)
Package

chirp-objects.

Methods
Writer Method: (setf html) ((oembed oembed))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%html.

Generic Reader: http-body (condition)
Generic Writer: (setf http-body) (condition)
Package

chirp-objects.

Methods
Reader Method: http-body ((condition oauth-request-error))
Writer Method: (setf http-body) ((condition oauth-request-error))
Source

oauth.lisp.

Target Slot

%http-body.

Generic Reader: http-headers (condition)
Generic Writer: (setf http-headers) (condition)
Package

chirp-objects.

Methods
Reader Method: http-headers ((condition oauth-request-error))
Writer Method: (setf http-headers) ((condition oauth-request-error))
Source

oauth.lisp.

Target Slot

%http-headers.

Generic Reader: http-status (condition)
Generic Writer: (setf http-status) (condition)
Package

chirp-objects.

Methods
Reader Method: http-status ((condition oauth-request-error))
Writer Method: (setf http-status) ((condition oauth-request-error))
Source

oauth.lisp.

Target Slot

%http-status.

Generic Reader: id (object)
Package

chirp-objects.

Methods
Reader Method: id ((collection collection))

automatically generated reader method

Source

collections.lisp.

Target Slot

%id.

Reader Method: id ((stream-user-withheld stream-user-withheld))

automatically generated reader method

Source

stream.lisp.

Target Slot

%id.

Reader Method: id ((stream-status-withheld stream-status-withheld))

automatically generated reader method

Source

stream.lisp.

Target Slot

%id.

Reader Method: id ((stream-delete stream-delete))

automatically generated reader method

Source

stream.lisp.

Target Slot

%id.

Reader Method: id ((user-list user-list))

automatically generated reader method

Source

lists.lisp.

Target Slot

%id.

Reader Method: id ((saved-search saved-search))

automatically generated reader method

Source

saved-searches.lisp.

Target Slot

%id.

Reader Method: id ((relationship relationship))

automatically generated reader method

Source

friends.lisp.

Target Slot

%id.

Reader Method: id ((direct-message direct-message))

automatically generated reader method

Source

direct-messages.lisp.

Target Slot

%id.

Reader Method: id ((status status))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%id.

Reader Method: id ((media-object media-object))

automatically generated reader method

Source

media.lisp.

Target Slot

%id.

Reader Method: id ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%id.

Reader Method: id ((cursor cursor))

automatically generated reader method

Source

cursor.lisp.

Target Slot

%id.

Reader Method: id ((mention mention))

automatically generated reader method

Source

entities.lisp.

Target Slot

%id.

Reader Method: id ((media media))

automatically generated reader method

Source

entities.lisp.

Target Slot

%id.

Reader Method: id ((location location))

automatically generated reader method

Source

location.lisp.

Target Slot

%id.

Generic Writer: (setf id) (object)
Package

chirp-objects.

Methods
Writer Method: (setf id) ((collection collection))

automatically generated writer method

Source

collections.lisp.

Target Slot

%id.

Writer Method: (setf id) ((stream-user-withheld stream-user-withheld))

automatically generated writer method

Source

stream.lisp.

Target Slot

%id.

Writer Method: (setf id) ((stream-status-withheld stream-status-withheld))

automatically generated writer method

Source

stream.lisp.

Target Slot

%id.

Writer Method: (setf id) ((stream-delete stream-delete))

automatically generated writer method

Source

stream.lisp.

Target Slot

%id.

Writer Method: (setf id) ((user-list user-list))

automatically generated writer method

Source

lists.lisp.

Target Slot

%id.

Writer Method: (setf id) ((saved-search saved-search))

automatically generated writer method

Source

saved-searches.lisp.

Target Slot

%id.

Writer Method: (setf id) ((relationship relationship))

automatically generated writer method

Source

friends.lisp.

Target Slot

%id.

Writer Method: (setf id) ((direct-message direct-message))

automatically generated writer method

Source

direct-messages.lisp.

Target Slot

%id.

Writer Method: (setf id) ((status status))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%id.

Writer Method: (setf id) ((media-object media-object))

automatically generated writer method

Source

media.lisp.

Target Slot

%id.

Writer Method: (setf id) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%id.

Writer Method: (setf id) ((cursor cursor))

automatically generated writer method

Source

cursor.lisp.

Target Slot

%id.

Writer Method: (setf id) ((mention mention))

automatically generated writer method

Source

entities.lisp.

Target Slot

%id.

Writer Method: (setf id) ((media media))

automatically generated writer method

Source

entities.lisp.

Target Slot

%id.

Writer Method: (setf id) ((location location))

automatically generated writer method

Source

location.lisp.

Target Slot

%id.

Generic Reader: id-string (object)
Package

chirp-objects.

Methods
Reader Method: id-string ((media-object media-object))

automatically generated reader method

Source

media.lisp.

Target Slot

%id-string.

Generic Writer: (setf id-string) (object)
Package

chirp-objects.

Methods
Writer Method: (setf id-string) ((media-object media-object))

automatically generated writer method

Source

media.lisp.

Target Slot

%id-string.

Generic Reader: image (object)
Package

chirp-objects.

Methods
Reader Method: image ((media-object media-object))

automatically generated reader method

Source

media.lisp.

Target Slot

%image.

Generic Writer: (setf image) (object)
Package

chirp-objects.

Methods
Writer Method: (setf image) ((media-object media-object))

automatically generated writer method

Source

media.lisp.

Target Slot

%image.

Generic Reader: in-reply-to (object)
Package

chirp-objects.

Methods
Reader Method: in-reply-to ((status status))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%in-reply-to.

Generic Writer: (setf in-reply-to) (object)
Package

chirp-objects.

Methods
Writer Method: (setf in-reply-to) ((status status))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%in-reply-to.

Generic Reader: language (object)
Package

chirp-objects.

Methods
Reader Method: language ((settings settings))

automatically generated reader method

Source

account.lisp.

Target Slot

%language.

Reader Method: language ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%language.

Generic Writer: (setf language) (object)
Package

chirp-objects.

Methods
Writer Method: (setf language) ((settings settings))

automatically generated writer method

Source

account.lisp.

Target Slot

%language.

Writer Method: (setf language) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%language.

Generic Reader: latitude (object)
Package

chirp-objects.

Methods
Reader Method: latitude ((location location))

automatically generated reader method

Source

location.lisp.

Target Slot

%latitude.

Generic Writer: (setf latitude) (object)
Package

chirp-objects.

Methods
Writer Method: (setf latitude) ((location location))

automatically generated writer method

Source

location.lisp.

Target Slot

%latitude.

Generic Reader: limit (object)
Package

chirp-objects.

Methods
Reader Method: limit ((resource resource))

automatically generated reader method

Source

help.lisp.

Target Slot

%limit.

Generic Writer: (setf limit) (object)
Package

chirp-objects.

Methods
Writer Method: (setf limit) ((resource resource))

automatically generated writer method

Source

help.lisp.

Target Slot

%limit.

Generic Function: list-user (list user)

Adds the given user to the given list as per LISTS/MEMBERS/CREATE. Returns the given USER identifying object.

Package

chirp-extra.

Source

generics.lisp.

Methods
Method: list-user ((list user-list) (user user))
Method: list-user ((list user-list) (id fixnum))
Method: list-user ((list user-list) (name string))
Generic Reader: location (object)
Package

chirp-objects.

Methods
Reader Method: location ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%location.

Generic Writer: (setf location) (object)
Package

chirp-objects.

Methods
Writer Method: (setf location) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%location.

Generic Reader: location-type (object)
Package

chirp-objects.

Methods
Reader Method: location-type ((location location))

automatically generated reader method

Source

location.lisp.

Target Slot

%location-type.

Generic Writer: (setf location-type) (object)
Package

chirp-objects.

Methods
Writer Method: (setf location-type) ((location location))

automatically generated writer method

Source

location.lisp.

Target Slot

%location-type.

Generic Reader: longitude (object)
Package

chirp-objects.

Methods
Reader Method: longitude ((location location))

automatically generated reader method

Source

location.lisp.

Target Slot

%longitude.

Generic Writer: (setf longitude) (object)
Package

chirp-objects.

Methods
Writer Method: (setf longitude) ((location location))

automatically generated writer method

Source

location.lisp.

Target Slot

%longitude.

Generic Function: map-timeline (timeline handler-function &rest args &key cooldown count trim-user include-entities contributor-details include-rts exclude-replies include-user-entities &allow-other-keys)

Continuously apply HANDLER-FUNCTION to each STATUS appearing in the given TIMELINE. Before fetching new tweets, a COOLDOWN amount of seconds are slept to avoid spamming. Each time after a fetch, HANDLER-FUNCTION is applied to each status returned by the fetch. Internally, the :SINCE-ID argument is supplied to each subsequent request to assure that only new statuses are fetched on every iteration.
Depending on which timeline is requested, additional keyword arguments may be supplied.

See the individual STATUSES/* functions for further reference.

Package

chirp-extra.

Source

generics.lisp.

Methods
Method: map-timeline ((timeline (eql :mentions)) handler-function &rest args &key cooldown count trim-user include-entities contributor-details)
Method: map-timeline ((timeline (eql :user)) handler-function &rest args &key cooldown count trim-user include-entities contributor-details include-rts exclude-replies)
Method: map-timeline ((timeline (eql :home)) handler-function &rest args &key cooldown count trim-user include-entities contributor-details exclude-replies)
Method: map-timeline ((timeline (eql :retweets)) handler-function &rest args &key cooldown count trim-user include-entities include-user-entities)
Generic Reader: marked-spam (object)
Package

chirp-objects.

Methods
Reader Method: marked-spam ((relationship relationship))

automatically generated reader method

Source

friends.lisp.

Target Slot

%marked-spam.

Generic Writer: (setf marked-spam) (object)
Package

chirp-objects.

Methods
Writer Method: (setf marked-spam) ((relationship relationship))

automatically generated writer method

Source

friends.lisp.

Target Slot

%marked-spam.

Generic Reader: max-id (object)
Package

chirp-objects.

Methods
Reader Method: max-id ((search-metadata search-metadata))

automatically generated reader method

Source

search.lisp.

Target Slot

%max-id.

Generic Writer: (setf max-id) (object)
Package

chirp-objects.

Methods
Writer Method: (setf max-id) ((search-metadata search-metadata))

automatically generated writer method

Source

search.lisp.

Target Slot

%max-id.

Generic Reader: max-media-per-upload (object)
Package

chirp-objects.

Methods
Reader Method: max-media-per-upload ((configuration configuration))

automatically generated reader method

Source

help.lisp.

Target Slot

%max-media-per-upload.

Generic Writer: (setf max-media-per-upload) (object)
Package

chirp-objects.

Methods
Writer Method: (setf max-media-per-upload) ((configuration configuration))

automatically generated writer method

Source

help.lisp.

Target Slot

%max-media-per-upload.

Generic Reader: media-type (object)
Package

chirp-objects.

Methods
Reader Method: media-type ((media media))

automatically generated reader method

Source

entities.lisp.

Target Slot

%media-type.

Generic Writer: (setf media-type) (object)
Package

chirp-objects.

Methods
Writer Method: (setf media-type) ((media media))

automatically generated writer method

Source

entities.lisp.

Target Slot

%media-type.

Generic Reader: media-url (object)
Package

chirp-objects.

Methods
Reader Method: media-url ((media media))

automatically generated reader method

Source

entities.lisp.

Target Slot

%media-url.

Generic Writer: (setf media-url) (object)
Package

chirp-objects.

Methods
Writer Method: (setf media-url) ((media media))

automatically generated writer method

Source

entities.lisp.

Target Slot

%media-url.

Generic Reader: media-url-https (object)
Package

chirp-objects.

Methods
Reader Method: media-url-https ((media media))

automatically generated reader method

Source

entities.lisp.

Target Slot

%media-url-https.

Generic Writer: (setf media-url-https) (object)
Package

chirp-objects.

Methods
Writer Method: (setf media-url-https) ((media media))

automatically generated writer method

Source

entities.lisp.

Target Slot

%media-url-https.

Generic Function: mention-user (user text &key file reply-to latitude longitude place-id possibly-sensitive)

Creates a new mentioning status (@user ..) as per TWEET!. Returns the new STATUS object.

Package

chirp-extra.

Source

generics.lisp.

Methods
Method: mention-user ((user user) text &key file reply-to latitude longitude place-id possibly-sensitive)
Method: mention-user ((name string) text &key file reply-to latitude longitude place-id possibly-sensitive)
Generic Reader: message (object)
Package

chirp-objects.

Methods
Reader Method: message ((stream-envelope stream-envelope))

automatically generated reader method

Source

stream.lisp.

Target Slot

%message.

Reader Method: message ((stream-warning stream-warning))

automatically generated reader method

Source

stream.lisp.

Target Slot

%message.

Generic Writer: (setf message) (object)
Package

chirp-objects.

Methods
Writer Method: (setf message) ((stream-envelope stream-envelope))

automatically generated writer method

Source

stream.lisp.

Target Slot

%message.

Writer Method: (setf message) ((stream-warning stream-warning))

automatically generated writer method

Source

stream.lisp.

Target Slot

%message.

Generic Function: message-user (user text)

Sends a direct message to the given user as per DIRECT-MESSAGES/NEW. Returns the new DIRECT-MESSAGE Object.

Package

chirp-extra.

Source

generics.lisp.

Methods
Method: message-user ((user user) text)
Method: message-user ((id fixnum) text)
Method: message-user ((name string) text)
Generic Reader: mode (object)
Package

chirp-objects.

Methods
Reader Method: mode ((user-list user-list))

automatically generated reader method

Source

lists.lisp.

Target Slot

%mode.

Generic Writer: (setf mode) (object)
Package

chirp-objects.

Methods
Writer Method: (setf mode) ((user-list user-list))

automatically generated writer method

Source

lists.lisp.

Target Slot

%mode.

Generic Reader: name (object)
Package

chirp-objects.

Methods
Reader Method: name ((collection collection))

automatically generated reader method

Source

collections.lisp.

Target Slot

%name.

Reader Method: name ((user-list user-list))

automatically generated reader method

Source

lists.lisp.

Target Slot

%name.

Reader Method: name ((saved-search saved-search))

automatically generated reader method

Source

saved-searches.lisp.

Target Slot

%name.

Reader Method: name ((relationship relationship))

automatically generated reader method

Source

friends.lisp.

Target Slot

%name.

Reader Method: name ((slug slug))

automatically generated reader method

Source

suggestions.lisp.

Target Slot

%name.

Reader Method: name ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%name.

Reader Method: name ((language language))

automatically generated reader method

Source

help.lisp.

Target Slot

%name.

Reader Method: name ((mention mention))

automatically generated reader method

Source

entities.lisp.

Target Slot

%name.

Reader Method: name ((trend-location trend-location))

automatically generated reader method

Source

trends.lisp.

Target Slot

%name.

Reader Method: name ((trend trend))

automatically generated reader method

Source

trends.lisp.

Target Slot

%name.

Reader Method: name ((location location))

automatically generated reader method

Source

location.lisp.

Target Slot

%name.

Generic Writer: (setf name) (object)
Package

chirp-objects.

Methods
Writer Method: (setf name) ((collection collection))

automatically generated writer method

Source

collections.lisp.

Target Slot

%name.

Writer Method: (setf name) ((user-list user-list))

automatically generated writer method

Source

lists.lisp.

Target Slot

%name.

Writer Method: (setf name) ((saved-search saved-search))

automatically generated writer method

Source

saved-searches.lisp.

Target Slot

%name.

Writer Method: (setf name) ((relationship relationship))

automatically generated writer method

Source

friends.lisp.

Target Slot

%name.

Writer Method: (setf name) ((slug slug))

automatically generated writer method

Source

suggestions.lisp.

Target Slot

%name.

Writer Method: (setf name) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%name.

Writer Method: (setf name) ((language language))

automatically generated writer method

Source

help.lisp.

Target Slot

%name.

Writer Method: (setf name) ((mention mention))

automatically generated writer method

Source

entities.lisp.

Target Slot

%name.

Writer Method: (setf name) ((trend-location trend-location))

automatically generated writer method

Source

trends.lisp.

Target Slot

%name.

Writer Method: (setf name) ((trend trend))

automatically generated writer method

Source

trends.lisp.

Target Slot

%name.

Writer Method: (setf name) ((location location))

automatically generated writer method

Source

location.lisp.

Target Slot

%name.

Generic Reader: next-results (object)
Package

chirp-objects.

Methods
Reader Method: next-results ((search-metadata search-metadata))

automatically generated reader method

Source

search.lisp.

Target Slot

%next-results.

Generic Writer: (setf next-results) (object)
Package

chirp-objects.

Methods
Writer Method: (setf next-results) ((search-metadata search-metadata))

automatically generated writer method

Source

search.lisp.

Target Slot

%next-results.

Generic Reader: non-username-paths (object)
Package

chirp-objects.

Methods
Reader Method: non-username-paths ((configuration configuration))

automatically generated reader method

Source

help.lisp.

Target Slot

%non-username-paths.

Generic Writer: (setf non-username-paths) (object)
Package

chirp-objects.

Methods
Writer Method: (setf non-username-paths) ((configuration configuration))

automatically generated writer method

Source

help.lisp.

Target Slot

%non-username-paths.

Generic Reader: notifications (object)
Package

chirp-objects.

Methods
Reader Method: notifications ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%notifications.

Generic Writer: (setf notifications) (object)
Package

chirp-objects.

Methods
Writer Method: (setf notifications) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%notifications.

Generic Reader: notifications-enabled (object)
Package

chirp-objects.

Methods
Reader Method: notifications-enabled ((relationship relationship))

automatically generated reader method

Source

friends.lisp.

Target Slot

%notifications-enabled.

Generic Writer: (setf notifications-enabled) (object)
Package

chirp-objects.

Methods
Writer Method: (setf notifications-enabled) ((relationship relationship))

automatically generated writer method

Source

friends.lisp.

Target Slot

%notifications-enabled.

Generic Reader: oembed-type (object)
Package

chirp-objects.

Methods
Reader Method: oembed-type ((oembed oembed))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%oembed-type.

Generic Writer: (setf oembed-type) (object)
Package

chirp-objects.

Methods
Writer Method: (setf oembed-type) ((oembed oembed))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%oembed-type.

Generic Reader: order (object)
Package

chirp-objects.

Methods
Reader Method: order ((collection collection))

automatically generated reader method

Source

collections.lisp.

Target Slot

%order.

Generic Writer: (setf order) (object)
Package

chirp-objects.

Methods
Writer Method: (setf order) ((collection collection))

automatically generated writer method

Source

collections.lisp.

Target Slot

%order.

Generic Reader: parameter (condition)
Generic Writer: (setf parameter) (condition)
Package

chirp-objects.

Methods
Reader Method: parameter ((condition oauth-parameter-missing))
Writer Method: (setf parameter) ((condition oauth-parameter-missing))
Source

oauth.lisp.

Target Slot

%parameter.

Generic Reader: parameters (object)
Package

chirp-objects.

Methods
Reader Method: parameters ((cursor cursor))

automatically generated reader method

Source

cursor.lisp.

Target Slot

%parameters.

Generic Writer: (setf parameters) (object)
Package

chirp-objects.

Methods
Writer Method: (setf parameters) ((cursor cursor))

automatically generated writer method

Source

cursor.lisp.

Target Slot

%parameters.

Generic Reader: parent (object)
Package

chirp-objects.

Methods
Reader Method: parent ((trend-location trend-location))

automatically generated reader method

Source

trends.lisp.

Target Slot

%parent.

Generic Writer: (setf parent) (object)
Package

chirp-objects.

Methods
Writer Method: (setf parent) ((trend-location trend-location))

automatically generated writer method

Source

trends.lisp.

Target Slot

%parent.

Generic Reader: photo-size-limit (object)
Package

chirp-objects.

Methods
Reader Method: photo-size-limit ((configuration configuration))

automatically generated reader method

Source

help.lisp.

Target Slot

%photo-size-limit.

Generic Writer: (setf photo-size-limit) (object)
Package

chirp-objects.

Methods
Writer Method: (setf photo-size-limit) ((configuration configuration))

automatically generated writer method

Source

help.lisp.

Target Slot

%photo-size-limit.

Generic Reader: photo-sizes (object)
Package

chirp-objects.

Methods
Reader Method: photo-sizes ((configuration configuration))

automatically generated reader method

Source

help.lisp.

Target Slot

%photo-sizes.

Generic Writer: (setf photo-sizes) (object)
Package

chirp-objects.

Methods
Writer Method: (setf photo-sizes) ((configuration configuration))

automatically generated writer method

Source

help.lisp.

Target Slot

%photo-sizes.

Generic Reader: place (object)
Package

chirp-objects.

Methods
Reader Method: place ((status status))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%place.

Generic Writer: (setf place) (object)
Package

chirp-objects.

Methods
Writer Method: (setf place) ((status status))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%place.

Generic Reader: place-code (object)
Package

chirp-objects.

Methods
Reader Method: place-code ((trend-location trend-location))

automatically generated reader method

Source

trends.lisp.

Target Slot

%place-code.

Generic Writer: (setf place-code) (object)
Package

chirp-objects.

Methods
Writer Method: (setf place-code) ((trend-location trend-location))

automatically generated writer method

Source

trends.lisp.

Target Slot

%place-code.

Generic Reader: place-name (object)
Package

chirp-objects.

Methods
Reader Method: place-name ((trend-location trend-location))

automatically generated reader method

Source

trends.lisp.

Target Slot

%place-name.

Generic Writer: (setf place-name) (object)
Package

chirp-objects.

Methods
Writer Method: (setf place-name) ((trend-location trend-location))

automatically generated writer method

Source

trends.lisp.

Target Slot

%place-name.

Generic Reader: poly-lines (object)
Package

chirp-objects.

Methods
Reader Method: poly-lines ((location location))

automatically generated reader method

Source

location.lisp.

Target Slot

%poly-lines.

Generic Writer: (setf poly-lines) (object)
Package

chirp-objects.

Methods
Writer Method: (setf poly-lines) ((location location))

automatically generated writer method

Source

location.lisp.

Target Slot

%poly-lines.

Generic Reader: possibly-sensitive (object)
Package

chirp-objects.

Methods
Reader Method: possibly-sensitive ((status status))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%possibly-sensitive.

Generic Writer: (setf possibly-sensitive) (object)
Package

chirp-objects.

Methods
Writer Method: (setf possibly-sensitive) ((status status))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%possibly-sensitive.

Generic Reader: processing-info (object)
Package

chirp-objects.

Methods
Reader Method: processing-info ((media-object media-object))

automatically generated reader method

Source

media.lisp.

Target Slot

%processing-info.

Generic Writer: (setf processing-info) (object)
Package

chirp-objects.

Methods
Writer Method: (setf processing-info) ((media-object media-object))

automatically generated writer method

Source

media.lisp.

Target Slot

%processing-info.

Generic Reader: promoted-content (object)
Package

chirp-objects.

Methods
Reader Method: promoted-content ((trend trend))

automatically generated reader method

Source

trends.lisp.

Target Slot

%promoted-content.

Generic Writer: (setf promoted-content) (object)
Package

chirp-objects.

Methods
Writer Method: (setf promoted-content) ((trend trend))

automatically generated writer method

Source

trends.lisp.

Target Slot

%promoted-content.

Generic Reader: protected (object)
Package

chirp-objects.

Methods
Reader Method: protected ((settings settings))

automatically generated reader method

Source

account.lisp.

Target Slot

%protected.

Reader Method: protected ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%protected.

Generic Writer: (setf protected) (object)
Package

chirp-objects.

Methods
Writer Method: (setf protected) ((settings settings))

automatically generated writer method

Source

account.lisp.

Target Slot

%protected.

Writer Method: (setf protected) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%protected.

Generic Reader: provider-name (object)
Package

chirp-objects.

Methods
Reader Method: provider-name ((oembed oembed))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%provider-name.

Generic Writer: (setf provider-name) (object)
Package

chirp-objects.

Methods
Writer Method: (setf provider-name) ((oembed oembed))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%provider-name.

Generic Reader: provider-url (object)
Package

chirp-objects.

Methods
Reader Method: provider-url ((oembed oembed))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%provider-url.

Generic Writer: (setf provider-url) (object)
Package

chirp-objects.

Methods
Writer Method: (setf provider-url) ((oembed oembed))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%provider-url.

Generic Reader: query (object)
Package

chirp-objects.

Methods
Reader Method: query ((search-metadata search-metadata))

automatically generated reader method

Source

search.lisp.

Target Slot

%query.

Reader Method: query ((saved-search saved-search))

automatically generated reader method

Source

saved-searches.lisp.

Target Slot

%query.

Reader Method: query ((trend trend))

automatically generated reader method

Source

trends.lisp.

Target Slot

%query.

Generic Writer: (setf query) (object)
Package

chirp-objects.

Methods
Writer Method: (setf query) ((search-metadata search-metadata))

automatically generated writer method

Source

search.lisp.

Target Slot

%query.

Writer Method: (setf query) ((saved-search saved-search))

automatically generated writer method

Source

saved-searches.lisp.

Target Slot

%query.

Writer Method: (setf query) ((trend trend))

automatically generated writer method

Source

trends.lisp.

Target Slot

%query.

Generic Reader: reason (object)
Package

chirp-objects.

Methods
Reader Method: reason ((stream-disconnect stream-disconnect))

automatically generated reader method

Source

stream.lisp.

Target Slot

%reason.

Generic Writer: (setf reason) (object)
Package

chirp-objects.

Methods
Writer Method: (setf reason) ((stream-disconnect stream-disconnect))

automatically generated writer method

Source

stream.lisp.

Target Slot

%reason.

Generic Reader: recipient (object)
Package

chirp-objects.

Methods
Reader Method: recipient ((direct-message direct-message))

automatically generated reader method

Source

direct-messages.lisp.

Target Slot

%recipient.

Generic Writer: (setf recipient) (object)
Package

chirp-objects.

Methods
Writer Method: (setf recipient) ((direct-message direct-message))

automatically generated writer method

Source

direct-messages.lisp.

Target Slot

%recipient.

Generic Reader: refresh-url (object)
Package

chirp-objects.

Methods
Reader Method: refresh-url ((search-metadata search-metadata))

automatically generated reader method

Source

search.lisp.

Target Slot

%refresh-url.

Generic Writer: (setf refresh-url) (object)
Package

chirp-objects.

Methods
Writer Method: (setf refresh-url) ((search-metadata search-metadata))

automatically generated writer method

Source

search.lisp.

Target Slot

%refresh-url.

Generic Reader: remaining (object)
Package

chirp-objects.

Methods
Reader Method: remaining ((resource resource))

automatically generated reader method

Source

help.lisp.

Target Slot

%remaining.

Generic Writer: (setf remaining) (object)
Package

chirp-objects.

Methods
Writer Method: (setf remaining) ((resource resource))

automatically generated writer method

Source

help.lisp.

Target Slot

%remaining.

Generic Function: reply (status text &key file latitude longitude place-id possibly-sensitive)

Replies to the given status, mentioning only the status’ owner (@user ..) as per TWEET!. Returns the new STATUS object.

Package

chirp-extra.

Source

generics.lisp.

Methods
Method: reply ((status status) text &key file latitude longitude place-id possibly-sensitive)
Generic Function: reply-all (status text &key file latitude longitude place-id possibly-sensitive)

Replies to all mentioned users in the tweet as per TWEET!. Returns the new STATUS object.

Package

chirp-extra.

Source

generics.lisp.

Methods
Method: reply-all ((status status) text &key file latitude longitude place-id possibly-sensitive)
Generic Function: report-user (user)

Reports the given user for spam and blocks it as per USERS/REPORT-SPAM. Returns a new user object.

Package

chirp-extra.

Source

generics.lisp.

Methods
Method: report-user ((user user))
Method: report-user ((id fixnum))
Method: report-user ((name string))
Generic Reader: request-method (object)
Package

chirp-objects.

Methods
Reader Method: request-method ((cursor cursor))

automatically generated reader method

Source

cursor.lisp.

Target Slot

%request-method.

Generic Writer: (setf request-method) (object)
Package

chirp-objects.

Methods
Writer Method: (setf request-method) ((cursor cursor))

automatically generated writer method

Source

cursor.lisp.

Target Slot

%request-method.

Generic Reader: reset (object)
Package

chirp-objects.

Methods
Reader Method: reset ((resource resource))

automatically generated reader method

Source

help.lisp.

Target Slot

%reset.

Generic Writer: (setf reset) (object)
Package

chirp-objects.

Methods
Writer Method: (setf reset) ((resource resource))

automatically generated writer method

Source

help.lisp.

Target Slot

%reset.

Generic Reader: resize-method (object)
Package

chirp-objects.

Methods
Reader Method: resize-method ((size size))

automatically generated reader method

Source

entities.lisp.

Target Slot

%resize-method.

Generic Writer: (setf resize-method) (object)
Package

chirp-objects.

Methods
Writer Method: (setf resize-method) ((size size))

automatically generated writer method

Source

entities.lisp.

Target Slot

%resize-method.

Generic Reader: result-count (object)
Package

chirp-objects.

Methods
Reader Method: result-count ((search-metadata search-metadata))

automatically generated reader method

Source

search.lisp.

Target Slot

%result-count.

Generic Writer: (setf result-count) (object)
Package

chirp-objects.

Methods
Writer Method: (setf result-count) ((search-metadata search-metadata))

automatically generated writer method

Source

search.lisp.

Target Slot

%result-count.

Generic Function: retweet (status)

Retweets the given status as per STATUSES/RETWEET. Returns the new STATUS object.

Package

chirp-extra.

Source

generics.lisp.

Methods
Method: retweet ((status status))
Generic Reader: retweeted (object)
Package

chirp-objects.

Methods
Reader Method: retweeted ((status status))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%retweeted.

Generic Writer: (setf retweeted) (object)
Package

chirp-objects.

Methods
Writer Method: (setf retweeted) ((status status))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%retweeted.

Generic Reader: retweeted-status (object)
Package

chirp-objects.

Methods
Reader Method: retweeted-status ((status status))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%retweeted-status.

Generic Writer: (setf retweeted-status) (object)
Package

chirp-objects.

Methods
Writer Method: (setf retweeted-status) ((status status))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%retweeted-status.

Generic Reader: screen-name (object)
Package

chirp-objects.

Methods
Reader Method: screen-name ((relationship relationship))

automatically generated reader method

Source

friends.lisp.

Target Slot

%screen-name.

Reader Method: screen-name ((settings settings))

automatically generated reader method

Source

account.lisp.

Target Slot

%screen-name.

Reader Method: screen-name ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%screen-name.

Reader Method: screen-name ((mention mention))

automatically generated reader method

Source

entities.lisp.

Target Slot

%screen-name.

Generic Writer: (setf screen-name) (object)
Package

chirp-objects.

Methods
Writer Method: (setf screen-name) ((relationship relationship))

automatically generated writer method

Source

friends.lisp.

Target Slot

%screen-name.

Writer Method: (setf screen-name) ((settings settings))

automatically generated writer method

Source

account.lisp.

Target Slot

%screen-name.

Writer Method: (setf screen-name) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%screen-name.

Writer Method: (setf screen-name) ((mention mention))

automatically generated writer method

Source

entities.lisp.

Target Slot

%screen-name.

Generic Reader: search-position (object)
Package

chirp-objects.

Methods
Reader Method: search-position ((saved-search saved-search))

automatically generated reader method

Source

saved-searches.lisp.

Target Slot

%search-position.

Generic Writer: (setf search-position) (object)
Package

chirp-objects.

Methods
Writer Method: (setf search-position) ((saved-search saved-search))

automatically generated writer method

Source

saved-searches.lisp.

Target Slot

%search-position.

Generic Reader: sender (object)
Package

chirp-objects.

Methods
Reader Method: sender ((direct-message direct-message))

automatically generated reader method

Source

direct-messages.lisp.

Target Slot

%sender.

Generic Writer: (setf sender) (object)
Package

chirp-objects.

Methods
Writer Method: (setf sender) ((direct-message direct-message))

automatically generated writer method

Source

direct-messages.lisp.

Target Slot

%sender.

Generic Reader: shape (object)
Package

chirp-objects.

Methods
Reader Method: shape ((geometry geometry))

automatically generated reader method

Source

location.lisp.

Target Slot

%shape.

Generic Writer: (setf shape) (object)
Package

chirp-objects.

Methods
Writer Method: (setf shape) ((geometry geometry))

automatically generated writer method

Source

location.lisp.

Target Slot

%shape.

Generic Reader: short-url-length (object)
Package

chirp-objects.

Methods
Reader Method: short-url-length ((configuration configuration))

automatically generated reader method

Source

help.lisp.

Target Slot

%short-url-length.

Generic Writer: (setf short-url-length) (object)
Package

chirp-objects.

Methods
Writer Method: (setf short-url-length) ((configuration configuration))

automatically generated writer method

Source

help.lisp.

Target Slot

%short-url-length.

Generic Reader: short-url-length-https (object)
Package

chirp-objects.

Methods
Reader Method: short-url-length-https ((configuration configuration))

automatically generated reader method

Source

help.lisp.

Target Slot

%short-url-length-https.

Generic Writer: (setf short-url-length-https) (object)
Package

chirp-objects.

Methods
Writer Method: (setf short-url-length-https) ((configuration configuration))

automatically generated writer method

Source

help.lisp.

Target Slot

%short-url-length-https.

Generic Reader: show-inline-media (object)
Package

chirp-objects.

Methods
Reader Method: show-inline-media ((settings settings))

automatically generated reader method

Source

account.lisp.

Target Slot

%show-inline-media.

Reader Method: show-inline-media ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%show-inline-media.

Generic Writer: (setf show-inline-media) (object)
Package

chirp-objects.

Methods
Writer Method: (setf show-inline-media) ((settings settings))

automatically generated writer method

Source

account.lisp.

Target Slot

%show-inline-media.

Writer Method: (setf show-inline-media) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%show-inline-media.

Generic Reader: since-id (object)
Package

chirp-objects.

Methods
Reader Method: since-id ((search-metadata search-metadata))

automatically generated reader method

Source

search.lisp.

Target Slot

%since-id.

Generic Writer: (setf since-id) (object)
Package

chirp-objects.

Methods
Writer Method: (setf since-id) ((search-metadata search-metadata))

automatically generated writer method

Source

search.lisp.

Target Slot

%since-id.

Generic Reader: size (object)
Package

chirp-objects.

Methods
Reader Method: size ((media-object media-object))

automatically generated reader method

Source

media.lisp.

Target Slot

%size.

Reader Method: size ((slug slug))

automatically generated reader method

Source

suggestions.lisp.

Target Slot

%size.

Reader Method: size ((banner banner))

automatically generated reader method

Source

user.lisp.

Target Slot

%size.

Reader Method: size ((size size))

automatically generated reader method

Source

entities.lisp.

Target Slot

%size.

Generic Writer: (setf size) (object)
Package

chirp-objects.

Methods
Writer Method: (setf size) ((media-object media-object))

automatically generated writer method

Source

media.lisp.

Target Slot

%size.

Writer Method: (setf size) ((slug slug))

automatically generated writer method

Source

suggestions.lisp.

Target Slot

%size.

Writer Method: (setf size) ((banner banner))

automatically generated writer method

Source

user.lisp.

Target Slot

%size.

Writer Method: (setf size) ((size size))

automatically generated writer method

Source

entities.lisp.

Target Slot

%size.

Generic Reader: sizes (object)
Package

chirp-objects.

Methods
Reader Method: sizes ((media media))

automatically generated reader method

Source

entities.lisp.

Target Slot

%sizes.

Generic Writer: (setf sizes) (object)
Package

chirp-objects.

Methods
Writer Method: (setf sizes) ((media media))

automatically generated writer method

Source

entities.lisp.

Target Slot

%sizes.

Generic Reader: sleep-time (object)
Package

chirp-objects.

Methods
Reader Method: sleep-time ((settings settings))

automatically generated reader method

Source

account.lisp.

Target Slot

%sleep-time.

Generic Writer: (setf sleep-time) (object)
Package

chirp-objects.

Methods
Writer Method: (setf sleep-time) ((settings settings))

automatically generated writer method

Source

account.lisp.

Target Slot

%sleep-time.

Generic Reader: sleep-time-end (object)
Package

chirp-objects.

Methods
Reader Method: sleep-time-end ((settings settings))

automatically generated reader method

Source

account.lisp.

Target Slot

%sleep-time-end.

Generic Writer: (setf sleep-time-end) (object)
Package

chirp-objects.

Methods
Writer Method: (setf sleep-time-end) ((settings settings))

automatically generated writer method

Source

account.lisp.

Target Slot

%sleep-time-end.

Generic Reader: sleep-time-start (object)
Package

chirp-objects.

Methods
Reader Method: sleep-time-start ((settings settings))

automatically generated reader method

Source

account.lisp.

Target Slot

%sleep-time-start.

Generic Writer: (setf sleep-time-start) (object)
Package

chirp-objects.

Methods
Writer Method: (setf sleep-time-start) ((settings settings))

automatically generated writer method

Source

account.lisp.

Target Slot

%sleep-time-start.

Generic Reader: slug (object)
Package

chirp-objects.

Methods
Reader Method: slug ((user-list user-list))

automatically generated reader method

Source

lists.lisp.

Target Slot

%slug.

Reader Method: slug ((slug slug))

automatically generated reader method

Source

suggestions.lisp.

Target Slot

%slug.

Generic Writer: (setf slug) (object)
Package

chirp-objects.

Methods
Writer Method: (setf slug) ((user-list user-list))

automatically generated writer method

Source

lists.lisp.

Target Slot

%slug.

Writer Method: (setf slug) ((slug slug))

automatically generated writer method

Source

suggestions.lisp.

Target Slot

%slug.

Generic Reader: source (object)
Package

chirp-objects.

Methods
Reader Method: source ((stream-event stream-event))

automatically generated reader method

Source

stream.lisp.

Target Slot

%source.

Reader Method: source ((status status))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%source.

Generic Writer: (setf source) (object)
Package

chirp-objects.

Methods
Writer Method: (setf source) ((stream-event stream-event))

automatically generated writer method

Source

stream.lisp.

Target Slot

%source.

Writer Method: (setf source) ((status status))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%source.

Generic Reader: source-status (object)
Package

chirp-objects.

Methods
Reader Method: source-status ((media media))

automatically generated reader method

Source

entities.lisp.

Target Slot

%source-status.

Generic Writer: (setf source-status) (object)
Package

chirp-objects.

Methods
Writer Method: (setf source-status) ((media media))

automatically generated writer method

Source

entities.lisp.

Target Slot

%source-status.

Generic Reader: start (object)
Package

chirp-objects.

Methods
Reader Method: start ((t-symbol t-symbol))

automatically generated reader method

Source

entities.lisp.

Target Slot

%start.

Reader Method: start ((mention mention))

automatically generated reader method

Source

entities.lisp.

Target Slot

%start.

Reader Method: start ((url url))

automatically generated reader method

Source

entities.lisp.

Target Slot

%start.

Reader Method: start ((media media))

automatically generated reader method

Source

entities.lisp.

Target Slot

%start.

Reader Method: start ((hashtag hashtag))

automatically generated reader method

Source

entities.lisp.

Target Slot

%start.

Generic Writer: (setf start) (object)
Package

chirp-objects.

Methods
Writer Method: (setf start) ((t-symbol t-symbol))

automatically generated writer method

Source

entities.lisp.

Target Slot

%start.

Writer Method: (setf start) ((mention mention))

automatically generated writer method

Source

entities.lisp.

Target Slot

%start.

Writer Method: (setf start) ((url url))

automatically generated writer method

Source

entities.lisp.

Target Slot

%start.

Writer Method: (setf start) ((media media))

automatically generated writer method

Source

entities.lisp.

Target Slot

%start.

Writer Method: (setf start) ((hashtag hashtag))

automatically generated writer method

Source

entities.lisp.

Target Slot

%start.

Generic Function: start-stream (filter handler-function &rest args &key stall-warnings filter-level language count with replies follow track locations &allow-other-keys)

Starts the streaming process as per the STREAM/ functions. Depending on the filter, a different stream is started. FILTER can be of type USER, LOCATION, GEOMETRY, STRING, NULL or :USER, :SITE, :SAMPLE, :FILTER or :FIREHOSE.

Package

chirp-extra.

Source

generics.lisp.

Methods
Method: start-stream ((user user) handler-function &rest args &key stall-warnings filter-level language count)
Method: start-stream ((location location) handler-function &rest args &key stall-warnings filter-level language count)
Method: start-stream ((geometry geometry) handler-function &rest args &key stall-warnings filter-level language count)
Method: start-stream ((string string) handler-function &rest args &key stall-warnings filter-level language count)
Method: start-stream ((null null) handler-function &rest args &key stall-warnings filter-level language count)
Method: start-stream ((user (eql :user)) handler-function &rest args &key stall-warnings filter-level language with replies count)
Method: start-stream ((site (eql :site)) handler-function &rest args &key stall-warnings filter-level language with replies count)
Method: start-stream ((sample (eql :sample)) handler-function &rest args &key stall-warnings filter-level language count)
Method: start-stream ((filter (eql :filter)) handler-function &rest args &key follow track locations stall-warnings filter-level language count)
Method: start-stream ((fire (eql :firehose)) handler-function &rest args &key stall-warnings filter-level language count)
Generic Reader: status (object)
Package

chirp-objects.

Methods
Reader Method: status ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%status.

Reader Method: status ((language language))

automatically generated reader method

Source

help.lisp.

Target Slot

%status.

Generic Writer: (setf status) (object)
Package

chirp-objects.

Methods
Writer Method: (setf status) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%status.

Writer Method: (setf status) ((language language))

automatically generated writer method

Source

help.lisp.

Target Slot

%status.

Generic Reader: stream-name (object)
Package

chirp-objects.

Methods
Reader Method: stream-name ((stream-disconnect stream-disconnect))

automatically generated reader method

Source

stream.lisp.

Target Slot

%stream-name.

Generic Writer: (setf stream-name) (object)
Package

chirp-objects.

Methods
Writer Method: (setf stream-name) ((stream-disconnect stream-disconnect))

automatically generated writer method

Source

stream.lisp.

Target Slot

%stream-name.

Generic Function: subscribe-to-list (list)

Subscribes to the given list as per LISTS/SUBSCRIBERS/CREATE. Returns a new USER-LIST object.

Package

chirp-extra.

Source

generics.lisp.

Methods
Method: subscribe-to-list ((list user-list))
Generic Reader: target (object)
Package

chirp-objects.

Methods
Reader Method: target ((stream-event stream-event))

automatically generated reader method

Source

stream.lisp.

Target Slot

%target.

Generic Writer: (setf target) (object)
Package

chirp-objects.

Methods
Writer Method: (setf target) ((stream-event stream-event))

automatically generated writer method

Source

stream.lisp.

Target Slot

%target.

Generic Reader: target-headers (condition)
Generic Writer: (setf target-headers) (condition)
Package

chirp-objects.

Methods
Reader Method: target-headers ((condition oauth-request-error))
Writer Method: (setf target-headers) ((condition oauth-request-error))
Source

oauth.lisp.

Target Slot

%target-headers.

Generic Reader: target-method (condition)
Generic Writer: (setf target-method) (condition)
Package

chirp-objects.

Methods
Reader Method: target-method ((condition oauth-request-error))
Writer Method: (setf target-method) ((condition oauth-request-error))
Source

oauth.lisp.

Target Slot

%target-method.

Generic Reader: target-object (object)
Package

chirp-objects.

Methods
Reader Method: target-object ((stream-event stream-event))

automatically generated reader method

Source

stream.lisp.

Target Slot

%target-object.

Generic Writer: (setf target-object) (object)
Package

chirp-objects.

Methods
Writer Method: (setf target-object) ((stream-event stream-event))

automatically generated writer method

Source

stream.lisp.

Target Slot

%target-object.

Generic Reader: target-parameters (condition)
Generic Writer: (setf target-parameters) (condition)
Package

chirp-objects.

Methods
Reader Method: target-parameters ((condition oauth-request-error))
Writer Method: (setf target-parameters) ((condition oauth-request-error))
Source

oauth.lisp.

Target Slot

%target-parameters.

Generic Reader: target-url (condition)
Generic Writer: (setf target-url) (condition)
Package

chirp-objects.

Methods
Reader Method: target-url ((condition oauth-request-error))
Writer Method: (setf target-url) ((condition oauth-request-error))
Source

oauth.lisp.

Target Slot

%target-url.

Generic Reader: text (object)
Package

chirp-objects.

Methods
Reader Method: text ((direct-message direct-message))

automatically generated reader method

Source

direct-messages.lisp.

Target Slot

%text.

Reader Method: text ((status status))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%text.

Reader Method: text ((t-symbol t-symbol))

automatically generated reader method

Source

entities.lisp.

Target Slot

%text.

Reader Method: text ((hashtag hashtag))

automatically generated reader method

Source

entities.lisp.

Target Slot

%text.

Generic Writer: (setf text) (object)
Package

chirp-objects.

Methods
Writer Method: (setf text) ((direct-message direct-message))

automatically generated writer method

Source

direct-messages.lisp.

Target Slot

%text.

Writer Method: (setf text) ((status status))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%text.

Writer Method: (setf text) ((t-symbol t-symbol))

automatically generated writer method

Source

entities.lisp.

Target Slot

%text.

Writer Method: (setf text) ((hashtag hashtag))

automatically generated writer method

Source

entities.lisp.

Target Slot

%text.

Generic Reader: time-zone (object)
Package

chirp-objects.

Methods
Reader Method: time-zone ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%time-zone.

Generic Writer: (setf time-zone) (object)
Package

chirp-objects.

Methods
Writer Method: (setf time-zone) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%time-zone.

Generic Reader: time-zone-info (object)
Package

chirp-objects.

Methods
Reader Method: time-zone-info ((settings settings))

automatically generated reader method

Source

account.lisp.

Target Slot

%time-zone-info.

Generic Writer: (setf time-zone-info) (object)
Package

chirp-objects.

Methods
Writer Method: (setf time-zone-info) ((settings settings))

automatically generated writer method

Source

account.lisp.

Target Slot

%time-zone-info.

Generic Reader: time-zone-name (object)
Package

chirp-objects.

Methods
Reader Method: time-zone-name ((settings settings))

automatically generated reader method

Source

account.lisp.

Target Slot

%time-zone-name.

Generic Writer: (setf time-zone-name) (object)
Package

chirp-objects.

Methods
Writer Method: (setf time-zone-name) ((settings settings))

automatically generated writer method

Source

account.lisp.

Target Slot

%time-zone-name.

Generic Reader: time-zone-offset (object)
Package

chirp-objects.

Methods
Reader Method: time-zone-offset ((settings settings))

automatically generated reader method

Source

account.lisp.

Target Slot

%time-zone-offset.

Generic Writer: (setf time-zone-offset) (object)
Package

chirp-objects.

Methods
Writer Method: (setf time-zone-offset) ((settings settings))

automatically generated writer method

Source

account.lisp.

Target Slot

%time-zone-offset.

Generic Reader: track (object)
Package

chirp-objects.

Methods
Reader Method: track ((stream-limit stream-limit))

automatically generated reader method

Source

stream.lisp.

Target Slot

%track.

Generic Writer: (setf track) (object)
Package

chirp-objects.

Methods
Writer Method: (setf track) ((stream-limit stream-limit))

automatically generated writer method

Source

stream.lisp.

Target Slot

%track.

Generic Reader: translator (object)
Package

chirp-objects.

Methods
Reader Method: translator ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%translator.

Generic Writer: (setf translator) (object)
Package

chirp-objects.

Methods
Writer Method: (setf translator) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%translator.

Generic Reader: trend (object)
Package

chirp-objects.

Methods
Reader Method: trend ((settings settings))

automatically generated reader method

Source

account.lisp.

Target Slot

%trend.

Generic Writer: (setf trend) (object)
Package

chirp-objects.

Methods
Writer Method: (setf trend) ((settings settings))

automatically generated writer method

Source

account.lisp.

Target Slot

%trend.

Generic Reader: truncated (object)
Package

chirp-objects.

Methods
Reader Method: truncated ((status status))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%truncated.

Generic Writer: (setf truncated) (object)
Package

chirp-objects.

Methods
Writer Method: (setf truncated) ((status status))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%truncated.

Generic Function: tweet (text &key file reply-to latitude longitude place-id possibly-sensitive)

Creates a new status as per STATUSES/UPDATE or STATUSES/UPDATE-WITH-MEDIA if FILE is given. Returns the new STATUS object.

Package

chirp-extra.

Source

generics.lisp.

Methods
Method: tweet (text &key file reply-to latitude longitude place-id possibly-sensitive)
Generic Reader: tweets (object)
Package

chirp-objects.

Methods
Reader Method: tweets ((collection collection))

automatically generated reader method

Source

collections.lisp.

Target Slot

%tweets.

Generic Writer: (setf tweets) (object)
Package

chirp-objects.

Methods
Writer Method: (setf tweets) ((collection collection))

automatically generated writer method

Source

collections.lisp.

Target Slot

%tweets.

Generic Function: unblock-user (user)

Unblocks the given user as per BLOCKS/DESTROY. Returns a new user object.

Package

chirp-extra.

Source

generics.lisp.

Methods
Method: unblock-user ((user user))
Method: unblock-user ((id fixnum))
Method: unblock-user ((name string))
Generic Function: unfavorite (status)

Unfavorites the given status as per FAVORITES/DESTROY. Returns a new STATUS object.

Package

chirp-extra.

Source

generics.lisp.

Methods
Method: unfavorite ((status status))
Generic Function: unfollow-user (user)

Unfollows the given user as per FRIENDSHIPS/DESTROY. Returns a new user object.

Package

chirp-extra.

Source

generics.lisp.

Methods
Method: unfollow-user ((user user))
Method: unfollow-user ((id fixnum))
Method: unfollow-user ((name string))
Generic Function: unlist-user (list user)

Removes the given user from the given list as per LISTS/MEMBERS/DESTROY-ALL. Returns the given USER identifying object.

Package

chirp-extra.

Source

generics.lisp.

Methods
Method: unlist-user ((list user-list) (user user))
Method: unlist-user ((list user-list) (id fixnum))
Method: unlist-user ((list user-list) (name string))
Generic Function: unsubscribe-from-list (list)

Unsubscribes from the given list as per LISTS/SUBSCRIBERS/DESTROY. REturns a new USER-LIST object.

Package

chirp-extra.

Source

generics.lisp.

Methods
Method: unsubscribe-from-list ((list user-list))
Generic Reader: up-to-status-id (object)
Package

chirp-objects.

Methods
Reader Method: up-to-status-id ((stream-scrub-geo stream-scrub-geo))

automatically generated reader method

Source

stream.lisp.

Target Slot

%up-to-status-id.

Generic Writer: (setf up-to-status-id) (object)
Package

chirp-objects.

Methods
Writer Method: (setf up-to-status-id) ((stream-scrub-geo stream-scrub-geo))

automatically generated writer method

Source

stream.lisp.

Target Slot

%up-to-status-id.

Generic Reader: uri (object)
Package

chirp-objects.

Methods
Reader Method: uri ((user-list user-list))

automatically generated reader method

Source

lists.lisp.

Target Slot

%uri.

Generic Writer: (setf uri) (object)
Package

chirp-objects.

Methods
Writer Method: (setf uri) ((user-list user-list))

automatically generated writer method

Source

lists.lisp.

Target Slot

%uri.

Generic Reader: url (object)
Package

chirp-objects.

Methods
Reader Method: url ((collection collection))

automatically generated reader method

Source

collections.lisp.

Target Slot

%url.

Reader Method: url ((oembed oembed))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%url.

Reader Method: url ((banner banner))

automatically generated reader method

Source

user.lisp.

Target Slot

%url.

Reader Method: url ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%url.

Reader Method: url ((cursor cursor))

automatically generated reader method

Source

cursor.lisp.

Target Slot

%url.

Reader Method: url ((url url))

automatically generated reader method

Source

entities.lisp.

Target Slot

%url.

Reader Method: url ((media media))

automatically generated reader method

Source

entities.lisp.

Target Slot

%url.

Reader Method: url ((trend-location trend-location))

automatically generated reader method

Source

trends.lisp.

Target Slot

%url.

Reader Method: url ((trend trend))

automatically generated reader method

Source

trends.lisp.

Target Slot

%url.

Reader Method: url ((location location))

automatically generated reader method

Source

location.lisp.

Target Slot

%url.

Generic Writer: (setf url) (object)
Package

chirp-objects.

Methods
Writer Method: (setf url) ((collection collection))

automatically generated writer method

Source

collections.lisp.

Target Slot

%url.

Writer Method: (setf url) ((oembed oembed))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%url.

Writer Method: (setf url) ((banner banner))

automatically generated writer method

Source

user.lisp.

Target Slot

%url.

Writer Method: (setf url) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%url.

Writer Method: (setf url) ((cursor cursor))

automatically generated writer method

Source

cursor.lisp.

Target Slot

%url.

Writer Method: (setf url) ((url url))

automatically generated writer method

Source

entities.lisp.

Target Slot

%url.

Writer Method: (setf url) ((media media))

automatically generated writer method

Source

entities.lisp.

Target Slot

%url.

Writer Method: (setf url) ((trend-location trend-location))

automatically generated writer method

Source

trends.lisp.

Target Slot

%url.

Writer Method: (setf url) ((trend trend))

automatically generated writer method

Source

trends.lisp.

Target Slot

%url.

Writer Method: (setf url) ((location location))

automatically generated writer method

Source

location.lisp.

Target Slot

%url.

Generic Reader: user (object)
Package

chirp-objects.

Methods
Reader Method: user ((user-list user-list))

automatically generated reader method

Source

lists.lisp.

Target Slot

%user.

Reader Method: user ((status status))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%user.

Generic Writer: (setf user) (object)
Package

chirp-objects.

Methods
Writer Method: (setf user) ((user-list user-list))

automatically generated writer method

Source

lists.lisp.

Target Slot

%user.

Writer Method: (setf user) ((status status))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%user.

Generic Reader: user-id (object)
Package

chirp-objects.

Methods
Reader Method: user-id ((collection collection))

automatically generated reader method

Source

collections.lisp.

Target Slot

%user-id.

Reader Method: user-id ((stream-warning stream-warning))

automatically generated reader method

Source

stream.lisp.

Target Slot

%user-id.

Reader Method: user-id ((stream-scrub-geo stream-scrub-geo))

automatically generated reader method

Source

stream.lisp.

Target Slot

%user-id.

Reader Method: user-id ((stream-delete stream-delete))

automatically generated reader method

Source

stream.lisp.

Target Slot

%user-id.

Generic Writer: (setf user-id) (object)
Package

chirp-objects.

Methods
Writer Method: (setf user-id) ((collection collection))

automatically generated writer method

Source

collections.lisp.

Target Slot

%user-id.

Writer Method: (setf user-id) ((stream-warning stream-warning))

automatically generated writer method

Source

stream.lisp.

Target Slot

%user-id.

Writer Method: (setf user-id) ((stream-scrub-geo stream-scrub-geo))

automatically generated writer method

Source

stream.lisp.

Target Slot

%user-id.

Writer Method: (setf user-id) ((stream-delete stream-delete))

automatically generated writer method

Source

stream.lisp.

Target Slot

%user-id.

Generic Reader: users (object)
Package

chirp-objects.

Methods
Reader Method: users ((collection collection))

automatically generated reader method

Source

collections.lisp.

Target Slot

%users.

Reader Method: users ((slug slug))

automatically generated reader method

Source

suggestions.lisp.

Target Slot

%users.

Generic Writer: (setf users) (object)
Package

chirp-objects.

Methods
Writer Method: (setf users) ((collection collection))

automatically generated writer method

Source

collections.lisp.

Target Slot

%users.

Writer Method: (setf users) ((slug slug))

automatically generated writer method

Source

suggestions.lisp.

Target Slot

%users.

Generic Reader: utc-offset (object)
Package

chirp-objects.

Methods
Reader Method: utc-offset ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%utc-offset.

Generic Writer: (setf utc-offset) (object)
Package

chirp-objects.

Methods
Writer Method: (setf utc-offset) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%utc-offset.

Generic Reader: verified (object)
Package

chirp-objects.

Methods
Reader Method: verified ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%verified.

Generic Writer: (setf verified) (object)
Package

chirp-objects.

Methods
Writer Method: (setf verified) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%verified.

Generic Reader: version (object)
Package

chirp-objects.

Methods
Reader Method: version ((oembed oembed))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%version.

Generic Writer: (setf version) (object)
Package

chirp-objects.

Methods
Writer Method: (setf version) ((oembed oembed))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%version.

Generic Reader: video (object)
Package

chirp-objects.

Methods
Reader Method: video ((media-object media-object))

automatically generated reader method

Source

media.lisp.

Target Slot

%video.

Generic Writer: (setf video) (object)
Package

chirp-objects.

Methods
Writer Method: (setf video) ((media-object media-object))

automatically generated writer method

Source

media.lisp.

Target Slot

%video.

Generic Reader: visibility (object)
Package

chirp-objects.

Methods
Reader Method: visibility ((collection collection))

automatically generated reader method

Source

collections.lisp.

Target Slot

%visibility.

Generic Writer: (setf visibility) (object)
Package

chirp-objects.

Methods
Writer Method: (setf visibility) ((collection collection))

automatically generated writer method

Source

collections.lisp.

Target Slot

%visibility.

Generic Reader: want-retweets (object)
Package

chirp-objects.

Methods
Reader Method: want-retweets ((relationship relationship))

automatically generated reader method

Source

friends.lisp.

Target Slot

%want-retweets.

Generic Writer: (setf want-retweets) (object)
Package

chirp-objects.

Methods
Writer Method: (setf want-retweets) ((relationship relationship))

automatically generated writer method

Source

friends.lisp.

Target Slot

%want-retweets.

Generic Reader: width (object)
Package

chirp-objects.

Methods
Reader Method: width ((oembed oembed))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%width.

Reader Method: width ((banner banner))

automatically generated reader method

Source

user.lisp.

Target Slot

%width.

Reader Method: width ((size size))

automatically generated reader method

Source

entities.lisp.

Target Slot

%width.

Generic Writer: (setf width) (object)
Package

chirp-objects.

Methods
Writer Method: (setf width) ((oembed oembed))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%width.

Writer Method: (setf width) ((banner banner))

automatically generated writer method

Source

user.lisp.

Target Slot

%width.

Writer Method: (setf width) ((size size))

automatically generated writer method

Source

entities.lisp.

Target Slot

%width.

Generic Reader: withheld-in-countries (object)
Package

chirp-objects.

Methods
Reader Method: withheld-in-countries ((stream-user-withheld stream-user-withheld))

automatically generated reader method

Source

stream.lisp.

Target Slot

%withheld-in-countries.

Reader Method: withheld-in-countries ((stream-status-withheld stream-status-withheld))

automatically generated reader method

Source

stream.lisp.

Target Slot

%withheld-in-countries.

Reader Method: withheld-in-countries ((status status))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%withheld-in-countries.

Reader Method: withheld-in-countries ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%withheld-in-countries.

Generic Writer: (setf withheld-in-countries) (object)
Package

chirp-objects.

Methods
Writer Method: (setf withheld-in-countries) ((stream-user-withheld stream-user-withheld))

automatically generated writer method

Source

stream.lisp.

Target Slot

%withheld-in-countries.

Writer Method: (setf withheld-in-countries) ((stream-status-withheld stream-status-withheld))

automatically generated writer method

Source

stream.lisp.

Target Slot

%withheld-in-countries.

Writer Method: (setf withheld-in-countries) ((status status))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%withheld-in-countries.

Writer Method: (setf withheld-in-countries) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%withheld-in-countries.

Generic Reader: woeid (object)
Package

chirp-objects.

Methods
Reader Method: woeid ((trend-location trend-location))

automatically generated reader method

Source

trends.lisp.

Target Slot

%woeid.

Generic Writer: (setf woeid) (object)
Package

chirp-objects.

Methods
Writer Method: (setf woeid) ((trend-location trend-location))

automatically generated writer method

Source

trends.lisp.

Target Slot

%woeid.


5.1.5 Standalone methods

Method: initialize-instance :after ((user user) &rest rest)
Source

user.lisp.

Method: print-object ((status status) stream)
Source

statuses.lisp.

Method: print-object ((trend-location trend-location) stream)
Source

trends.lisp.

Method: print-object ((message stream-warning) stream)
Source

stream.lisp.

Method: print-object ((list user-list) stream)
Source

lists.lisp.

Method: print-object ((message stream-user-withheld) stream)
Source

stream.lisp.

Method: print-object ((banner banner) stream)
Source

user.lisp.

Method: print-object ((location location) stream)
Source

location.lisp.

Method: print-object ((message stream-scrub-geo) stream)
Source

stream.lisp.

Method: print-object ((trend trend) stream)
Source

trends.lisp.

Method: print-object ((user user) stream)
Source

user.lisp.

Method: print-object ((message stream-status-withheld) stream)
Source

stream.lisp.

Method: print-object ((search saved-search) stream)
Source

saved-searches.lisp.

Method: print-object ((message stream-delete) stream)
Source

stream.lisp.

Method: print-object ((message stream-event) stream)
Source

stream.lisp.

Method: print-object ((message stream-envelope) stream)
Source

stream.lisp.

Method: print-object ((dm direct-message) stream)
Source

direct-messages.lisp.

Method: print-object ((language language) stream)
Source

help.lisp.

Method: print-object ((geometry geometry) stream)
Source

location.lisp.

Method: print-object ((message stream-limit) stream)
Source

stream.lisp.

Method: print-object ((relationship relationship) stream)
Source

friends.lisp.

Method: print-object ((message stream-disconnect) stream)
Source

stream.lisp.

Method: print-object ((message stream-control) stream)
Source

stream.lisp.

Method: print-object ((meta search-metadata) stream)
Source

search.lisp.

Method: print-object ((resource resource) stream)
Source

help.lisp.

Method: print-object ((slug slug) stream)
Source

suggestions.lisp.

Method: print-object ((collection collection) stream)
Source

collections.lisp.

Method: print-object ((media media-object) stream)
Source

media.lisp.


5.1.6 Conditions

Condition: oauth-error
Package

chirp-objects.

Source

oauth.lisp.

Direct superclasses

error.

Direct subclasses
Condition: oauth-parameter-missing
Package

chirp-objects.

Source

oauth.lisp.

Direct superclasses

oauth-error.

Direct methods
Direct slots
Slot: %parameter
Package

chirp.

Initargs

:parameter

Readers

parameter.

Writers

(setf parameter).

Condition: oauth-request-error
Package

chirp-objects.

Source

oauth.lisp.

Direct superclasses

oauth-error.

Direct methods
Direct slots
Slot: %http-status
Package

chirp.

Initargs

:status

Readers

http-status.

Writers

(setf http-status).

Slot: %http-body
Package

chirp.

Initargs

:body

Readers

http-body.

Writers

(setf http-body).

Slot: %http-headers
Package

chirp.

Initargs

:headers

Readers

http-headers.

Writers

(setf http-headers).

Slot: %target-url
Package

chirp.

Initargs

:url

Readers

target-url.

Writers

(setf target-url).

Slot: %target-method
Package

chirp.

Initargs

:method

Readers

target-method.

Writers

(setf target-method).

Slot: %target-parameters
Package

chirp.

Initargs

:parameters

Readers

target-parameters.

Writers

(setf target-parameters).

Slot: %target-headers
Package

chirp.

Initargs

:sent-headers

Readers

target-headers.

Writers

(setf target-headers).


5.1.7 Classes

Class: banner

Class representation of a banner as returned by users/profile-banner.

Package

chirp-objects.

Source

user.lisp.

Direct methods
Direct slots
Slot: %size
Package

chirp.

Initargs

:size

Readers

size.

Writers

(setf size).

Slot: %width
Package

chirp.

Initargs

:width

Readers

width.

Writers

(setf width).

Slot: %height
Package

chirp.

Initargs

:height

Readers

height.

Writers

(setf height).

Slot: %url
Package

chirp.

Initargs

:url

Readers

url.

Writers

(setf url).

Class: configuration

Class representation of the twitter configuration object.

According to spec https://dev.twitter.com/docs/api/1.1/get/help/configuration

Package

chirp-objects.

Source

help.lisp.

Direct methods
Direct slots
Slot: %photo-size-limit
Package

chirp.

Initargs

:photo-size-limit

Readers

photo-size-limit.

Writers

(setf photo-size-limit).

Slot: %photo-sizes
Package

chirp.

Initargs

:photo-sizes

Readers

photo-sizes.

Writers

(setf photo-sizes).

Slot: %short-url-length
Package

chirp.

Initargs

:short-url-length

Readers

short-url-length.

Writers

(setf short-url-length).

Slot: %short-url-length-https
Package

chirp.

Initargs

:short-url-length-https

Readers

short-url-length-https.

Writers

(setf short-url-length-https).

Slot: %non-username-paths
Package

chirp.

Initargs

:non-username-paths

Readers

non-username-paths.

Writers

(setf non-username-paths).

Slot: %max-media-per-upload
Package

chirp.

Initargs

:max-media-per-upload

Readers

max-media-per-upload.

Writers

(setf max-media-per-upload).

Slot: %characters-reserved-per-media
Package

chirp.

Initargs

:characters-reserved-per-media

Readers

characters-reserved-per-media.

Writers

(setf characters-reserved-per-media).

Slot: %dm-text-character-limit
Package

chirp.

Initargs

:dm-text-character-limit

Readers

dm-text-character-limit.

Writers

(setf dm-text-character-limit).

Class: cursor

Cursor object to traverse cursored sets.

According to https://dev.twitter.com/docs/misc/cursoring

Package

chirp-objects.

Source

cursor.lisp.

Direct methods
Direct slots
Slot: %id
Package

chirp.

Initargs

:id

Readers

id.

Writers

(setf id).

Slot: %url
Package

chirp.

Initargs

:url

Readers

url.

Writers

(setf url).

Slot: %parameters
Package

chirp.

Initargs

:parameters

Readers

parameters.

Writers

(setf parameters).

Slot: %data
Package

chirp.

Initargs

:data

Readers

data.

Writers

(setf data).

Slot: %request-method
Package

chirp.

Initargs

:request-method

Readers

request-method.

Writers

(setf request-method).

Class: direct-message

Class representation of a twitter direct-message object.

Package

chirp-objects.

Source

direct-messages.lisp.

Direct methods
Direct slots
Slot: %id
Package

chirp.

Initargs

:id

Readers

id.

Writers

(setf id).

Slot: %text
Package

chirp.

Initargs

:text

Readers

text.

Writers

(setf text).

Slot: %recipient
Package

chirp.

Initargs

:recipient

Readers

recipient.

Writers

(setf recipient).

Slot: %sender
Package

chirp.

Initargs

:sender

Readers

sender.

Writers

(setf sender).

Slot: %created-at
Package

chirp.

Initargs

:created-at

Readers

created-at.

Writers

(setf created-at).

Slot: %entities
Package

chirp.

Initargs

:entities

Readers

entities.

Writers

(setf entities).

Class: entity

Base class for twitter entity objects.

According to spec https://dev.twitter.com/docs/entities

Package

chirp-objects.

Source

entities.lisp.

Direct subclasses
Class: event-access-revoked

User deauthorize event

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

stream-event.

Class: event-block

event

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

stream-event.

Class: event-favorite

event

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

stream-event.

Class: event-follow

event

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

stream-event.

Class: event-list-create

event

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

stream-event.

Class: event-list-destroy

event

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

stream-event.

Class: event-list-member-add

event

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

stream-event.

Class: event-list-member-remove

event

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

stream-event.

Class: event-list-update

event

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

stream-event.

Class: event-list-user-subscribe

event

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

stream-event.

Class: event-list-user-unsubscribe

event

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

stream-event.

Class: event-unblock

event

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

stream-event.

Class: event-unfavorite

event

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

stream-event.

Class: event-unfollow

event

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

stream-event.

Class: event-unknown

Unknown stream event

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

stream-event.

Class: event-user-update

event

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

stream-event.

Class: geometry

Object for locations containing geometrical shape data.

Package

chirp-objects.

Source

location.lisp.

Direct methods
Direct Default Initargs
InitargValue
:shape(error shape type required)
:coordinatesnil
Direct slots
Slot: %shape
Package

chirp.

Initargs

:shape

Readers

shape.

Writers

(setf shape).

Slot: %coordinates
Package

chirp.

Initargs

:coordinates

Readers

coordinates.

Writers

(setf coordinates).

Class: hashtag

Twitter hashtag entity.

According to spec https://dev.twitter.com/docs/entities#The_hashtags_entity

Package

chirp-objects.

Source

entities.lisp.

Direct superclasses

entity.

Direct methods
Direct slots
Slot: %text
Package

chirp.

Initargs

:text

Readers

text.

Writers

(setf text).

Slot: %start
Package

chirp.

Initargs

:start

Readers

start.

Writers

(setf start).

Slot: %end
Package

chirp.

Initargs

:end

Readers

end.

Writers

(setf end).

Class: language

Class representation of the twitter language object.

According to spec https://dev.twitter.com/docs/api/1.1/get/help/languages

Package

chirp-objects.

Source

help.lisp.

Direct methods
Direct slots
Slot: %name
Package

chirp.

Initargs

:name

Readers

name.

Writers

(setf name).

Slot: %code
Package

chirp.

Initargs

:code

Readers

code.

Writers

(setf code).

Slot: %status
Package

chirp.

Initargs

:status

Readers

status.

Writers

(setf status).

Class: location

Twitter object containing Locational data. Used for the Places & Geo API.

According to spec https://dev.twitter.com/docs/platform-objects/places

Package

chirp-objects.

Source

location.lisp.

Direct methods
Direct slots
Slot: %id
Package

chirp.

Initargs

:id

Readers

id.

Writers

(setf id).

Slot: %name
Package

chirp.

Initargs

:name

Readers

name.

Writers

(setf name).

Slot: %full-name
Package

chirp.

Initargs

:full-name

Readers

full-name.

Writers

(setf full-name).

Slot: %location-type
Package

chirp.

Initargs

:location-type

Readers

location-type.

Writers

(setf location-type).

Slot: %latitude
Package

chirp.

Initargs

:latitude

Readers

latitude.

Writers

(setf latitude).

Slot: %longitude
Package

chirp.

Initargs

:longitude

Readers

longitude.

Writers

(setf longitude).

Slot: %url
Package

chirp.

Initargs

:url

Readers

url.

Writers

(setf url).

Slot: %attributes
Package

chirp.

Initargs

:attributes

Readers

attributes.

Writers

(setf attributes).

Slot: %country-name
Package

chirp.

Initargs

:country-name

Readers

country-name.

Writers

(setf country-name).

Slot: %country-code
Package

chirp.

Initargs

:country-code

Readers

country-code.

Writers

(setf country-code).

Slot: %bounding-box
Package

chirp.

Initargs

:bounding-box

Readers

bounding-box.

Writers

(setf bounding-box).

Slot: %poly-lines
Package

chirp.

Initargs

:poly-lines

Readers

poly-lines.

Writers

(setf poly-lines).

Slot: %contained-within
Package

chirp.

Initargs

:contained-within

Readers

contained-within.

Writers

(setf contained-within).

Class: media

Twitter media entity.

According to spec https://dev.twitter.com/docs/entities#The_media_entity

Package

chirp-objects.

Source

entities.lisp.

Direct superclasses

entity.

Direct methods
Direct slots
Slot: %url
Package

chirp.

Initargs

:url

Readers

url.

Writers

(setf url).

Slot: %id
Package

chirp.

Initargs

:id

Readers

id.

Writers

(setf id).

Slot: %display-url
Package

chirp.

Initargs

:display-url

Readers

display-url.

Writers

(setf display-url).

Slot: %expanded-url
Package

chirp.

Initargs

:expanded-url

Readers

expanded-url.

Writers

(setf expanded-url).

Slot: %start
Package

chirp.

Initargs

:start

Readers

start.

Writers

(setf start).

Slot: %end
Package

chirp.

Initargs

:end

Readers

end.

Writers

(setf end).

Slot: %sizes
Package

chirp.

Initargs

:sizes

Readers

sizes.

Writers

(setf sizes).

Slot: %media-url
Package

chirp.

Initargs

:media-url

Readers

media-url.

Writers

(setf media-url).

Slot: %media-url-https
Package

chirp.

Initargs

:media-url-https

Readers

media-url-https.

Writers

(setf media-url-https).

Slot: %media-type
Package

chirp.

Initargs

:media-type

Readers

media-type.

Writers

(setf media-type).

Slot: %source-status
Package

chirp.

Initargs

:source-status

Readers

source-status.

Writers

(setf source-status).

Class: mention

Twitter mention entity.

According to spec https://dev.twitter.com/docs/entities#The_user_mentions_entity

Package

chirp-objects.

Source

entities.lisp.

Direct superclasses

entity.

Direct methods
Direct slots
Slot: %id
Package

chirp.

Initargs

:id

Readers

id.

Writers

(setf id).

Slot: %start
Package

chirp.

Initargs

:start

Readers

start.

Writers

(setf start).

Slot: %end
Package

chirp.

Initargs

:end

Readers

end.

Writers

(setf end).

Slot: %name
Package

chirp.

Initargs

:name

Readers

name.

Writers

(setf name).

Slot: %screen-name
Package

chirp.

Initargs

:screen-name

Readers

screen-name.

Writers

(setf screen-name).

Class: message

Superclass for all stream messages.

According to spec https://dev.twitter.com/docs/streaming-apis/messages

Package

chirp-objects.

Source

stream.lisp.

Direct subclasses
Class: oembed

Class representation of a twitter oembed object.

Package

chirp-objects.

Source

statuses.lisp.

Direct methods
Direct slots
Slot: %html
Package

chirp.

Initargs

:html

Readers

html.

Writers

(setf html).

Slot: %url
Package

chirp.

Initargs

:url

Readers

url.

Writers

(setf url).

Slot: %height
Package

chirp.

Initargs

:height

Readers

height.

Writers

(setf height).

Slot: %width
Package

chirp.

Initargs

:width

Readers

width.

Writers

(setf width).

Slot: %version
Package

chirp.

Initargs

:version

Readers

version.

Writers

(setf version).

Slot: %oembed-type
Package

chirp.

Initargs

:oembed-type

Readers

oembed-type.

Writers

(setf oembed-type).

Slot: %cache-age
Package

chirp.

Initargs

:cache-age

Readers

cache-age.

Writers

(setf cache-age).

Slot: %author-name
Package

chirp.

Initargs

:author-name

Readers

author-name.

Writers

(setf author-name).

Slot: %author-url
Package

chirp.

Initargs

:author-url

Readers

author-url.

Writers

(setf author-url).

Slot: %provider-url
Package

chirp.

Initargs

:provider-url

Readers

provider-url.

Writers

(setf provider-url).

Slot: %provider-name
Package

chirp.

Initargs

:provider-name

Readers

provider-name.

Writers

(setf provider-name).

Class: relationship

Class representation of a relationship (target or source) to a user.

Package

chirp-objects.

Source

friends.lisp.

Direct methods
Direct slots
Slot: %id
Package

chirp.

Initargs

:id

Readers

id.

Writers

(setf id).

Slot: %screen-name
Package

chirp.

Initargs

:screen-name

Readers

screen-name.

Writers

(setf screen-name).

Slot: %name
Package

chirp.

Initargs

:name

Readers

name.

Writers

(setf name).

Slot: %followed-by
Package

chirp.

Initargs

:followed-by

Readers

followed-by.

Writers

(setf followed-by).

Slot: %following
Package

chirp.

Initargs

:following

Readers

following.

Writers

(setf following).

Slot: %can-dm
Package

chirp.

Initargs

:can-dm

Readers

can-dm.

Writers

(setf can-dm).

Slot: %blocking
Package

chirp.

Initargs

:blocking

Readers

blocking.

Writers

(setf blocking).

Slot: %all-replies
Package

chirp.

Initargs

:all-replies

Readers

all-replies.

Writers

(setf all-replies).

Slot: %want-retweets
Package

chirp.

Initargs

:want-retweets

Readers

want-retweets.

Writers

(setf want-retweets).

Slot: %marked-spam
Package

chirp.

Initargs

:marked-spam

Readers

marked-spam.

Writers

(setf marked-spam).

Slot: %notifications-enabled
Package

chirp.

Initargs

:notifications-enabled

Readers

notifications-enabled.

Writers

(setf notifications-enabled).

Slot: %connections
Package

chirp.

Initargs

:connections

Readers

connections.

Writers

(setf connections).

Class: resource

Class representation of a twitter resource objkect.

According to spec https://dev.twitter.com/docs/api/1.1/get/application/rate_limit_status

Package

chirp-objects.

Source

help.lisp.

Direct methods
Direct slots
Slot: %address
Package

chirp.

Initargs

:address

Readers

address.

Writers

(setf address).

Slot: %remaining
Package

chirp.

Initargs

:remaining

Readers

remaining.

Writers

(setf remaining).

Slot: %reset
Package

chirp.

Initargs

:reset

Readers

reset.

Writers

(setf reset).

Slot: %limit
Package

chirp.

Initargs

:limit

Readers

limit.

Writers

(setf limit).

Class: saved-search

Class representation of a twitter saved-search object.

Package

chirp-objects.

Source

saved-searches.lisp.

Direct methods
Direct slots
Slot: %id
Package

chirp.

Initargs

:id

Readers

id.

Writers

(setf id).

Slot: %created-at
Package

chirp.

Initargs

:created-at

Readers

created-at.

Writers

(setf created-at).

Slot: %name
Package

chirp.

Initargs

:name

Readers

name.

Writers

(setf name).

Slot: %search-position
Package

chirp.

Initargs

:search-position

Readers

search-position.

Writers

(setf search-position).

Slot: %query
Package

chirp.

Initargs

:query

Readers

query.

Writers

(setf query).

Class: search-metadata

Class representation of the twitter search metadata object.

Package

chirp-objects.

Source

search.lisp.

Direct methods
Direct slots
Slot: %max-id
Package

chirp.

Initargs

:max-id

Readers

max-id.

Writers

(setf max-id).

Slot: %since-id
Package

chirp.

Initargs

:since-id

Readers

since-id.

Writers

(setf since-id).

Slot: %refresh-url
Package

chirp.

Initargs

:refresh-url

Readers

refresh-url.

Writers

(setf refresh-url).

Slot: %next-results
Package

chirp.

Initargs

:next-results

Readers

next-results.

Writers

(setf next-results).

Slot: %result-count
Package

chirp.

Initargs

:result-count

Readers

result-count.

Writers

(setf result-count).

Slot: %completed-in
Package

chirp.

Initargs

:completed-in

Readers

completed-in.

Writers

(setf completed-in).

Slot: %query
Package

chirp.

Initargs

:query

Readers

query.

Writers

(setf query).

Class: settings

Class representation of the twitter user settings object.

Package

chirp-objects.

Source

account.lisp.

Direct methods
Direct slots
Slot: %force-https
Package

chirp.

Initargs

:force-https

Readers

force-https.

Writers

(setf force-https).

Slot: %email-discoverable
Package

chirp.

Initargs

:email-discoverable

Readers

email-discoverable.

Writers

(setf email-discoverable).

Slot: %geo
Package

chirp.

Initargs

:geo

Readers

geo.

Writers

(setf geo).

Slot: %language
Package

chirp.

Initargs

:language

Readers

language.

Writers

(setf language).

Slot: %protected
Package

chirp.

Initargs

:protected

Readers

protected.

Writers

(setf protected).

Slot: %screen-name
Package

chirp.

Initargs

:screen-name

Readers

screen-name.

Writers

(setf screen-name).

Slot: %show-inline-media
Package

chirp.

Initargs

:show-inline-media

Readers

show-inline-media.

Writers

(setf show-inline-media).

Slot: %sleep-time
Package

chirp.

Initargs

:sleep-time

Readers

sleep-time.

Writers

(setf sleep-time).

Slot: %sleep-time-start
Package

chirp.

Initargs

:sleep-time-start

Readers

sleep-time-start.

Writers

(setf sleep-time-start).

Slot: %sleep-time-end
Package

chirp.

Initargs

:sleep-time-end

Readers

sleep-time-end.

Writers

(setf sleep-time-end).

Slot: %time-zone-name
Package

chirp.

Initargs

:time-zone-name

Readers

time-zone-name.

Writers

(setf time-zone-name).

Slot: %time-zone-info
Package

chirp.

Initargs

:time-zone-info

Readers

time-zone-info.

Writers

(setf time-zone-info).

Slot: %time-zone-offset
Package

chirp.

Initargs

:time-zone-offset

Readers

time-zone-offset.

Writers

(setf time-zone-offset).

Slot: %cookie-personalization
Package

chirp.

Initargs

:cookie-personalization

Readers

cookie-personalization.

Writers

(setf cookie-personalization).

Slot: %trend
Package

chirp.

Initargs

:trend

Readers

trend.

Writers

(setf trend).

Class: size

Wrapper for size information in media entities.

Package

chirp-objects.

Source

entities.lisp.

Direct methods
Direct slots
Slot: %size
Package

chirp.

Initargs

:size

Readers

size.

Writers

(setf size).

Slot: %height
Package

chirp.

Initargs

:height

Readers

height.

Writers

(setf height).

Slot: %width
Package

chirp.

Initargs

:width

Readers

width.

Writers

(setf width).

Slot: %resize-method
Package

chirp.

Initargs

:resize-method

Readers

resize-method.

Writers

(setf resize-method).

Class: slug

Class representation of a twitter suggestion (slug) object.

Package

chirp-objects.

Source

suggestions.lisp.

Direct methods
Direct slots
Slot: %name
Package

chirp.

Initargs

:name

Readers

name.

Writers

(setf name).

Slot: %slug
Package

chirp.

Initargs

:slug

Readers

slug.

Writers

(setf slug).

Slot: %size
Package

chirp.

Initargs

:size

Readers

size.

Writers

(setf size).

Slot: %users
Package

chirp.

Initargs

:users

Readers

users.

Writers

(setf users).

Class: status

Class representation of a twitter status (tweet).

According to spec https://dev.twitter.com/docs/platform-objects/tweets

Package

chirp-objects.

Source

statuses.lisp.

Direct methods
Direct slots
Slot: %id
Package

chirp.

Initargs

:id

Readers

id.

Writers

(setf id).

Slot: %text
Package

chirp.

Initargs

:text

Readers

text.

Writers

(setf text).

Slot: %full-text
Package

chirp.

Initargs

:full-text

Readers

full-text.

Writers

(setf full-text).

Slot: %display-text-range
Package

chirp.

Initargs

:display-text-range

Readers

display-text-range.

Writers

(setf display-text-range).

Slot: %entities
Package

chirp.

Initargs

:entities

Readers

entities.

Writers

(setf entities).

Slot: %extended-entities
Package

chirp.

Initargs

:extended-entities

Readers

extended-entities.

Writers

(setf extended-entities).

Slot: %created-at
Package

chirp.

Initargs

:created-at

Readers

created-at.

Writers

(setf created-at).

Slot: %user
Package

chirp.

Initargs

:user

Readers

user.

Writers

(setf user).

Slot: %contributors
Package

chirp.

Initargs

:contributors

Readers

contributors.

Writers

(setf contributors).

Slot: %source
Package

chirp.

Initargs

:source

Readers

source.

Writers

(setf source).

Slot: %coordinates
Package

chirp.

Initargs

:coordinates

Readers

coordinates.

Writers

(setf coordinates).

Slot: %place
Package

chirp.

Initargs

:place

Readers

place.

Writers

(setf place).

Slot: %retweeted-status
Package

chirp.

Initargs

:retweeted-status

Readers

retweeted-status.

Writers

(setf retweeted-status).

Slot: %filter-level
Package

chirp.

Initargs

:filter-level

Readers

filter-level.

Writers

(setf filter-level).

Slot: %scopes
Package

chirp.

Initargs

:scopes

Readers

scopes.

Writers

(setf scopes).

Slot: %counts
Package

chirp.

Initargs

:counts

Readers

counts.

Writers

(setf counts).

Slot: %in-reply-to
Package

chirp.

Initargs

:in-reply-to

Readers

in-reply-to.

Writers

(setf in-reply-to).

Slot: %possibly-sensitive
Package

chirp.

Initargs

:possibly-sensitive

Readers

possibly-sensitive.

Writers

(setf possibly-sensitive).

Slot: %retweeted
Package

chirp.

Initargs

:retweeted

Readers

retweeted.

Writers

(setf retweeted).

Slot: %favorited
Package

chirp.

Initargs

:favorited

Readers

favorited.

Writers

(setf favorited).

Slot: %truncated
Package

chirp.

Initargs

:truncated

Readers

truncated.

Writers

(setf truncated).

Slot: %withheld-copyright
Package

chirp.

Initargs

:withheld-copyright

Readers

withheld-copyright.

Writers

(setf withheld-copyright).

Slot: %withheld-in-countries
Package

chirp.

Initargs

:withheld-in-countries

Readers

withheld-in-countries.

Writers

(setf withheld-in-countries).

Slot: %withheld-scope
Package

chirp.

Initargs

:withheld-scope

Readers

withheld-scope.

Writers

(setf withheld-scope).

Class: stream-control

Site stream control notice

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

message.

Direct methods
Direct slots
Slot: %control-uri
Package

chirp.

Initargs

:control-uri

Readers

control-uri.

Writers

(setf control-uri).

Class: stream-delete

Status deletion notice

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

message.

Direct methods
Direct slots
Slot: %id
Package

chirp.

Initargs

:id

Readers

id.

Writers

(setf id).

Slot: %user-id
Package

chirp.

Initargs

:user-id

Readers

user-id.

Writers

(setf user-id).

Class: stream-disconnect

Disconnection notice

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

message.

Direct methods
Direct slots
Slot: %code
Package

chirp.

Initargs

:code

Readers

code.

Writers

(setf code).

Slot: %stream-name
Package

chirp.

Initargs

:stream-name

Readers

stream-name.

Writers

(setf stream-name).

Slot: %reason
Package

chirp.

Initargs

:reason

Readers

reason.

Writers

(setf reason).

Class: stream-envelope

Container class for site streams

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

message.

Direct methods
Direct slots
Slot: %for-user
Package

chirp.

Initargs

:for-user

Readers

for-user.

Writers

(setf for-user).

Slot: %message
Package

chirp.

Initargs

:message

Readers

message.

Writers

(setf message).

Class: stream-event

Stream event superclass

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

message.

Direct subclasses
Direct methods
Direct slots
Slot: %target
Package

chirp.

Initargs

:target

Readers

target.

Writers

(setf target).

Slot: %source
Package

chirp.

Initargs

:source

Readers

source.

Writers

(setf source).

Slot: %target-object
Package

chirp.

Initargs

:target-object

Readers

target-object.

Writers

(setf target-object).

Slot: %created-at
Package

chirp.

Initargs

:created-at

Readers

created-at.

Writers

(setf created-at).

Class: stream-friends

Friends list notice

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

message.

Direct methods
Direct slots
Slot: %friends
Package

chirp.

Initargs

:friends

Readers

friends.

Writers

(setf friends).

Class: stream-limit

Limit notice

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

message.

Direct methods
Direct slots
Slot: %track
Package

chirp.

Initargs

:track

Readers

track.

Writers

(setf track).

Class: stream-scrub-geo

Location deletion notice

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

message.

Direct methods
Direct slots
Slot: %user-id
Package

chirp.

Initargs

:user-id

Readers

user-id.

Writers

(setf user-id).

Slot: %up-to-status-id
Package

chirp.

Initargs

:up-to-status-id

Readers

up-to-status-id.

Writers

(setf up-to-status-id).

Class: stream-status-withheld

Status withheld notice

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

message.

Direct methods
Direct slots
Slot: %id
Package

chirp.

Initargs

:id

Readers

id.

Writers

(setf id).

Slot: %withheld-in-countries
Package

chirp.

Initargs

:withheld-in-countries

Readers

withheld-in-countries.

Writers

(setf withheld-in-countries).

Class: stream-unknown

Unknown stream object

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

message.

Direct methods
Direct slots
Slot: %data
Package

chirp.

Initargs

:data

Readers

data.

Writers

(setf data).

Class: stream-user-withheld

User withheld notice

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

message.

Direct methods
Direct slots
Slot: %id
Package

chirp.

Initargs

:id

Readers

id.

Writers

(setf id).

Slot: %withheld-in-countries
Package

chirp.

Initargs

:withheld-in-countries

Readers

withheld-in-countries.

Writers

(setf withheld-in-countries).

Class: stream-warning

Warning notice

Package

chirp-objects.

Source

stream.lisp.

Direct superclasses

message.

Direct methods
Direct slots
Slot: %code
Package

chirp.

Initargs

:code

Readers

code.

Writers

(setf code).

Slot: %message
Package

chirp.

Initargs

:message

Readers

message.

Writers

(setf message).

Slot: %user-id
Package

chirp.

Initargs

:user-id

Readers

user-id.

Writers

(setf user-id).

Class: t-symbol

Twitter symbol entity. Name chosen to avoid package clash.

According to spec https://dev.twitter.com/docs/entities#The_symbols_entity

Package

chirp-objects.

Source

entities.lisp.

Direct superclasses

entity.

Direct methods
Direct slots
Slot: %text
Package

chirp.

Initargs

:text

Readers

text.

Writers

(setf text).

Slot: %start
Package

chirp.

Initargs

:start

Readers

start.

Writers

(setf start).

Slot: %end
Package

chirp.

Initargs

:end

Readers

end.

Writers

(setf end).

Class: trend

Class representation of a twitter trend object.

Package

chirp-objects.

Source

trends.lisp.

Direct methods
Direct slots
Slot: %events
Package

chirp.

Initargs

:events

Readers

events.

Writers

(setf events).

Slot: %name
Package

chirp.

Initargs

:name

Readers

name.

Writers

(setf name).

Slot: %promoted-content
Package

chirp.

Initargs

:promoted-content

Readers

promoted-content.

Writers

(setf promoted-content).

Slot: %query
Package

chirp.

Initargs

:query

Readers

query.

Writers

(setf query).

Slot: %url
Package

chirp.

Initargs

:url

Readers

url.

Writers

(setf url).

Class: trend-location

Class representation of a twitter trend location object.

Package

chirp-objects.

Source

trends.lisp.

Direct methods
Direct slots
Slot: %country
Package

chirp.

Initargs

:country

Readers

country.

Writers

(setf country).

Slot: %country-code
Package

chirp.

Initargs

:country-code

Readers

country-code.

Writers

(setf country-code).

Slot: %name
Package

chirp.

Initargs

:name

Readers

name.

Writers

(setf name).

Slot: %parent
Package

chirp.

Initargs

:parent

Readers

parent.

Writers

(setf parent).

Slot: %place-code
Package

chirp.

Initargs

:place-code

Readers

place-code.

Writers

(setf place-code).

Slot: %place-name
Package

chirp.

Initargs

:place-name

Readers

place-name.

Writers

(setf place-name).

Slot: %url
Package

chirp.

Initargs

:url

Readers

url.

Writers

(setf url).

Slot: %woeid
Package

chirp.

Initargs

:woeid

Readers

woeid.

Writers

(setf woeid).

Class: url

Twitter URL entity.

According to spec https://dev.twitter.com/docs/entities#The_urls_entity

Package

chirp-objects.

Source

entities.lisp.

Direct superclasses

entity.

Direct methods
Direct slots
Slot: %url
Package

chirp.

Initargs

:url

Readers

url.

Writers

(setf url).

Slot: %display-url
Package

chirp.

Initargs

:display-url

Readers

display-url.

Writers

(setf display-url).

Slot: %expanded-url
Package

chirp.

Initargs

:expanded-url

Readers

expanded-url.

Writers

(setf expanded-url).

Slot: %start
Package

chirp.

Initargs

:start

Readers

start.

Writers

(setf start).

Slot: %end
Package

chirp.

Initargs

:end

Readers

end.

Writers

(setf end).

Class: user

Class representation of a user.

According to spec https://dev.twitter.com/docs/platform-objects/users

Package

chirp-objects.

Source

user.lisp.

Direct methods
Direct slots
Slot: %id
Package

chirp.

Initargs

:id

Readers

id.

Writers

(setf id).

Slot: %screen-name
Package

chirp.

Initargs

:screen-name

Readers

screen-name.

Writers

(setf screen-name).

Slot: %contributors
Package

chirp.

Initargs

:contributors

Readers

contributors.

Writers

(setf contributors).

Slot: %created-at
Package

chirp.

Initargs

:created-at

Readers

created-at.

Writers

(setf created-at).

Slot: %counts
Package

chirp.

Initargs

:counts

Readers

counts.

Writers

(setf counts).

Slot: %language
Package

chirp.

Initargs

:language

Readers

language.

Writers

(setf language).

Slot: %location
Package

chirp.

Initargs

:location

Readers

location.

Writers

(setf location).

Slot: %notifications
Package

chirp.

Initargs

:notifications

Readers

notifications.

Writers

(setf notifications).

Slot: %status
Package

chirp.

Initargs

:status

Readers

status.

Writers

(setf status).

Slot: %follow-request-sent
Package

chirp.

Initargs

:follow-request-sent

Readers

follow-request-sent.

Writers

(setf follow-request-sent).

Slot: %following
Package

chirp.

Initargs

:following

Readers

following.

Writers

(setf following).

Slot: %entities
Package

chirp.

Initargs

:entities

Readers

entities.

Writers

(setf entities).

Slot: %geo-enabled
Package

chirp.

Initargs

:geo-enabled

Readers

geo-enabled.

Writers

(setf geo-enabled).

Slot: %translator
Package

chirp.

Initargs

:translator

Readers

translator.

Writers

(setf translator).

Slot: %protected
Package

chirp.

Initargs

:protected

Readers

protected.

Writers

(setf protected).

Slot: %verified
Package

chirp.

Initargs

:verified

Readers

verified.

Writers

(setf verified).

Slot: %contributors-enabled
Package

chirp.

Initargs

:contributors-enabled

Readers

contributors-enabled.

Writers

(setf contributors-enabled).

Slot: %time-zone
Package

chirp.

Initargs

:time-zone

Readers

time-zone.

Writers

(setf time-zone).

Slot: %url
Package

chirp.

Initargs

:url

Readers

url.

Writers

(setf url).

Slot: %utc-offset
Package

chirp.

Initargs

:utc-offset

Readers

utc-offset.

Writers

(setf utc-offset).

Slot: %default
Package

chirp.

Initargs

:default

Readers

default.

Writers

(setf default).

Slot: %name
Package

chirp.

Initargs

:name

Readers

name.

Writers

(setf name).

Slot: %description
Package

chirp.

Initargs

:description

Readers

description.

Writers

(setf description).

Slot: %show-inline-media
Package

chirp.

Initargs

:show-inline-media

Readers

show-inline-media.

Writers

(setf show-inline-media).

Slot: %background
Package

chirp.

Initargs

:background

Readers

background.

Writers

(setf background).

Slot: %avatar
Package

chirp.

Initargs

:avatar

Readers

avatar.

Writers

(setf avatar).

Slot: %colors
Package

chirp.

Initargs

:colors

Readers

colors.

Writers

(setf colors).

Slot: %withheld-in-countries
Package

chirp.

Initargs

:withheld-in-countries

Readers

withheld-in-countries.

Writers

(setf withheld-in-countries).

Slot: %withheld-scope
Package

chirp.

Initargs

:withheld-scope

Readers

withheld-scope.

Writers

(setf withheld-scope).

Class: user-list

Class representation of a twitter list object.

Package

chirp-objects.

Source

lists.lisp.

Direct methods
Direct slots
Slot: %id
Package

chirp.

Initargs

:id

Readers

id.

Writers

(setf id).

Slot: %user
Package

chirp.

Initargs

:user

Readers

user.

Writers

(setf user).

Slot: %name
Package

chirp.

Initargs

:name

Readers

name.

Writers

(setf name).

Slot: %full-name
Package

chirp.

Initargs

:full-name

Readers

full-name.

Writers

(setf full-name).

Slot: %description
Package

chirp.

Initargs

:description

Readers

description.

Writers

(setf description).

Slot: %created-at
Package

chirp.

Initargs

:created-at

Readers

created-at.

Writers

(setf created-at).

Slot: %uri
Package

chirp.

Initargs

:uri

Readers

uri.

Writers

(setf uri).

Slot: %counts
Package

chirp.

Initargs

:counts

Readers

counts.

Writers

(setf counts).

Slot: %mode
Package

chirp.

Initargs

:mode

Readers

mode.

Writers

(setf mode).

Slot: %following
Package

chirp.

Initargs

:following

Readers

following.

Writers

(setf following).

Slot: %slug
Package

chirp.

Initargs

:slug

Readers

slug.

Writers

(setf slug).


5.2 Internals


5.2.1 Constants

Constant: +unix-epoch-difference+

The universal to unix time difference in seconds.

Package

chirp.

Source

toolkit.lisp.


5.2.2 Special variables

Special Variable: *account/remove-profile-banner*
Package

chirp.

Source

account.lisp.

Special Variable: *account/settings*
Package

chirp.

Source

account.lisp.

Special Variable: *account/update-profile*
Package

chirp.

Source

account.lisp.

Special Variable: *account/update-profile-background-image*
Package

chirp.

Source

account.lisp.

Special Variable: *account/update-profile-banner*
Package

chirp.

Source

account.lisp.

Special Variable: *account/update-profile-colors*
Package

chirp.

Source

account.lisp.

Special Variable: *account/update-profile-image*
Package

chirp.

Source

account.lisp.

Special Variable: *account/verify-credentials*
Package

chirp.

Source

account.lisp.

Special Variable: *application/rate-limit-status*
Package

chirp.

Source

help.lisp.

Special Variable: *blocks/create*
Package

chirp.

Source

blocks.lisp.

Special Variable: *blocks/destroy*
Package

chirp.

Source

blocks.lisp.

Special Variable: *blocks/ids*
Package

chirp.

Source

blocks.lisp.

Special Variable: *blocks/list*
Package

chirp.

Source

blocks.lisp.

Special Variable: *collections/create*
Package

chirp.

Source

collections.lisp.

Special Variable: *collections/destroy*
Package

chirp.

Source

collections.lisp.

Special Variable: *collections/entries*
Package

chirp.

Source

collections.lisp.

Special Variable: *collections/entries/add*
Package

chirp.

Source

collections.lisp.

Special Variable: *collections/entries/curate*
Package

chirp.

Source

collections.lisp.

Special Variable: *collections/entries/move*
Package

chirp.

Source

collections.lisp.

Special Variable: *collections/entries/remove*
Package

chirp.

Source

collections.lisp.

Special Variable: *collections/list*
Package

chirp.

Source

collections.lisp.

Special Variable: *collections/show*
Package

chirp.

Source

collections.lisp.

Special Variable: *collections/update*
Package

chirp.

Source

collections.lisp.

Special Variable: *direct-messages/*
Package

chirp.

Source

direct-messages.lisp.

Special Variable: *direct-messages/destroy*
Package

chirp.

Source

direct-messages.lisp.

Special Variable: *direct-messages/new*
Package

chirp.

Source

direct-messages.lisp.

Special Variable: *direct-messages/sent*
Package

chirp.

Source

direct-messages.lisp.

Special Variable: *direct-messages/show*
Package

chirp.

Source

direct-messages.lisp.

Special Variable: *event->class-map*
Package

chirp.

Source

stream.lisp.

Special Variable: *external-format*

The external format used for encoding/decoding.

Package

chirp.

Source

toolkit.lisp.

Special Variable: *favorites/create*
Package

chirp.

Source

favorites.lisp.

Special Variable: *favorites/destroy*
Package

chirp.

Source

favorites.lisp.

Special Variable: *favorites/list*
Package

chirp.

Source

favorites.lisp.

Special Variable: *followers/ids*
Package

chirp.

Source

friends.lisp.

Special Variable: *followers/list*
Package

chirp.

Source

friends.lisp.

Special Variable: *friends/ids*
Package

chirp.

Source

friends.lisp.

Special Variable: *friends/list*
Package

chirp.

Source

friends.lisp.

Special Variable: *friendships/create*
Package

chirp.

Source

friends.lisp.

Special Variable: *friendships/destroy*
Package

chirp.

Source

friends.lisp.

Special Variable: *friendships/incoming*
Package

chirp.

Source

friends.lisp.

Special Variable: *friendships/lookup*
Package

chirp.

Source

friends.lisp.

Special Variable: *friendships/no-retweets/ids*
Package

chirp.

Source

friends.lisp.

Special Variable: *friendships/outgoing*
Package

chirp.

Source

friends.lisp.

Special Variable: *friendships/show*
Package

chirp.

Source

friends.lisp.

Special Variable: *friendships/update*
Package

chirp.

Source

friends.lisp.

Special Variable: *geo/id*
Package

chirp.

Source

location.lisp.

Special Variable: *geo/reverse-geocode*
Package

chirp.

Source

location.lisp.

Special Variable: *geo/search*
Package

chirp.

Source

location.lisp.

Special Variable: *geo/similar-places*
Package

chirp.

Source

location.lisp.

Special Variable: *help/configuration*
Package

chirp.

Source

help.lisp.

Special Variable: *help/languages*
Package

chirp.

Source

help.lisp.

Special Variable: *help/privacy*
Package

chirp.

Source

help.lisp.

Special Variable: *help/tos*
Package

chirp.

Source

help.lisp.

Special Variable: *http-url-regex*
Package

chirp.

Source

statuses.lisp.

Special Variable: *https-url-regex*
Package

chirp.

Source

statuses.lisp.

Special Variable: *indentation-hints*
Package

chirp.

Source

indent.lisp.

Special Variable: *lists/create*
Package

chirp.

Source

lists.lisp.

Special Variable: *lists/destroy*
Package

chirp.

Source

lists.lisp.

Special Variable: *lists/list*
Package

chirp.

Source

lists.lisp.

Special Variable: *lists/members*
Package

chirp.

Source

lists.lisp.

Special Variable: *lists/members/create*
Package

chirp.

Source

lists.lisp.

Special Variable: *lists/members/create-all*
Package

chirp.

Source

lists.lisp.

Special Variable: *lists/members/destroy*
Package

chirp.

Source

lists.lisp.

Special Variable: *lists/members/destroy-all*
Package

chirp.

Source

lists.lisp.

Special Variable: *lists/members/show*
Package

chirp.

Source

lists.lisp.

Special Variable: *lists/memberships*
Package

chirp.

Source

lists.lisp.

Special Variable: *lists/ownerships*
Package

chirp.

Source

lists.lisp.

Special Variable: *lists/show*
Package

chirp.

Source

lists.lisp.

Special Variable: *lists/statuses*
Package

chirp.

Source

lists.lisp.

Special Variable: *lists/subscribers*
Package

chirp.

Source

lists.lisp.

Special Variable: *lists/subscribers/create*
Package

chirp.

Source

lists.lisp.

Special Variable: *lists/subscribers/destroy*
Package

chirp.

Source

lists.lisp.

Special Variable: *lists/subscribers/show*
Package

chirp.

Source

lists.lisp.

Special Variable: *lists/subscriptions*
Package

chirp.

Source

lists.lisp.

Special Variable: *lists/update*
Package

chirp.

Source

lists.lisp.

Special Variable: *media/metadata/create*
Package

chirp.

Source

media.lisp.

Special Variable: *media/subtitles/create*
Package

chirp.

Source

media.lisp.

Special Variable: *media/subtitles/delete*
Package

chirp.

Source

media.lisp.

Special Variable: *media/upload*
Package

chirp.

Source

media.lisp.

Special Variable: *month->int-map*
Package

chirp.

Source

toolkit.lisp.

Special Variable: *oauth/access-token*
Package

chirp.

Source

oauth.lisp.

Special Variable: *oauth/authenticate*
Package

chirp.

Source

oauth.lisp.

Special Variable: *oauth/authorize*
Package

chirp.

Source

oauth.lisp.

Special Variable: *oauth/request-token*
Package

chirp.

Source

oauth.lisp.

Special Variable: *saved-searches/create*
Package

chirp.

Source

saved-searches.lisp.

Special Variable: *saved-searches/destroy/id*
Package

chirp.

Source

saved-searches.lisp.

Special Variable: *saved-searches/list*
Package

chirp.

Source

saved-searches.lisp.

Special Variable: *saved-searches/show/id*
Package

chirp.

Source

saved-searches.lisp.

Special Variable: *search/tweets*
Package

chirp.

Source

search.lisp.

Special Variable: *statuses/destroy*
Package

chirp.

Source

statuses.lisp.

Special Variable: *statuses/home-timeline*
Package

chirp.

Source

timelines.lisp.

Special Variable: *statuses/mentions-timeline*
Package

chirp.

Source

timelines.lisp.

Special Variable: *statuses/oembed*
Package

chirp.

Source

statuses.lisp.

Special Variable: *statuses/retweet*
Package

chirp.

Source

statuses.lisp.

Special Variable: *statuses/retweeters/ids*
Package

chirp.

Source

statuses.lisp.

Special Variable: *statuses/retweets*
Package

chirp.

Source

statuses.lisp.

Special Variable: *statuses/retweets-of-me*
Package

chirp.

Source

timelines.lisp.

Special Variable: *statuses/show*
Package

chirp.

Source

statuses.lisp.

Special Variable: *statuses/update*
Package

chirp.

Source

statuses.lisp.

Special Variable: *statuses/update-with-media*
Package

chirp.

Source

statuses.lisp.

Special Variable: *statuses/user-timeline*
Package

chirp.

Source

timelines.lisp.

Special Variable: *stream/site*
Package

chirp.

Source

stream.lisp.

Special Variable: *stream/statuses/filter*
Package

chirp.

Source

stream.lisp.

Special Variable: *stream/statuses/firehose*
Package

chirp.

Source

stream.lisp.

Special Variable: *stream/statuses/sample*
Package

chirp.

Source

stream.lisp.

Special Variable: *stream/user*
Package

chirp.

Source

stream.lisp.

Special Variable: *trends/available*
Package

chirp.

Source

trends.lisp.

Special Variable: *trends/closest*
Package

chirp.

Source

trends.lisp.

Special Variable: *trends/place*
Package

chirp.

Source

trends.lisp.

Special Variable: *users/contributees*
Package

chirp.

Source

user.lisp.

Special Variable: *users/contributors*
Package

chirp.

Source

user.lisp.

Special Variable: *users/lookup*
Package

chirp.

Source

user.lisp.

Special Variable: *users/profile-banner*
Package

chirp.

Source

user.lisp.

Special Variable: *users/report-spam*
Package

chirp.

Source

user.lisp.

Special Variable: *users/search*
Package

chirp.

Source

user.lisp.

Special Variable: *users/show*
Package

chirp.

Source

user.lisp.

Special Variable: *users/suggestions*
Package

chirp.

Source

suggestions.lisp.

Special Variable: *users/suggestions/slug*
Package

chirp.

Source

suggestions.lisp.

Special Variable: *users/suggestions/slug/members*
Package

chirp.

Source

suggestions.lisp.


5.2.3 Macros

Macro: defclass* (name direct-superclasses direct-slots &rest options)

DEFCLASS wrapper that sets an automatic INITARG, ACCESSOR and INITFORM (NIL) to slots that are only a symbol. Slot lists are still treated the same.

Package

chirp.

Source

toolkit.lisp.

Macro: define-make-* ((class &optional parametervar) &body assignments)

(DEFUN MAKE-* (PARAMETERS) (MAKE-INSTANCE * ..)) wrapper.
Depending on what type the body assignment is, it is expanded into a different class-slot assignment:

ATOM ==> ATOM (cdr (assoc ATOM parametervar))
CONS ==> CAR (cdr (assoc CDR parametervar))
LIST ==> LIST-ITEMS

Package

chirp.

Source

toolkit.lisp.

Macro: parse-when-param (parameter function)

Helps shorten the writing of conditional object parameters.

Horrible macro, uses implicit PARAMETERS symbol by default.

Package

chirp.

Source

toolkit.lisp.


5.2.4 Ordinary functions

Function: %make-collection (tl-param)
Package

chirp.

Source

collections.lisp.

Function: %map-timeline (timelinefun handlerfun cooldown timelineargs)
Package

chirp.

Source

generics.lisp.

Function: account/settings/post (&key trend-woeid sleep-time sleep-time-start sleep-time-end time-zone language)

Updates the authenticating user’s settings. Returns a new settings object.

According to spec https://dev.twitter.com/docs/api/1.1/post/account/settings

Package

chirp.

Source

account.lisp.

Function: authorization-format-parameter (s param &rest rest)
Package

chirp.

Source

oauth.lisp.

Function: create-authorization-header (method request-url oauth-parameters parameters)
Package

chirp.

Source

oauth.lisp.

Function: create-authorization-header-value (parameters)

Turns the OAuth parameters into the correct header value.

Package

chirp.

Source

oauth.lisp.

Function: create-signature (method url parameters)

Create an OAuth signature for a request.
This requires at least the *oauth-api-secret* to be bound properly, and usually the *oauth-access-secret* as well.

According to spec https://dev.twitter.com/docs/auth/creating-signature

Package

chirp.

Source

oauth.lisp.

Function: define-indentation (symbol rule-form)
Package

chirp.

Source

indent.lisp.

Function: flatten-sublists (alist)
Package

chirp.

Source

toolkit.lisp.

Function: get-unix-time ()

Return the unix timestamp for GMT, as required by OAuth.

Package

chirp.

Source

toolkit.lisp.

Function: initialize-slime ()
Package

chirp.

Source

indent.lisp.

Function: initiate-server-authentication ()

Initiate the authentication through the server mechanism. This is the same as the redirect mechanism, except it starts up a Hunchentoot server automatically and handles the callback for you. The server will be started on *SERVER-PORT* and will be shut down automatically after a single request.

Package

chirp.

Source

oauth.lisp.

Function: make-banner (parameters)
Package

chirp.

Source

user.lisp.

Function: make-collection (parameters)
Package

chirp.

Source

collections.lisp.

Function: make-configuration (parameters)
Package

chirp.

Source

help.lisp.

Function: make-curate-request (timeline-id op/tweet-id-alist)
Package

chirp.

Source

collections.lisp.

Function: make-direct-message (parameters)
Package

chirp.

Source

direct-messages.lisp.

Function: make-entities (parameters)
Package

chirp.

Source

entities.lisp.

Function: make-geometry (params0)
Package

chirp.

Source

location.lisp.

Function: make-language (params0)
Package

chirp.

Source

help.lisp.

Function: make-location (parameters)
Package

chirp.

Source

location.lisp.

Function: make-media-object (parameters)
Package

chirp.

Source

media.lisp.

Function: make-oembed (parameters)
Package

chirp.

Source

statuses.lisp.

Function: make-relationship (parameters)
Package

chirp.

Source

friends.lisp.

Function: make-resource (parameters)
Package

chirp.

Source

help.lisp.

Function: make-saved-search (params0)
Package

chirp.

Source

saved-searches.lisp.

Function: make-search-metadata (params0)
Package

chirp.

Source

search.lisp.

Function: make-settings (parameters)
Package

chirp.

Source

account.lisp.

Function: make-signed (method url oauth-parameters &optional other-parameters)

Returns the signed version of the oauth-parameters.
Simply generates a signature and appends the proper parameter.

Package

chirp.

Source

oauth.lisp.

Function: make-slug (parameters)
Package

chirp.

Source

suggestions.lisp.

Function: make-status (parameters)
Package

chirp.

Source

statuses.lisp.

Function: make-stream-control (params0)
Package

chirp.

Source

stream.lisp.

Function: make-stream-delete (parameters)
Package

chirp.

Source

stream.lisp.

Function: make-stream-disconnect (params0)
Package

chirp.

Source

stream.lisp.

Function: make-stream-envelope (parameters)
Package

chirp.

Source

stream.lisp.

Function: make-stream-event (parameters)
Package

chirp.

Source

stream.lisp.

Function: make-stream-friends (params0)
Package

chirp.

Source

stream.lisp.

Function: make-stream-limit (params0)
Package

chirp.

Source

stream.lisp.

Function: make-stream-object (object)
Package

chirp.

Source

stream.lisp.

Function: make-stream-scrub-geo (params0)
Package

chirp.

Source

stream.lisp.

Function: make-stream-status-withheld (params0)
Package

chirp.

Source

stream.lisp.

Function: make-stream-user-withheld (params0)
Package

chirp.

Source

stream.lisp.

Function: make-stream-warning (params0)
Package

chirp.

Source

stream.lisp.

Function: make-trend (params0)
Package

chirp.

Source

trends.lisp.

Function: make-trend-location (parameters)
Package

chirp.

Source

trends.lisp.

Function: make-user (parameters)
Package

chirp.

Source

user.lisp.

Function: make-user-list (parameters)
Package

chirp.

Source

lists.lisp.

Function: media-category (category)
Package

chirp.

Source

media.lisp.

Function: oauth-reset ()
Package

chirp.

Source

oauth.lisp.

Function: oauth-response->alist (body &optional spec)

Turn an oauth-response into an ALIST.

Package

chirp.

Source

oauth.lisp.

Function: open-request (uri &rest params)
Package

chirp.

Source

drakma.lisp.

Function: parse-body (body headers)
Package

chirp.

Source

oauth.lisp.

Function: parse-geo-attributes (attributes)
Package

chirp.

Source

location.lisp.

Function: parse-stream-line (line)
Package

chirp.

Source

stream.lisp.

Function: pathname-media-type (path)
Package

chirp.

Source

media.lisp.

Function: perform-request (uri &rest params)
Package

chirp.

Source

drakma.lisp.

Function: prepare-data-parameters (parameters)
Package

chirp.

Source

oauth.lisp.

Function: process-stream-inner (stream handler-function)
Package

chirp.

Source

stream.lisp.

Function: read-line-bytes (stream &optional buffer)
Package

chirp.

Source

stream.lisp.

Function: request-wrapper (uri &rest drakma-params)
Package

chirp.

Source

oauth.lisp.

Function: signature-format-parameter (s param &rest rest)
Package

chirp.

Source

oauth.lisp.

Function: trim-whitespace (string)
Package

chirp.

Source

stream.lisp.


5.2.5 Generic functions

Generic Reader: attributes (object)
Package

chirp.

Methods
Reader Method: attributes ((location location))

automatically generated reader method

Source

location.lisp.

Target Slot

%attributes.

Generic Writer: (setf attributes) (object)
Package

chirp.

Methods
Writer Method: (setf attributes) ((location location))

automatically generated writer method

Source

location.lisp.

Target Slot

%attributes.

Generic Function: closest-trend-locations (location)

Performs a TRENDS/CLOSEST request on a location object.

Package

chirp.

Source

trends.lisp.

Methods
Method: closest-trend-locations ((location location))
Generic Function: closest-trends (location &key exclude-hashtags)

Performs a TRENDS/PLACE request on a location object.

Package

chirp.

Source

trends.lisp.

Methods
Method: closest-trends ((location trend-location) &key exclude-hashtags)
Method: closest-trends ((location location) &key exclude-hashtags)
Generic Reader: contributors-enabled (object)
Package

chirp.

Methods
Reader Method: contributors-enabled ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%contributors-enabled.

Generic Writer: (setf contributors-enabled) (object)
Package

chirp.

Methods
Writer Method: (setf contributors-enabled) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%contributors-enabled.

Generic Reader: filter-level (object)
Package

chirp.

Methods
Reader Method: filter-level ((status status))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%filter-level.

Generic Writer: (setf filter-level) (object)
Package

chirp.

Methods
Writer Method: (setf filter-level) ((status status))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%filter-level.

Generic Reader: geo-enabled (object)
Package

chirp.

Methods
Reader Method: geo-enabled ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%geo-enabled.

Generic Writer: (setf geo-enabled) (object)
Package

chirp.

Methods
Writer Method: (setf geo-enabled) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%geo-enabled.

Generic Function: make-entity (type parameters)
Package

chirp.

Source

entities.lisp.

Methods
Method: make-entity ((type (eql :description)) parameters)
Method: make-entity ((type (eql :url)) parameters)
Method: make-entity ((type (eql :symbols)) parameters)
Method: make-entity ((type (eql :user-mentions)) parameters)
Method: make-entity ((type (eql :urls)) parameters)
Method: make-entity ((type (eql :large)) parameters)
Method: make-entity ((type (eql :medium)) parameters)
Method: make-entity ((type (eql :small)) parameters)
Method: make-entity ((type (eql :thumb)) parameters)
Method: make-entity ((type (eql :media)) parameters)
Method: make-entity ((type (eql :hashtags)) parameters)
Generic Reader: scopes (object)
Package

chirp.

Methods
Reader Method: scopes ((status status))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%scopes.

Generic Writer: (setf scopes) (object)
Package

chirp.

Methods
Writer Method: (setf scopes) ((status status))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%scopes.

Generic Function: similar-locations (location)

Performs a GEO/SIMILAR-PLACES request on a location object.

Package

chirp.

Source

location.lisp.

Methods
Method: similar-locations ((location location))
Generic Reader: withheld-copyright (object)
Package

chirp.

Methods
Reader Method: withheld-copyright ((status status))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%withheld-copyright.

Generic Writer: (setf withheld-copyright) (object)
Package

chirp.

Methods
Writer Method: (setf withheld-copyright) ((status status))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%withheld-copyright.

Generic Reader: withheld-scope (object)
Package

chirp.

Methods
Reader Method: withheld-scope ((status status))

automatically generated reader method

Source

statuses.lisp.

Target Slot

%withheld-scope.

Reader Method: withheld-scope ((user user))

automatically generated reader method

Source

user.lisp.

Target Slot

%withheld-scope.

Generic Writer: (setf withheld-scope) (object)
Package

chirp.

Methods
Writer Method: (setf withheld-scope) ((status status))

automatically generated writer method

Source

statuses.lisp.

Target Slot

%withheld-scope.

Writer Method: (setf withheld-scope) ((user user))

automatically generated writer method

Source

user.lisp.

Target Slot

%withheld-scope.


5.2.6 Classes

Class: collection

Class representation of a collection of tweets.

According to spec https://developer.twitter.com/en/docs/tweets/curate-a-collection

Package

chirp.

Source

collections.lisp.

Direct methods
Direct slots
Slot: %id
Initargs

:id

Readers

id.

Writers

(setf id).

Slot: %collection-type
Initargs

:collection-type

Readers

collection-type.

Writers

(setf collection-type).

Slot: %visibility
Initargs

:visibility

Readers

visibility.

Writers

(setf visibility).

Slot: %order
Initargs

:order

Readers

order.

Writers

(setf order).

Slot: %associated-url
Initargs

:associated-url

Readers

associated-url.

Writers

(setf associated-url).

Slot: %url
Initargs

:url

Readers

url.

Writers

(setf url).

Slot: %users
Initargs

:users

Readers

users.

Writers

(setf users).

Slot: %tweets
Initargs

:tweets

Readers

tweets.

Writers

(setf tweets).

Slot: %user-id
Initargs

:user-id

Readers

user-id.

Writers

(setf user-id).

Slot: %name
Initargs

:name

Readers

name.

Writers

(setf name).

Class: media-object
Package

chirp.

Source

media.lisp.

Direct methods
Direct slots
Slot: %id
Initargs

:id

Readers

id.

Writers

(setf id).

Slot: %id-string
Initargs

:id-string

Readers

id-string.

Writers

(setf id-string).

Slot: %size
Initargs

:size

Readers

size.

Writers

(setf size).

Slot: %expires-after-secs
Initargs

:expires-after-secs

Readers

expires-after-secs.

Writers

(setf expires-after-secs).

Slot: %image
Initargs

:image

Readers

image.

Writers

(setf image).

Slot: %video
Initargs

:video

Readers

video.

Writers

(setf video).

Slot: %processing-info
Initargs

:processing-info

Readers

processing-info.

Writers

(setf processing-info).


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   %   (  
A   B   C   D   E   F   G   H   I   L   M   N   O   P   Q   R   S   T   U   V   W   X  
Index Entry  Section

%
%make-collection: Private ordinary functions
%map-timeline: Private ordinary functions

(
(setf address): Public generic functions
(setf address): Public generic functions
(setf all-replies): Public generic functions
(setf all-replies): Public generic functions
(setf associated-url): Public generic functions
(setf associated-url): Public generic functions
(setf attributes): Private generic functions
(setf attributes): Private generic functions
(setf author-name): Public generic functions
(setf author-name): Public generic functions
(setf author-url): Public generic functions
(setf author-url): Public generic functions
(setf avatar): Public generic functions
(setf avatar): Public generic functions
(setf background): Public generic functions
(setf background): Public generic functions
(setf blocking): Public generic functions
(setf blocking): Public generic functions
(setf bounding-box): Public generic functions
(setf bounding-box): Public generic functions
(setf cache-age): Public generic functions
(setf cache-age): Public generic functions
(setf can-dm): Public generic functions
(setf can-dm): Public generic functions
(setf characters-reserved-per-media): Public generic functions
(setf characters-reserved-per-media): Public generic functions
(setf code): Public generic functions
(setf code): Public generic functions
(setf code): Public generic functions
(setf code): Public generic functions
(setf collection-type): Public generic functions
(setf collection-type): Public generic functions
(setf colors): Public generic functions
(setf colors): Public generic functions
(setf completed-in): Public generic functions
(setf completed-in): Public generic functions
(setf connections): Public generic functions
(setf connections): Public generic functions
(setf contained-within): Public generic functions
(setf contained-within): Public generic functions
(setf contributors): Public generic functions
(setf contributors): Public generic functions
(setf contributors): Public generic functions
(setf contributors-enabled): Private generic functions
(setf contributors-enabled): Private generic functions
(setf control-uri): Public generic functions
(setf control-uri): Public generic functions
(setf cookie-personalization): Public generic functions
(setf cookie-personalization): Public generic functions
(setf coordinates): Public generic functions
(setf coordinates): Public generic functions
(setf coordinates): Public generic functions
(setf country): Public generic functions
(setf country): Public generic functions
(setf country-code): Public generic functions
(setf country-code): Public generic functions
(setf country-code): Public generic functions
(setf country-name): Public generic functions
(setf country-name): Public generic functions
(setf counts): Public generic functions
(setf counts): Public generic functions
(setf counts): Public generic functions
(setf counts): Public generic functions
(setf created-at): Public generic functions
(setf created-at): Public generic functions
(setf created-at): Public generic functions
(setf created-at): Public generic functions
(setf created-at): Public generic functions
(setf created-at): Public generic functions
(setf created-at): Public generic functions
(setf data): Public generic functions
(setf data): Public generic functions
(setf data): Public generic functions
(setf default): Public generic functions
(setf default): Public generic functions
(setf description): Public generic functions
(setf description): Public generic functions
(setf description): Public generic functions
(setf display-text-range): Public generic functions
(setf display-text-range): Public generic functions
(setf display-url): Public generic functions
(setf display-url): Public generic functions
(setf display-url): Public generic functions
(setf dm-text-character-limit): Public generic functions
(setf dm-text-character-limit): Public generic functions
(setf email-discoverable): Public generic functions
(setf email-discoverable): Public generic functions
(setf end): Public generic functions
(setf end): Public generic functions
(setf end): Public generic functions
(setf end): Public generic functions
(setf end): Public generic functions
(setf end): Public generic functions
(setf entities): Public generic functions
(setf entities): Public generic functions
(setf entities): Public generic functions
(setf entities): Public generic functions
(setf events): Public generic functions
(setf events): Public generic functions
(setf expanded-url): Public generic functions
(setf expanded-url): Public generic functions
(setf expanded-url): Public generic functions
(setf expires-after-secs): Public generic functions
(setf expires-after-secs): Public generic functions
(setf extended-entities): Public generic functions
(setf extended-entities): Public generic functions
(setf favorited): Public generic functions
(setf favorited): Public generic functions
(setf filter-level): Private generic functions
(setf filter-level): Private generic functions
(setf follow-request-sent): Public generic functions
(setf follow-request-sent): Public generic functions
(setf followed-by): Public generic functions
(setf followed-by): Public generic functions
(setf following): Public generic functions
(setf following): Public generic functions
(setf following): Public generic functions
(setf following): Public generic functions
(setf for-user): Public generic functions
(setf for-user): Public generic functions
(setf force-https): Public generic functions
(setf force-https): Public generic functions
(setf friends): Public generic functions
(setf friends): Public generic functions
(setf full-name): Public generic functions
(setf full-name): Public generic functions
(setf full-name): Public generic functions
(setf full-text): Public generic functions
(setf full-text): Public generic functions
(setf geo): Public generic functions
(setf geo): Public generic functions
(setf geo-enabled): Private generic functions
(setf geo-enabled): Private generic functions
(setf height): Public generic functions
(setf height): Public generic functions
(setf height): Public generic functions
(setf height): Public generic functions
(setf html): Public generic functions
(setf html): Public generic functions
(setf http-body): Public generic functions
(setf http-body): Public generic functions
(setf http-headers): Public generic functions
(setf http-headers): Public generic functions
(setf http-status): Public generic functions
(setf http-status): Public generic functions
(setf id): Public generic functions
(setf id): Public generic functions
(setf id): Public generic functions
(setf id): Public generic functions
(setf id): Public generic functions
(setf id): Public generic functions
(setf id): Public generic functions
(setf id): Public generic functions
(setf id): Public generic functions
(setf id): Public generic functions
(setf id): Public generic functions
(setf id): Public generic functions
(setf id): Public generic functions
(setf id): Public generic functions
(setf id): Public generic functions
(setf id): Public generic functions
(setf id-string): Public generic functions
(setf id-string): Public generic functions
(setf image): Public generic functions
(setf image): Public generic functions
(setf in-reply-to): Public generic functions
(setf in-reply-to): Public generic functions
(setf language): Public generic functions
(setf language): Public generic functions
(setf language): Public generic functions
(setf latitude): Public generic functions
(setf latitude): Public generic functions
(setf limit): Public generic functions
(setf limit): Public generic functions
(setf location): Public generic functions
(setf location): Public generic functions
(setf location-type): Public generic functions
(setf location-type): Public generic functions
(setf longitude): Public generic functions
(setf longitude): Public generic functions
(setf marked-spam): Public generic functions
(setf marked-spam): Public generic functions
(setf max-id): Public generic functions
(setf max-id): Public generic functions
(setf max-media-per-upload): Public generic functions
(setf max-media-per-upload): Public generic functions
(setf media-type): Public generic functions
(setf media-type): Public generic functions
(setf media-url): Public generic functions
(setf media-url): Public generic functions
(setf media-url-https): Public generic functions
(setf media-url-https): Public generic functions
(setf message): Public generic functions
(setf message): Public generic functions
(setf message): Public generic functions
(setf mode): Public generic functions
(setf mode): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf next-results): Public generic functions
(setf next-results): Public generic functions
(setf non-username-paths): Public generic functions
(setf non-username-paths): Public generic functions
(setf notifications): Public generic functions
(setf notifications): Public generic functions
(setf notifications-enabled): Public generic functions
(setf notifications-enabled): Public generic functions
(setf oembed-type): Public generic functions
(setf oembed-type): Public generic functions
(setf order): Public generic functions
(setf order): Public generic functions
(setf parameter): Public generic functions
(setf parameter): Public generic functions
(setf parameters): Public generic functions
(setf parameters): Public generic functions
(setf parent): Public generic functions
(setf parent): Public generic functions
(setf photo-size-limit): Public generic functions
(setf photo-size-limit): Public generic functions
(setf photo-sizes): Public generic functions
(setf photo-sizes): Public generic functions
(setf place): Public generic functions
(setf place): Public generic functions
(setf place-code): Public generic functions
(setf place-code): Public generic functions
(setf place-name): Public generic functions
(setf place-name): Public generic functions
(setf poly-lines): Public generic functions
(setf poly-lines): Public generic functions
(setf possibly-sensitive): Public generic functions
(setf possibly-sensitive): Public generic functions
(setf processing-info): Public generic functions
(setf processing-info): Public generic functions
(setf promoted-content): Public generic functions
(setf promoted-content): Public generic functions
(setf protected): Public generic functions
(setf protected): Public generic functions
(setf protected): Public generic functions
(setf provider-name): Public generic functions
(setf provider-name): Public generic functions
(setf provider-url): Public generic functions
(setf provider-url): Public generic functions
(setf query): Public generic functions
(setf query): Public generic functions
(setf query): Public generic functions
(setf query): Public generic functions
(setf reason): Public generic functions
(setf reason): Public generic functions
(setf recipient): Public generic functions
(setf recipient): Public generic functions
(setf refresh-url): Public generic functions
(setf refresh-url): Public generic functions
(setf remaining): Public generic functions
(setf remaining): Public generic functions
(setf request-method): Public generic functions
(setf request-method): Public generic functions
(setf reset): Public generic functions
(setf reset): Public generic functions
(setf resize-method): Public generic functions
(setf resize-method): Public generic functions
(setf result-count): Public generic functions
(setf result-count): Public generic functions
(setf retweeted): Public generic functions
(setf retweeted): Public generic functions
(setf retweeted-status): Public generic functions
(setf retweeted-status): Public generic functions
(setf scopes): Private generic functions
(setf scopes): Private generic functions
(setf screen-name): Public generic functions
(setf screen-name): Public generic functions
(setf screen-name): Public generic functions
(setf screen-name): Public generic functions
(setf screen-name): Public generic functions
(setf search-position): Public generic functions
(setf search-position): Public generic functions
(setf sender): Public generic functions
(setf sender): Public generic functions
(setf shape): Public generic functions
(setf shape): Public generic functions
(setf short-url-length): Public generic functions
(setf short-url-length): Public generic functions
(setf short-url-length-https): Public generic functions
(setf short-url-length-https): Public generic functions
(setf show-inline-media): Public generic functions
(setf show-inline-media): Public generic functions
(setf show-inline-media): Public generic functions
(setf since-id): Public generic functions
(setf since-id): Public generic functions
(setf size): Public generic functions
(setf size): Public generic functions
(setf size): Public generic functions
(setf size): Public generic functions
(setf size): Public generic functions
(setf sizes): Public generic functions
(setf sizes): Public generic functions
(setf sleep-time): Public generic functions
(setf sleep-time): Public generic functions
(setf sleep-time-end): Public generic functions
(setf sleep-time-end): Public generic functions
(setf sleep-time-start): Public generic functions
(setf sleep-time-start): Public generic functions
(setf slug): Public generic functions
(setf slug): Public generic functions
(setf slug): Public generic functions
(setf source): Public generic functions
(setf source): Public generic functions
(setf source): Public generic functions
(setf source-status): Public generic functions
(setf source-status): Public generic functions
(setf start): Public generic functions
(setf start): Public generic functions
(setf start): Public generic functions
(setf start): Public generic functions
(setf start): Public generic functions
(setf start): Public generic functions
(setf status): Public generic functions
(setf status): Public generic functions
(setf status): Public generic functions
(setf stream-name): Public generic functions
(setf stream-name): Public generic functions
(setf target): Public generic functions
(setf target): Public generic functions
(setf target-headers): Public generic functions
(setf target-headers): Public generic functions
(setf target-method): Public generic functions
(setf target-method): Public generic functions
(setf target-object): Public generic functions
(setf target-object): Public generic functions
(setf target-parameters): Public generic functions
(setf target-parameters): Public generic functions
(setf target-url): Public generic functions
(setf target-url): Public generic functions
(setf text): Public generic functions
(setf text): Public generic functions
(setf text): Public generic functions
(setf text): Public generic functions
(setf text): Public generic functions
(setf time-zone): Public generic functions
(setf time-zone): Public generic functions
(setf time-zone-info): Public generic functions
(setf time-zone-info): Public generic functions
(setf time-zone-name): Public generic functions
(setf time-zone-name): Public generic functions
(setf time-zone-offset): Public generic functions
(setf time-zone-offset): Public generic functions
(setf track): Public generic functions
(setf track): Public generic functions
(setf translator): Public generic functions
(setf translator): Public generic functions
(setf trend): Public generic functions
(setf trend): Public generic functions
(setf truncated): Public generic functions
(setf truncated): Public generic functions
(setf tweets): Public generic functions
(setf tweets): Public generic functions
(setf up-to-status-id): Public generic functions
(setf up-to-status-id): Public generic functions
(setf uri): Public generic functions
(setf uri): Public generic functions
(setf url): Public generic functions
(setf url): Public generic functions
(setf url): Public generic functions
(setf url): Public generic functions
(setf url): Public generic functions
(setf url): Public generic functions
(setf url): Public generic functions
(setf url): Public generic functions
(setf url): Public generic functions
(setf url): Public generic functions
(setf url): Public generic functions
(setf user): Public generic functions
(setf user): Public generic functions
(setf user): Public generic functions
(setf user-id): Public generic functions
(setf user-id): Public generic functions
(setf user-id): Public generic functions
(setf user-id): Public generic functions
(setf user-id): Public generic functions
(setf users): Public generic functions
(setf users): Public generic functions
(setf users): Public generic functions
(setf utc-offset): Public generic functions
(setf utc-offset): Public generic functions
(setf verified): Public generic functions
(setf verified): Public generic functions
(setf version): Public generic functions
(setf version): Public generic functions
(setf video): Public generic functions
(setf video): Public generic functions
(setf visibility): Public generic functions
(setf visibility): Public generic functions
(setf want-retweets): Public generic functions
(setf want-retweets): Public generic functions
(setf width): Public generic functions
(setf width): Public generic functions
(setf width): Public generic functions
(setf width): Public generic functions
(setf withheld-copyright): Private generic functions
(setf withheld-copyright): Private generic functions
(setf withheld-in-countries): Public generic functions
(setf withheld-in-countries): Public generic functions
(setf withheld-in-countries): Public generic functions
(setf withheld-in-countries): Public generic functions
(setf withheld-in-countries): Public generic functions
(setf withheld-scope): Private generic functions
(setf withheld-scope): Private generic functions
(setf withheld-scope): Private generic functions
(setf woeid): Public generic functions
(setf woeid): Public generic functions

A
access-level: Public ordinary functions
account/remove-profile-banner: Public ordinary functions
account/self: Public ordinary functions
account/settings: Public ordinary functions
account/settings/post: Private ordinary functions
account/update-profile: Public ordinary functions
account/update-profile-background-image: Public ordinary functions
account/update-profile-banner: Public ordinary functions
account/update-profile-colors: Public ordinary functions
account/update-profile-image: Public ordinary functions
account/verify-credentials: Public ordinary functions
address: Public generic functions
address: Public generic functions
all-replies: Public generic functions
all-replies: Public generic functions
application/rate-limit-status: Public ordinary functions
associated-url: Public generic functions
associated-url: Public generic functions
attributes: Private generic functions
attributes: Private generic functions
author-name: Public generic functions
author-name: Public generic functions
author-url: Public generic functions
author-url: Public generic functions
authorization-format-parameter: Private ordinary functions
avatar: Public generic functions
avatar: Public generic functions

B
background: Public generic functions
background: Public generic functions
block-user: Public generic functions
block-user: Public generic functions
block-user: Public generic functions
block-user: Public generic functions
blocking: Public generic functions
blocking: Public generic functions
blocks/create: Public ordinary functions
blocks/destroy: Public ordinary functions
blocks/ids: Public ordinary functions
blocks/list: Public ordinary functions
bounding-box: Public generic functions
bounding-box: Public generic functions

C
cache-age: Public generic functions
cache-age: Public generic functions
can-dm: Public generic functions
can-dm: Public generic functions
characters-reserved-per-media: Public generic functions
characters-reserved-per-media: Public generic functions
closest-trend-locations: Private generic functions
closest-trend-locations: Private generic functions
closest-trends: Private generic functions
closest-trends: Private generic functions
closest-trends: Private generic functions
code: Public generic functions
code: Public generic functions
code: Public generic functions
code: Public generic functions
collection-type: Public generic functions
collection-type: Public generic functions
collections/add: Public ordinary functions
collections/create: Public ordinary functions
collections/curate: Public ordinary functions
collections/destroy: Public ordinary functions
collections/entries: Public ordinary functions
collections/list: Public ordinary functions
collections/move: Public ordinary functions
collections/remove: Public ordinary functions
collections/show: Public ordinary functions
collections/update: Public ordinary functions
colors: Public generic functions
colors: Public generic functions
complete-authentication: Public ordinary functions
completed-in: Public generic functions
completed-in: Public generic functions
compute-status-length: Public ordinary functions
connections: Public generic functions
connections: Public generic functions
contained-within: Public generic functions
contained-within: Public generic functions
contributors: Public generic functions
contributors: Public generic functions
contributors: Public generic functions
contributors-enabled: Private generic functions
contributors-enabled: Private generic functions
control-uri: Public generic functions
control-uri: Public generic functions
cookie-personalization: Public generic functions
cookie-personalization: Public generic functions
coordinates: Public generic functions
coordinates: Public generic functions
coordinates: Public generic functions
country: Public generic functions
country: Public generic functions
country-code: Public generic functions
country-code: Public generic functions
country-code: Public generic functions
country-name: Public generic functions
country-name: Public generic functions
counts: Public generic functions
counts: Public generic functions
counts: Public generic functions
counts: Public generic functions
create-authorization-header: Private ordinary functions
create-authorization-header-value: Private ordinary functions
create-signature: Private ordinary functions
created-at: Public generic functions
created-at: Public generic functions
created-at: Public generic functions
created-at: Public generic functions
created-at: Public generic functions
created-at: Public generic functions
created-at: Public generic functions
cursor-collect: Public ordinary functions
cursor-next: Public generic functions
cursor-next: Public generic functions
cursor-previous: Public generic functions
cursor-previous: Public generic functions
cursor-request: Public generic functions
cursor-request: Public generic functions
cursored-request: Public ordinary functions

D
data: Public generic functions
data: Public generic functions
data: Public generic functions
default: Public generic functions
default: Public generic functions
defclass*: Private macros
define-indentation: Private ordinary functions
define-make-*: Private macros
delete-object: Public generic functions
delete-object: Public generic functions
delete-object: Public generic functions
delete-object: Public generic functions
delete-object: Public generic functions
description: Public generic functions
description: Public generic functions
description: Public generic functions
direct-mention-p: Public ordinary functions
direct-messages: Public ordinary functions
direct-messages/destroy: Public ordinary functions
direct-messages/new: Public ordinary functions
direct-messages/sent: Public ordinary functions
direct-messages/show: Public ordinary functions
display-text-range: Public generic functions
display-text-range: Public generic functions
display-url: Public generic functions
display-url: Public generic functions
display-url: Public generic functions
dm-text-character-limit: Public generic functions
dm-text-character-limit: Public generic functions
do-cursor: Public macros

E
email-discoverable: Public generic functions
email-discoverable: Public generic functions
end: Public generic functions
end: Public generic functions
end: Public generic functions
end: Public generic functions
end: Public generic functions
end: Public generic functions
entities: Public generic functions
entities: Public generic functions
entities: Public generic functions
entities: Public generic functions
events: Public generic functions
events: Public generic functions
expanded-url: Public generic functions
expanded-url: Public generic functions
expanded-url: Public generic functions
expires-after-secs: Public generic functions
expires-after-secs: Public generic functions
extended-entities: Public generic functions
extended-entities: Public generic functions

F
favorite: Public generic functions
favorite: Public generic functions
favorited: Public generic functions
favorited: Public generic functions
favorites/create: Public ordinary functions
favorites/destroy: Public ordinary functions
favorites/list: Public ordinary functions
fetch-user: Public generic functions
fetch-user: Public generic functions
fetch-user: Public generic functions
fetch-user: Public generic functions
fetch-user: Public generic functions
fetch-user: Public generic functions
fetch-user: Public generic functions
fetch-user: Public generic functions
fetch-user: Public generic functions
fetch-user: Public generic functions
fetch-user: Public generic functions
file-to-base64-string: Public ordinary functions
filter-level: Private generic functions
filter-level: Private generic functions
flatten-sublists: Private ordinary functions
follow-request-sent: Public generic functions
follow-request-sent: Public generic functions
follow-user: Public generic functions
follow-user: Public generic functions
follow-user: Public generic functions
follow-user: Public generic functions
followed-by: Public generic functions
followed-by: Public generic functions
followers/ids: Public ordinary functions
followers/list: Public ordinary functions
following: Public generic functions
following: Public generic functions
following: Public generic functions
following: Public generic functions
for-user: Public generic functions
for-user: Public generic functions
force-https: Public generic functions
force-https: Public generic functions
friends: Public generic functions
friends: Public generic functions
friends/ids: Public ordinary functions
friends/list: Public ordinary functions
friendships/create: Public ordinary functions
friendships/destroy: Public ordinary functions
friendships/incoming: Public ordinary functions
friendships/lookup: Public ordinary functions
friendships/no-retweets/ids: Public ordinary functions
friendships/outgoing: Public ordinary functions
friendships/show: Public ordinary functions
friendships/update: Public ordinary functions
from-keyword: Public ordinary functions
full-name: Public generic functions
full-name: Public generic functions
full-name: Public generic functions
full-text: Public generic functions
full-text: Public generic functions
Function, %make-collection: Private ordinary functions
Function, %map-timeline: Private ordinary functions
Function, access-level: Public ordinary functions
Function, account/remove-profile-banner: Public ordinary functions
Function, account/self: Public ordinary functions
Function, account/settings: Public ordinary functions
Function, account/settings/post: Private ordinary functions
Function, account/update-profile: Public ordinary functions
Function, account/update-profile-background-image: Public ordinary functions
Function, account/update-profile-banner: Public ordinary functions
Function, account/update-profile-colors: Public ordinary functions
Function, account/update-profile-image: Public ordinary functions
Function, account/verify-credentials: Public ordinary functions
Function, application/rate-limit-status: Public ordinary functions
Function, authorization-format-parameter: Private ordinary functions
Function, blocks/create: Public ordinary functions
Function, blocks/destroy: Public ordinary functions
Function, blocks/ids: Public ordinary functions
Function, blocks/list: Public ordinary functions
Function, collections/add: Public ordinary functions
Function, collections/create: Public ordinary functions
Function, collections/curate: Public ordinary functions
Function, collections/destroy: Public ordinary functions
Function, collections/entries: Public ordinary functions
Function, collections/list: Public ordinary functions
Function, collections/move: Public ordinary functions
Function, collections/remove: Public ordinary functions
Function, collections/show: Public ordinary functions
Function, collections/update: Public ordinary functions
Function, complete-authentication: Public ordinary functions
Function, compute-status-length: Public ordinary functions
Function, create-authorization-header: Private ordinary functions
Function, create-authorization-header-value: Private ordinary functions
Function, create-signature: Private ordinary functions
Function, cursor-collect: Public ordinary functions
Function, cursored-request: Public ordinary functions
Function, define-indentation: Private ordinary functions
Function, direct-mention-p: Public ordinary functions
Function, direct-messages: Public ordinary functions
Function, direct-messages/destroy: Public ordinary functions
Function, direct-messages/new: Public ordinary functions
Function, direct-messages/sent: Public ordinary functions
Function, direct-messages/show: Public ordinary functions
Function, favorites/create: Public ordinary functions
Function, favorites/destroy: Public ordinary functions
Function, favorites/list: Public ordinary functions
Function, file-to-base64-string: Public ordinary functions
Function, flatten-sublists: Private ordinary functions
Function, followers/ids: Public ordinary functions
Function, followers/list: Public ordinary functions
Function, friends/ids: Public ordinary functions
Function, friends/list: Public ordinary functions
Function, friendships/create: Public ordinary functions
Function, friendships/destroy: Public ordinary functions
Function, friendships/incoming: Public ordinary functions
Function, friendships/lookup: Public ordinary functions
Function, friendships/no-retweets/ids: Public ordinary functions
Function, friendships/outgoing: Public ordinary functions
Function, friendships/show: Public ordinary functions
Function, friendships/update: Public ordinary functions
Function, from-keyword: Public ordinary functions
Function, generate-nonce: Public ordinary functions
Function, geo/id: Public ordinary functions
Function, geo/reverse-geocode: Public ordinary functions
Function, geo/search: Public ordinary functions
Function, geo/similar-places: Public ordinary functions
Function, get-unix-time: Private ordinary functions
Function, help/configuration: Public ordinary functions
Function, help/languages: Public ordinary functions
Function, help/privacy: Public ordinary functions
Function, help/tos: Public ordinary functions
Function, hmac: Public ordinary functions
Function, initialize-slime: Private ordinary functions
Function, initiate-authentication: Public ordinary functions
Function, initiate-server-authentication: Private ordinary functions
Function, lists/create: Public ordinary functions
Function, lists/destroy: Public ordinary functions
Function, lists/list: Public ordinary functions
Function, lists/members: Public ordinary functions
Function, lists/members/create: Public ordinary functions
Function, lists/members/create-all: Public ordinary functions
Function, lists/members/destroy: Public ordinary functions
Function, lists/members/destroy-all: Public ordinary functions
Function, lists/members/show: Public ordinary functions
Function, lists/memberships: Public ordinary functions
Function, lists/ownerships: Public ordinary functions
Function, lists/show: Public ordinary functions
Function, lists/statuses: Public ordinary functions
Function, lists/subscribers: Public ordinary functions
Function, lists/subscribers/create: Public ordinary functions
Function, lists/subscribers/destroy: Public ordinary functions
Function, lists/subscribers/show: Public ordinary functions
Function, lists/subscriptions: Public ordinary functions
Function, lists/update: Public ordinary functions
Function, make-banner: Private ordinary functions
Function, make-collection: Private ordinary functions
Function, make-configuration: Private ordinary functions
Function, make-curate-request: Private ordinary functions
Function, make-direct-message: Private ordinary functions
Function, make-entities: Private ordinary functions
Function, make-geometry: Private ordinary functions
Function, make-language: Private ordinary functions
Function, make-location: Private ordinary functions
Function, make-media-object: Private ordinary functions
Function, make-oembed: Private ordinary functions
Function, make-relationship: Private ordinary functions
Function, make-resource: Private ordinary functions
Function, make-saved-search: Private ordinary functions
Function, make-search-metadata: Private ordinary functions
Function, make-settings: Private ordinary functions
Function, make-signed: Private ordinary functions
Function, make-slug: Private ordinary functions
Function, make-status: Private ordinary functions
Function, make-stream-control: Private ordinary functions
Function, make-stream-delete: Private ordinary functions
Function, make-stream-disconnect: Private ordinary functions
Function, make-stream-envelope: Private ordinary functions
Function, make-stream-event: Private ordinary functions
Function, make-stream-friends: Private ordinary functions
Function, make-stream-limit: Private ordinary functions
Function, make-stream-object: Private ordinary functions
Function, make-stream-scrub-geo: Private ordinary functions
Function, make-stream-status-withheld: Private ordinary functions
Function, make-stream-user-withheld: Private ordinary functions
Function, make-stream-warning: Private ordinary functions
Function, make-trend: Private ordinary functions
Function, make-trend-location: Private ordinary functions
Function, make-user: Private ordinary functions
Function, make-user-list: Private ordinary functions
Function, map-cursor: Public ordinary functions
Function, media-category: Private ordinary functions
Function, media/upload: Public ordinary functions
Function, media/upload/append: Public ordinary functions
Function, media/upload/finalize: Public ordinary functions
Function, media/upload/init: Public ordinary functions
Function, media/upload/status: Public ordinary functions
Function, mention-p: Public ordinary functions
Function, oauth-reset: Private ordinary functions
Function, oauth-response->alist: Private ordinary functions
Function, oauth/access-token: Public ordinary functions
Function, oauth/authenticate: Public ordinary functions
Function, oauth/authorize: Public ordinary functions
Function, oauth/request-token: Public ordinary functions
Function, open-request: Private ordinary functions
Function, parse-body: Private ordinary functions
Function, parse-boolean: Public ordinary functions
Function, parse-geo-attributes: Private ordinary functions
Function, parse-month: Public ordinary functions
Function, parse-stream-line: Private ordinary functions
Function, parse-twitter-time: Public ordinary functions
Function, pathname-media-type: Private ordinary functions
Function, perform-request: Private ordinary functions
Function, pin-request-token: Public ordinary functions
Function, prepare: Public ordinary functions
Function, prepare-data-parameters: Private ordinary functions
Function, process-stream-inner: Private ordinary functions
Function, read-line-bytes: Private ordinary functions
Function, replace-entities: Public ordinary functions
Function, replace-entity: Public ordinary functions
Function, request-wrapper: Private ordinary functions
Function, retweet-p: Public ordinary functions
Function, saved-searches/create: Public ordinary functions
Function, saved-searches/destroy/id: Public ordinary functions
Function, saved-searches/list: Public ordinary functions
Function, saved-searches/show/id: Public ordinary functions
Function, search/tweets: Public ordinary functions
Function, serialize-object: Public ordinary functions
Function, signature-format-parameter: Private ordinary functions
Function, signed-data-request: Public ordinary functions
Function, signed-request: Public ordinary functions
Function, signed-stream-request: Public ordinary functions
Function, statuses/destroy: Public ordinary functions
Function, statuses/home-timeline: Public ordinary functions
Function, statuses/mentions-timeline: Public ordinary functions
Function, statuses/oembed: Public ordinary functions
Function, statuses/retweet: Public ordinary functions
Function, statuses/retweeters/ids: Public ordinary functions
Function, statuses/retweets: Public ordinary functions
Function, statuses/retweets-of-me: Public ordinary functions
Function, statuses/show: Public ordinary functions
Function, statuses/update: Public ordinary functions
Function, statuses/update-with-media: Public ordinary functions
Function, statuses/user-timeline: Public ordinary functions
Function, stream/site: Public ordinary functions
Function, stream/statuses/filter: Public ordinary functions
Function, stream/statuses/firehose: Public ordinary functions
Function, stream/statuses/sample: Public ordinary functions
Function, stream/user: Public ordinary functions
Function, text-with-expanded-urls: Public ordinary functions
Function, text-with-markup: Public ordinary functions
Function, to-keyword: Public ordinary functions
Function, trends/available: Public ordinary functions
Function, trends/closest: Public ordinary functions
Function, trends/place: Public ordinary functions
Function, trim-whitespace: Private ordinary functions
Function, url-encode: Public ordinary functions
Function, users/contributees: Public ordinary functions
Function, users/contributors: Public ordinary functions
Function, users/lookup: Public ordinary functions
Function, users/profile-banner: Public ordinary functions
Function, users/report-spam: Public ordinary functions
Function, users/search: Public ordinary functions
Function, users/show: Public ordinary functions
Function, users/suggestions: Public ordinary functions
Function, users/suggestions/slug: Public ordinary functions
Function, users/suggestions/slug/members: Public ordinary functions
Function, valid-language-p: Public ordinary functions
Function, xml-decode: Public ordinary functions
Function, xml-encode: Public ordinary functions

G
generate-nonce: Public ordinary functions
Generic Function, (setf address): Public generic functions
Generic Function, (setf all-replies): Public generic functions
Generic Function, (setf associated-url): Public generic functions
Generic Function, (setf attributes): Private generic functions
Generic Function, (setf author-name): Public generic functions
Generic Function, (setf author-url): Public generic functions
Generic Function, (setf avatar): Public generic functions
Generic Function, (setf background): Public generic functions
Generic Function, (setf blocking): Public generic functions
Generic Function, (setf bounding-box): Public generic functions
Generic Function, (setf cache-age): Public generic functions
Generic Function, (setf can-dm): Public generic functions
Generic Function, (setf characters-reserved-per-media): Public generic functions
Generic Function, (setf code): Public generic functions
Generic Function, (setf collection-type): Public generic functions
Generic Function, (setf colors): Public generic functions
Generic Function, (setf completed-in): Public generic functions
Generic Function, (setf connections): Public generic functions
Generic Function, (setf contained-within): Public generic functions
Generic Function, (setf contributors): Public generic functions
Generic Function, (setf contributors-enabled): Private generic functions
Generic Function, (setf control-uri): Public generic functions
Generic Function, (setf cookie-personalization): Public generic functions
Generic Function, (setf coordinates): Public generic functions
Generic Function, (setf country): Public generic functions
Generic Function, (setf country-code): Public generic functions
Generic Function, (setf country-name): Public generic functions
Generic Function, (setf counts): Public generic functions
Generic Function, (setf created-at): Public generic functions
Generic Function, (setf data): Public generic functions
Generic Function, (setf default): Public generic functions
Generic Function, (setf description): Public generic functions
Generic Function, (setf display-text-range): Public generic functions
Generic Function, (setf display-url): Public generic functions
Generic Function, (setf dm-text-character-limit): Public generic functions
Generic Function, (setf email-discoverable): Public generic functions
Generic Function, (setf end): Public generic functions
Generic Function, (setf entities): Public generic functions
Generic Function, (setf events): Public generic functions
Generic Function, (setf expanded-url): Public generic functions
Generic Function, (setf expires-after-secs): Public generic functions
Generic Function, (setf extended-entities): Public generic functions
Generic Function, (setf favorited): Public generic functions
Generic Function, (setf filter-level): Private generic functions
Generic Function, (setf follow-request-sent): Public generic functions
Generic Function, (setf followed-by): Public generic functions
Generic Function, (setf following): Public generic functions
Generic Function, (setf for-user): Public generic functions
Generic Function, (setf force-https): Public generic functions
Generic Function, (setf friends): Public generic functions
Generic Function, (setf full-name): Public generic functions
Generic Function, (setf full-text): Public generic functions
Generic Function, (setf geo): Public generic functions
Generic Function, (setf geo-enabled): Private generic functions
Generic Function, (setf height): Public generic functions
Generic Function, (setf html): Public generic functions
Generic Function, (setf http-body): Public generic functions
Generic Function, (setf http-headers): Public generic functions
Generic Function, (setf http-status): Public generic functions
Generic Function, (setf id): Public generic functions
Generic Function, (setf id-string): Public generic functions
Generic Function, (setf image): Public generic functions
Generic Function, (setf in-reply-to): Public generic functions
Generic Function, (setf language): Public generic functions
Generic Function, (setf latitude): Public generic functions
Generic Function, (setf limit): Public generic functions
Generic Function, (setf location): Public generic functions
Generic Function, (setf location-type): Public generic functions
Generic Function, (setf longitude): Public generic functions
Generic Function, (setf marked-spam): Public generic functions
Generic Function, (setf max-id): Public generic functions
Generic Function, (setf max-media-per-upload): Public generic functions
Generic Function, (setf media-type): Public generic functions
Generic Function, (setf media-url): Public generic functions
Generic Function, (setf media-url-https): Public generic functions
Generic Function, (setf message): Public generic functions
Generic Function, (setf mode): Public generic functions
Generic Function, (setf name): Public generic functions
Generic Function, (setf next-results): Public generic functions
Generic Function, (setf non-username-paths): Public generic functions
Generic Function, (setf notifications): Public generic functions
Generic Function, (setf notifications-enabled): Public generic functions
Generic Function, (setf oembed-type): Public generic functions
Generic Function, (setf order): Public generic functions
Generic Function, (setf parameter): Public generic functions
Generic Function, (setf parameters): Public generic functions
Generic Function, (setf parent): Public generic functions
Generic Function, (setf photo-size-limit): Public generic functions
Generic Function, (setf photo-sizes): Public generic functions
Generic Function, (setf place): Public generic functions
Generic Function, (setf place-code): Public generic functions
Generic Function, (setf place-name): Public generic functions
Generic Function, (setf poly-lines): Public generic functions
Generic Function, (setf possibly-sensitive): Public generic functions
Generic Function, (setf processing-info): Public generic functions
Generic Function, (setf promoted-content): Public generic functions
Generic Function, (setf protected): Public generic functions
Generic Function, (setf provider-name): Public generic functions
Generic Function, (setf provider-url): Public generic functions
Generic Function, (setf query): Public generic functions
Generic Function, (setf reason): Public generic functions
Generic Function, (setf recipient): Public generic functions
Generic Function, (setf refresh-url): Public generic functions
Generic Function, (setf remaining): Public generic functions
Generic Function, (setf request-method): Public generic functions
Generic Function, (setf reset): Public generic functions
Generic Function, (setf resize-method): Public generic functions
Generic Function, (setf result-count): Public generic functions
Generic Function, (setf retweeted): Public generic functions
Generic Function, (setf retweeted-status): Public generic functions
Generic Function, (setf scopes): Private generic functions
Generic Function, (setf screen-name): Public generic functions
Generic Function, (setf search-position): Public generic functions
Generic Function, (setf sender): Public generic functions
Generic Function, (setf shape): Public generic functions
Generic Function, (setf short-url-length): Public generic functions
Generic Function, (setf short-url-length-https): Public generic functions
Generic Function, (setf show-inline-media): Public generic functions
Generic Function, (setf since-id): Public generic functions
Generic Function, (setf size): Public generic functions
Generic Function, (setf sizes): Public generic functions
Generic Function, (setf sleep-time): Public generic functions
Generic Function, (setf sleep-time-end): Public generic functions
Generic Function, (setf sleep-time-start): Public generic functions
Generic Function, (setf slug): Public generic functions
Generic Function, (setf source): Public generic functions
Generic Function, (setf source-status): Public generic functions
Generic Function, (setf start): Public generic functions
Generic Function, (setf status): Public generic functions
Generic Function, (setf stream-name): Public generic functions
Generic Function, (setf target): Public generic functions
Generic Function, (setf target-headers): Public generic functions
Generic Function, (setf target-method): Public generic functions
Generic Function, (setf target-object): Public generic functions
Generic Function, (setf target-parameters): Public generic functions
Generic Function, (setf target-url): Public generic functions
Generic Function, (setf text): Public generic functions
Generic Function, (setf time-zone): Public generic functions
Generic Function, (setf time-zone-info): Public generic functions
Generic Function, (setf time-zone-name): Public generic functions
Generic Function, (setf time-zone-offset): Public generic functions
Generic Function, (setf track): Public generic functions
Generic Function, (setf translator): Public generic functions
Generic Function, (setf trend): Public generic functions
Generic Function, (setf truncated): Public generic functions
Generic Function, (setf tweets): Public generic functions
Generic Function, (setf up-to-status-id): Public generic functions
Generic Function, (setf uri): Public generic functions
Generic Function, (setf url): Public generic functions
Generic Function, (setf user): Public generic functions
Generic Function, (setf user-id): Public generic functions
Generic Function, (setf users): Public generic functions
Generic Function, (setf utc-offset): Public generic functions
Generic Function, (setf verified): Public generic functions
Generic Function, (setf version): Public generic functions
Generic Function, (setf video): Public generic functions
Generic Function, (setf visibility): Public generic functions
Generic Function, (setf want-retweets): Public generic functions
Generic Function, (setf width): Public generic functions
Generic Function, (setf withheld-copyright): Private generic functions
Generic Function, (setf withheld-in-countries): Public generic functions
Generic Function, (setf withheld-scope): Private generic functions
Generic Function, (setf woeid): Public generic functions
Generic Function, address: Public generic functions
Generic Function, all-replies: Public generic functions
Generic Function, associated-url: Public generic functions
Generic Function, attributes: Private generic functions
Generic Function, author-name: Public generic functions
Generic Function, author-url: Public generic functions
Generic Function, avatar: Public generic functions
Generic Function, background: Public generic functions
Generic Function, block-user: Public generic functions
Generic Function, blocking: Public generic functions
Generic Function, bounding-box: Public generic functions
Generic Function, cache-age: Public generic functions
Generic Function, can-dm: Public generic functions
Generic Function, characters-reserved-per-media: Public generic functions
Generic Function, closest-trend-locations: Private generic functions
Generic Function, closest-trends: Private generic functions
Generic Function, code: Public generic functions
Generic Function, collection-type: Public generic functions
Generic Function, colors: Public generic functions
Generic Function, completed-in: Public generic functions
Generic Function, connections: Public generic functions
Generic Function, contained-within: Public generic functions
Generic Function, contributors: Public generic functions
Generic Function, contributors-enabled: Private generic functions
Generic Function, control-uri: Public generic functions
Generic Function, cookie-personalization: Public generic functions
Generic Function, coordinates: Public generic functions
Generic Function, country: Public generic functions
Generic Function, country-code: Public generic functions
Generic Function, country-name: Public generic functions
Generic Function, counts: Public generic functions
Generic Function, created-at: Public generic functions
Generic Function, cursor-next: Public generic functions
Generic Function, cursor-previous: Public generic functions
Generic Function, cursor-request: Public generic functions
Generic Function, data: Public generic functions
Generic Function, default: Public generic functions
Generic Function, delete-object: Public generic functions
Generic Function, description: Public generic functions
Generic Function, display-text-range: Public generic functions
Generic Function, display-url: Public generic functions
Generic Function, dm-text-character-limit: Public generic functions
Generic Function, email-discoverable: Public generic functions
Generic Function, end: Public generic functions
Generic Function, entities: Public generic functions
Generic Function, events: Public generic functions
Generic Function, expanded-url: Public generic functions
Generic Function, expires-after-secs: Public generic functions
Generic Function, extended-entities: Public generic functions
Generic Function, favorite: Public generic functions
Generic Function, favorited: Public generic functions
Generic Function, fetch-user: Public generic functions
Generic Function, filter-level: Private generic functions
Generic Function, follow-request-sent: Public generic functions
Generic Function, follow-user: Public generic functions
Generic Function, followed-by: Public generic functions
Generic Function, following: Public generic functions
Generic Function, for-user: Public generic functions
Generic Function, force-https: Public generic functions
Generic Function, friends: Public generic functions
Generic Function, full-name: Public generic functions
Generic Function, full-text: Public generic functions
Generic Function, geo: Public generic functions
Generic Function, geo-enabled: Private generic functions
Generic Function, height: Public generic functions
Generic Function, html: Public generic functions
Generic Function, http-body: Public generic functions
Generic Function, http-headers: Public generic functions
Generic Function, http-status: Public generic functions
Generic Function, id: Public generic functions
Generic Function, id-string: Public generic functions
Generic Function, image: Public generic functions
Generic Function, in-reply-to: Public generic functions
Generic Function, language: Public generic functions
Generic Function, latitude: Public generic functions
Generic Function, limit: Public generic functions
Generic Function, list-user: Public generic functions
Generic Function, location: Public generic functions
Generic Function, location-type: Public generic functions
Generic Function, longitude: Public generic functions
Generic Function, make-entity: Private generic functions
Generic Function, map-timeline: Public generic functions
Generic Function, marked-spam: Public generic functions
Generic Function, max-id: Public generic functions
Generic Function, max-media-per-upload: Public generic functions
Generic Function, media-type: Public generic functions
Generic Function, media-url: Public generic functions
Generic Function, media-url-https: Public generic functions
Generic Function, mention-user: Public generic functions
Generic Function, message: Public generic functions
Generic Function, message-user: Public generic functions
Generic Function, mode: Public generic functions
Generic Function, name: Public generic functions
Generic Function, next-results: Public generic functions
Generic Function, non-username-paths: Public generic functions
Generic Function, notifications: Public generic functions
Generic Function, notifications-enabled: Public generic functions
Generic Function, oembed-type: Public generic functions
Generic Function, order: Public generic functions
Generic Function, parameter: Public generic functions
Generic Function, parameters: Public generic functions
Generic Function, parent: Public generic functions
Generic Function, photo-size-limit: Public generic functions
Generic Function, photo-sizes: Public generic functions
Generic Function, place: Public generic functions
Generic Function, place-code: Public generic functions
Generic Function, place-name: Public generic functions
Generic Function, poly-lines: Public generic functions
Generic Function, possibly-sensitive: Public generic functions
Generic Function, processing-info: Public generic functions
Generic Function, promoted-content: Public generic functions
Generic Function, protected: Public generic functions
Generic Function, provider-name: Public generic functions
Generic Function, provider-url: Public generic functions
Generic Function, query: Public generic functions
Generic Function, reason: Public generic functions
Generic Function, recipient: Public generic functions
Generic Function, refresh-url: Public generic functions
Generic Function, remaining: Public generic functions
Generic Function, reply: Public generic functions
Generic Function, reply-all: Public generic functions
Generic Function, report-user: Public generic functions
Generic Function, request-method: Public generic functions
Generic Function, reset: Public generic functions
Generic Function, resize-method: Public generic functions
Generic Function, result-count: Public generic functions
Generic Function, retweet: Public generic functions
Generic Function, retweeted: Public generic functions
Generic Function, retweeted-status: Public generic functions
Generic Function, scopes: Private generic functions
Generic Function, screen-name: Public generic functions
Generic Function, search-position: Public generic functions
Generic Function, sender: Public generic functions
Generic Function, shape: Public generic functions
Generic Function, short-url-length: Public generic functions
Generic Function, short-url-length-https: Public generic functions
Generic Function, show-inline-media: Public generic functions
Generic Function, similar-locations: Private generic functions
Generic Function, since-id: Public generic functions
Generic Function, size: Public generic functions
Generic Function, sizes: Public generic functions
Generic Function, sleep-time: Public generic functions
Generic Function, sleep-time-end: Public generic functions
Generic Function, sleep-time-start: Public generic functions
Generic Function, slug: Public generic functions
Generic Function, source: Public generic functions
Generic Function, source-status: Public generic functions
Generic Function, start: Public generic functions
Generic Function, start-stream: Public generic functions
Generic Function, status: Public generic functions
Generic Function, stream-name: Public generic functions
Generic Function, subscribe-to-list: Public generic functions
Generic Function, target: Public generic functions
Generic Function, target-headers: Public generic functions
Generic Function, target-method: Public generic functions
Generic Function, target-object: Public generic functions
Generic Function, target-parameters: Public generic functions
Generic Function, target-url: Public generic functions
Generic Function, text: Public generic functions
Generic Function, time-zone: Public generic functions
Generic Function, time-zone-info: Public generic functions
Generic Function, time-zone-name: Public generic functions
Generic Function, time-zone-offset: Public generic functions
Generic Function, track: Public generic functions
Generic Function, translator: Public generic functions
Generic Function, trend: Public generic functions
Generic Function, truncated: Public generic functions
Generic Function, tweet: Public generic functions
Generic Function, tweets: Public generic functions
Generic Function, unblock-user: Public generic functions
Generic Function, unfavorite: Public generic functions
Generic Function, unfollow-user: Public generic functions
Generic Function, unlist-user: Public generic functions
Generic Function, unsubscribe-from-list: Public generic functions
Generic Function, up-to-status-id: Public generic functions
Generic Function, uri: Public generic functions
Generic Function, url: Public generic functions
Generic Function, user: Public generic functions
Generic Function, user-id: Public generic functions
Generic Function, users: Public generic functions
Generic Function, utc-offset: Public generic functions
Generic Function, verified: Public generic functions
Generic Function, version: Public generic functions
Generic Function, video: Public generic functions
Generic Function, visibility: Public generic functions
Generic Function, want-retweets: Public generic functions
Generic Function, width: Public generic functions
Generic Function, withheld-copyright: Private generic functions
Generic Function, withheld-in-countries: Public generic functions
Generic Function, withheld-scope: Private generic functions
Generic Function, woeid: Public generic functions
geo: Public generic functions
geo: Public generic functions
geo-enabled: Private generic functions
geo-enabled: Private generic functions
geo/id: Public ordinary functions
geo/reverse-geocode: Public ordinary functions
geo/search: Public ordinary functions
geo/similar-places: Public ordinary functions
get-unix-time: Private ordinary functions

H
height: Public generic functions
height: Public generic functions
height: Public generic functions
height: Public generic functions
help/configuration: Public ordinary functions
help/languages: Public ordinary functions
help/privacy: Public ordinary functions
help/tos: Public ordinary functions
hmac: Public ordinary functions
html: Public generic functions
html: Public generic functions
http-body: Public generic functions
http-body: Public generic functions
http-headers: Public generic functions
http-headers: Public generic functions
http-status: Public generic functions
http-status: Public generic functions

I
id: Public generic functions
id: Public generic functions
id: Public generic functions
id: Public generic functions
id: Public generic functions
id: Public generic functions
id: Public generic functions
id: Public generic functions
id: Public generic functions
id: Public generic functions
id: Public generic functions
id: Public generic functions
id: Public generic functions
id: Public generic functions
id: Public generic functions
id: Public generic functions
id-string: Public generic functions
id-string: Public generic functions
image: Public generic functions
image: Public generic functions
in-reply-to: Public generic functions
in-reply-to: Public generic functions
initialize-instance: Public standalone methods
initialize-slime: Private ordinary functions
initiate-authentication: Public ordinary functions
initiate-server-authentication: Private ordinary functions

L
language: Public generic functions
language: Public generic functions
language: Public generic functions
latitude: Public generic functions
latitude: Public generic functions
limit: Public generic functions
limit: Public generic functions
list-user: Public generic functions
list-user: Public generic functions
list-user: Public generic functions
list-user: Public generic functions
lists/create: Public ordinary functions
lists/destroy: Public ordinary functions
lists/list: Public ordinary functions
lists/members: Public ordinary functions
lists/members/create: Public ordinary functions
lists/members/create-all: Public ordinary functions
lists/members/destroy: Public ordinary functions
lists/members/destroy-all: Public ordinary functions
lists/members/show: Public ordinary functions
lists/memberships: Public ordinary functions
lists/ownerships: Public ordinary functions
lists/show: Public ordinary functions
lists/statuses: Public ordinary functions
lists/subscribers: Public ordinary functions
lists/subscribers/create: Public ordinary functions
lists/subscribers/destroy: Public ordinary functions
lists/subscribers/show: Public ordinary functions
lists/subscriptions: Public ordinary functions
lists/update: Public ordinary functions
location: Public generic functions
location: Public generic functions
location-type: Public generic functions
location-type: Public generic functions
longitude: Public generic functions
longitude: Public generic functions

M
Macro, defclass*: Private macros
Macro, define-make-*: Private macros
Macro, do-cursor: Public macros
Macro, parse-when-param: Private macros
Macro, prepare*: Public macros
Macro, with-replaced-entities: Public macros
make-banner: Private ordinary functions
make-collection: Private ordinary functions
make-configuration: Private ordinary functions
make-curate-request: Private ordinary functions
make-direct-message: Private ordinary functions
make-entities: Private ordinary functions
make-entity: Private generic functions
make-entity: Private generic functions
make-entity: Private generic functions
make-entity: Private generic functions
make-entity: Private generic functions
make-entity: Private generic functions
make-entity: Private generic functions
make-entity: Private generic functions
make-entity: Private generic functions
make-entity: Private generic functions
make-entity: Private generic functions
make-entity: Private generic functions
make-geometry: Private ordinary functions
make-language: Private ordinary functions
make-location: Private ordinary functions
make-media-object: Private ordinary functions
make-oembed: Private ordinary functions
make-relationship: Private ordinary functions
make-resource: Private ordinary functions
make-saved-search: Private ordinary functions
make-search-metadata: Private ordinary functions
make-settings: Private ordinary functions
make-signed: Private ordinary functions
make-slug: Private ordinary functions
make-status: Private ordinary functions
make-stream-control: Private ordinary functions
make-stream-delete: Private ordinary functions
make-stream-disconnect: Private ordinary functions
make-stream-envelope: Private ordinary functions
make-stream-event: Private ordinary functions
make-stream-friends: Private ordinary functions
make-stream-limit: Private ordinary functions
make-stream-object: Private ordinary functions
make-stream-scrub-geo: Private ordinary functions
make-stream-status-withheld: Private ordinary functions
make-stream-user-withheld: Private ordinary functions
make-stream-warning: Private ordinary functions
make-trend: Private ordinary functions
make-trend-location: Private ordinary functions
make-user: Private ordinary functions
make-user-list: Private ordinary functions
map-cursor: Public ordinary functions
map-timeline: Public generic functions
map-timeline: Public generic functions
map-timeline: Public generic functions
map-timeline: Public generic functions
map-timeline: Public generic functions
marked-spam: Public generic functions
marked-spam: Public generic functions
max-id: Public generic functions
max-id: Public generic functions
max-media-per-upload: Public generic functions
max-media-per-upload: Public generic functions
media-category: Private ordinary functions
media-type: Public generic functions
media-type: Public generic functions
media-url: Public generic functions
media-url: Public generic functions
media-url-https: Public generic functions
media-url-https: Public generic functions
media/upload: Public ordinary functions
media/upload/append: Public ordinary functions
media/upload/finalize: Public ordinary functions
media/upload/init: Public ordinary functions
media/upload/status: Public ordinary functions
mention-p: Public ordinary functions
mention-user: Public generic functions
mention-user: Public generic functions
mention-user: Public generic functions
message: Public generic functions
message: Public generic functions
message: Public generic functions
message-user: Public generic functions
message-user: Public generic functions
message-user: Public generic functions
message-user: Public generic functions
Method, (setf address): Public generic functions
Method, (setf all-replies): Public generic functions
Method, (setf associated-url): Public generic functions
Method, (setf attributes): Private generic functions
Method, (setf author-name): Public generic functions
Method, (setf author-url): Public generic functions
Method, (setf avatar): Public generic functions
Method, (setf background): Public generic functions
Method, (setf blocking): Public generic functions
Method, (setf bounding-box): Public generic functions
Method, (setf cache-age): Public generic functions
Method, (setf can-dm): Public generic functions
Method, (setf characters-reserved-per-media): Public generic functions
Method, (setf code): Public generic functions
Method, (setf code): Public generic functions
Method, (setf code): Public generic functions
Method, (setf collection-type): Public generic functions
Method, (setf colors): Public generic functions
Method, (setf completed-in): Public generic functions
Method, (setf connections): Public generic functions
Method, (setf contained-within): Public generic functions
Method, (setf contributors): Public generic functions
Method, (setf contributors): Public generic functions
Method, (setf contributors-enabled): Private generic functions
Method, (setf control-uri): Public generic functions
Method, (setf cookie-personalization): Public generic functions
Method, (setf coordinates): Public generic functions
Method, (setf coordinates): Public generic functions
Method, (setf country): Public generic functions
Method, (setf country-code): Public generic functions
Method, (setf country-code): Public generic functions
Method, (setf country-name): Public generic functions
Method, (setf counts): Public generic functions
Method, (setf counts): Public generic functions
Method, (setf counts): Public generic functions
Method, (setf created-at): Public generic functions
Method, (setf created-at): Public generic functions
Method, (setf created-at): Public generic functions
Method, (setf created-at): Public generic functions
Method, (setf created-at): Public generic functions
Method, (setf created-at): Public generic functions
Method, (setf data): Public generic functions
Method, (setf data): Public generic functions
Method, (setf default): Public generic functions
Method, (setf description): Public generic functions
Method, (setf description): Public generic functions
Method, (setf display-text-range): Public generic functions
Method, (setf display-url): Public generic functions
Method, (setf display-url): Public generic functions
Method, (setf dm-text-character-limit): Public generic functions
Method, (setf email-discoverable): Public generic functions
Method, (setf end): Public generic functions
Method, (setf end): Public generic functions
Method, (setf end): Public generic functions
Method, (setf end): Public generic functions
Method, (setf end): Public generic functions
Method, (setf entities): Public generic functions
Method, (setf entities): Public generic functions
Method, (setf entities): Public generic functions
Method, (setf events): Public generic functions
Method, (setf expanded-url): Public generic functions
Method, (setf expanded-url): Public generic functions
Method, (setf expires-after-secs): Public generic functions
Method, (setf extended-entities): Public generic functions
Method, (setf favorited): Public generic functions
Method, (setf filter-level): Private generic functions
Method, (setf follow-request-sent): Public generic functions
Method, (setf followed-by): Public generic functions
Method, (setf following): Public generic functions
Method, (setf following): Public generic functions
Method, (setf following): Public generic functions
Method, (setf for-user): Public generic functions
Method, (setf force-https): Public generic functions
Method, (setf friends): Public generic functions
Method, (setf full-name): Public generic functions
Method, (setf full-name): Public generic functions
Method, (setf full-text): Public generic functions
Method, (setf geo): Public generic functions
Method, (setf geo-enabled): Private generic functions
Method, (setf height): Public generic functions
Method, (setf height): Public generic functions
Method, (setf height): Public generic functions
Method, (setf html): Public generic functions
Method, (setf http-body): Public generic functions
Method, (setf http-headers): Public generic functions
Method, (setf http-status): Public generic functions
Method, (setf id): Public generic functions
Method, (setf id): Public generic functions
Method, (setf id): Public generic functions
Method, (setf id): Public generic functions
Method, (setf id): Public generic functions
Method, (setf id): Public generic functions
Method, (setf id): Public generic functions
Method, (setf id): Public generic functions
Method, (setf id): Public generic functions
Method, (setf id): Public generic functions
Method, (setf id): Public generic functions
Method, (setf id): Public generic functions
Method, (setf id): Public generic functions
Method, (setf id): Public generic functions
Method, (setf id): Public generic functions
Method, (setf id-string): Public generic functions
Method, (setf image): Public generic functions
Method, (setf in-reply-to): Public generic functions
Method, (setf language): Public generic functions
Method, (setf language): Public generic functions
Method, (setf latitude): Public generic functions
Method, (setf limit): Public generic functions
Method, (setf location): Public generic functions
Method, (setf location-type): Public generic functions
Method, (setf longitude): Public generic functions
Method, (setf marked-spam): Public generic functions
Method, (setf max-id): Public generic functions
Method, (setf max-media-per-upload): Public generic functions
Method, (setf media-type): Public generic functions
Method, (setf media-url): Public generic functions
Method, (setf media-url-https): Public generic functions
Method, (setf message): Public generic functions
Method, (setf message): Public generic functions
Method, (setf mode): Public generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf next-results): Public generic functions
Method, (setf non-username-paths): Public generic functions
Method, (setf notifications): Public generic functions
Method, (setf notifications-enabled): Public generic functions
Method, (setf oembed-type): Public generic functions
Method, (setf order): Public generic functions
Method, (setf parameter): Public generic functions
Method, (setf parameters): Public generic functions
Method, (setf parent): Public generic functions
Method, (setf photo-size-limit): Public generic functions
Method, (setf photo-sizes): Public generic functions
Method, (setf place): Public generic functions
Method, (setf place-code): Public generic functions
Method, (setf place-name): Public generic functions
Method, (setf poly-lines): Public generic functions
Method, (setf possibly-sensitive): Public generic functions
Method, (setf processing-info): Public generic functions
Method, (setf promoted-content): Public generic functions
Method, (setf protected): Public generic functions
Method, (setf protected): Public generic functions
Method, (setf provider-name): Public generic functions
Method, (setf provider-url): Public generic functions
Method, (setf query): Public generic functions
Method, (setf query): Public generic functions
Method, (setf query): Public generic functions
Method, (setf reason): Public generic functions
Method, (setf recipient): Public generic functions
Method, (setf refresh-url): Public generic functions
Method, (setf remaining): Public generic functions
Method, (setf request-method): Public generic functions
Method, (setf reset): Public generic functions
Method, (setf resize-method): Public generic functions
Method, (setf result-count): Public generic functions
Method, (setf retweeted): Public generic functions
Method, (setf retweeted-status): Public generic functions
Method, (setf scopes): Private generic functions
Method, (setf screen-name): Public generic functions
Method, (setf screen-name): Public generic functions
Method, (setf screen-name): Public generic functions
Method, (setf screen-name): Public generic functions
Method, (setf search-position): Public generic functions
Method, (setf sender): Public generic functions
Method, (setf shape): Public generic functions
Method, (setf short-url-length): Public generic functions
Method, (setf short-url-length-https): Public generic functions
Method, (setf show-inline-media): Public generic functions
Method, (setf show-inline-media): Public generic functions
Method, (setf since-id): Public generic functions
Method, (setf size): Public generic functions
Method, (setf size): Public generic functions
Method, (setf size): Public generic functions
Method, (setf size): Public generic functions
Method, (setf sizes): Public generic functions
Method, (setf sleep-time): Public generic functions
Method, (setf sleep-time-end): Public generic functions
Method, (setf sleep-time-start): Public generic functions
Method, (setf slug): Public generic functions
Method, (setf slug): Public generic functions
Method, (setf source): Public generic functions
Method, (setf source): Public generic functions
Method, (setf source-status): Public generic functions
Method, (setf start): Public generic functions
Method, (setf start): Public generic functions
Method, (setf start): Public generic functions
Method, (setf start): Public generic functions
Method, (setf start): Public generic functions
Method, (setf status): Public generic functions
Method, (setf status): Public generic functions
Method, (setf stream-name): Public generic functions
Method, (setf target): Public generic functions
Method, (setf target-headers): Public generic functions
Method, (setf target-method): Public generic functions
Method, (setf target-object): Public generic functions
Method, (setf target-parameters): Public generic functions
Method, (setf target-url): Public generic functions
Method, (setf text): Public generic functions
Method, (setf text): Public generic functions
Method, (setf text): Public generic functions
Method, (setf text): Public generic functions
Method, (setf time-zone): Public generic functions
Method, (setf time-zone-info): Public generic functions
Method, (setf time-zone-name): Public generic functions
Method, (setf time-zone-offset): Public generic functions
Method, (setf track): Public generic functions
Method, (setf translator): Public generic functions
Method, (setf trend): Public generic functions
Method, (setf truncated): Public generic functions
Method, (setf tweets): Public generic functions
Method, (setf up-to-status-id): Public generic functions
Method, (setf uri): Public generic functions
Method, (setf url): Public generic functions
Method, (setf url): Public generic functions
Method, (setf url): Public generic functions
Method, (setf url): Public generic functions
Method, (setf url): Public generic functions
Method, (setf url): Public generic functions
Method, (setf url): Public generic functions
Method, (setf url): Public generic functions
Method, (setf url): Public generic functions
Method, (setf url): Public generic functions
Method, (setf user): Public generic functions
Method, (setf user): Public generic functions
Method, (setf user-id): Public generic functions
Method, (setf user-id): Public generic functions
Method, (setf user-id): Public generic functions
Method, (setf user-id): Public generic functions
Method, (setf users): Public generic functions
Method, (setf users): Public generic functions
Method, (setf utc-offset): Public generic functions
Method, (setf verified): Public generic functions
Method, (setf version): Public generic functions
Method, (setf video): Public generic functions
Method, (setf visibility): Public generic functions
Method, (setf want-retweets): Public generic functions
Method, (setf width): Public generic functions
Method, (setf width): Public generic functions
Method, (setf width): Public generic functions
Method, (setf withheld-copyright): Private generic functions
Method, (setf withheld-in-countries): Public generic functions
Method, (setf withheld-in-countries): Public generic functions
Method, (setf withheld-in-countries): Public generic functions
Method, (setf withheld-in-countries): Public generic functions
Method, (setf withheld-scope): Private generic functions
Method, (setf withheld-scope): Private generic functions
Method, (setf woeid): Public generic functions
Method, address: Public generic functions
Method, all-replies: Public generic functions
Method, associated-url: Public generic functions
Method, attributes: Private generic functions
Method, author-name: Public generic functions
Method, author-url: Public generic functions
Method, avatar: Public generic functions
Method, background: Public generic functions
Method, block-user: Public generic functions
Method, block-user: Public generic functions
Method, block-user: Public generic functions
Method, blocking: Public generic functions
Method, bounding-box: Public generic functions
Method, cache-age: Public generic functions
Method, can-dm: Public generic functions
Method, characters-reserved-per-media: Public generic functions
Method, closest-trend-locations: Private generic functions
Method, closest-trends: Private generic functions
Method, closest-trends: Private generic functions
Method, code: Public generic functions
Method, code: Public generic functions
Method, code: Public generic functions
Method, collection-type: Public generic functions
Method, colors: Public generic functions
Method, completed-in: Public generic functions
Method, connections: Public generic functions
Method, contained-within: Public generic functions
Method, contributors: Public generic functions
Method, contributors: Public generic functions
Method, contributors-enabled: Private generic functions
Method, control-uri: Public generic functions
Method, cookie-personalization: Public generic functions
Method, coordinates: Public generic functions
Method, coordinates: Public generic functions
Method, country: Public generic functions
Method, country-code: Public generic functions
Method, country-code: Public generic functions
Method, country-name: Public generic functions
Method, counts: Public generic functions
Method, counts: Public generic functions
Method, counts: Public generic functions
Method, created-at: Public generic functions
Method, created-at: Public generic functions
Method, created-at: Public generic functions
Method, created-at: Public generic functions
Method, created-at: Public generic functions
Method, created-at: Public generic functions
Method, cursor-next: Public generic functions
Method, cursor-previous: Public generic functions
Method, cursor-request: Public generic functions
Method, data: Public generic functions
Method, data: Public generic functions
Method, default: Public generic functions
Method, delete-object: Public generic functions
Method, delete-object: Public generic functions
Method, delete-object: Public generic functions
Method, delete-object: Public generic functions
Method, description: Public generic functions
Method, description: Public generic functions
Method, display-text-range: Public generic functions
Method, display-url: Public generic functions
Method, display-url: Public generic functions
Method, dm-text-character-limit: Public generic functions
Method, email-discoverable: Public generic functions
Method, end: Public generic functions
Method, end: Public generic functions
Method, end: Public generic functions
Method, end: Public generic functions
Method, end: Public generic functions
Method, entities: Public generic functions
Method, entities: Public generic functions
Method, entities: Public generic functions
Method, events: Public generic functions
Method, expanded-url: Public generic functions
Method, expanded-url: Public generic functions
Method, expires-after-secs: Public generic functions
Method, extended-entities: Public generic functions
Method, favorite: Public generic functions
Method, favorited: Public generic functions
Method, fetch-user: Public generic functions
Method, fetch-user: Public generic functions
Method, fetch-user: Public generic functions
Method, fetch-user: Public generic functions
Method, fetch-user: Public generic functions
Method, fetch-user: Public generic functions
Method, fetch-user: Public generic functions
Method, fetch-user: Public generic functions
Method, fetch-user: Public generic functions
Method, fetch-user: Public generic functions
Method, filter-level: Private generic functions
Method, follow-request-sent: Public generic functions
Method, follow-user: Public generic functions
Method, follow-user: Public generic functions
Method, follow-user: Public generic functions
Method, followed-by: Public generic functions
Method, following: Public generic functions
Method, following: Public generic functions
Method, following: Public generic functions
Method, for-user: Public generic functions
Method, force-https: Public generic functions
Method, friends: Public generic functions
Method, full-name: Public generic functions
Method, full-name: Public generic functions
Method, full-text: Public generic functions
Method, geo: Public generic functions
Method, geo-enabled: Private generic functions
Method, height: Public generic functions
Method, height: Public generic functions
Method, height: Public generic functions
Method, html: Public generic functions
Method, http-body: Public generic functions
Method, http-headers: Public generic functions
Method, http-status: Public generic functions
Method, id: Public generic functions
Method, id: Public generic functions
Method, id: Public generic functions
Method, id: Public generic functions
Method, id: Public generic functions
Method, id: Public generic functions
Method, id: Public generic functions
Method, id: Public generic functions
Method, id: Public generic functions
Method, id: Public generic functions
Method, id: Public generic functions
Method, id: Public generic functions
Method, id: Public generic functions
Method, id: Public generic functions
Method, id: Public generic functions
Method, id-string: Public generic functions
Method, image: Public generic functions
Method, in-reply-to: Public generic functions
Method, initialize-instance: Public standalone methods
Method, language: Public generic functions
Method, language: Public generic functions
Method, latitude: Public generic functions
Method, limit: Public generic functions
Method, list-user: Public generic functions
Method, list-user: Public generic functions
Method, list-user: Public generic functions
Method, location: Public generic functions
Method, location-type: Public generic functions
Method, longitude: Public generic functions
Method, make-entity: Private generic functions
Method, make-entity: Private generic functions
Method, make-entity: Private generic functions
Method, make-entity: Private generic functions
Method, make-entity: Private generic functions
Method, make-entity: Private generic functions
Method, make-entity: Private generic functions
Method, make-entity: Private generic functions
Method, make-entity: Private generic functions
Method, make-entity: Private generic functions
Method, make-entity: Private generic functions
Method, map-timeline: Public generic functions
Method, map-timeline: Public generic functions
Method, map-timeline: Public generic functions
Method, map-timeline: Public generic functions
Method, marked-spam: Public generic functions
Method, max-id: Public generic functions
Method, max-media-per-upload: Public generic functions
Method, media-type: Public generic functions
Method, media-url: Public generic functions
Method, media-url-https: Public generic functions
Method, mention-user: Public generic functions
Method, mention-user: Public generic functions
Method, message: Public generic functions
Method, message: Public generic functions
Method, message-user: Public generic functions
Method, message-user: Public generic functions
Method, message-user: Public generic functions
Method, mode: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, next-results: Public generic functions
Method, non-username-paths: Public generic functions
Method, notifications: Public generic functions
Method, notifications-enabled: Public generic functions
Method, oembed-type: Public generic functions
Method, order: Public generic functions
Method, parameter: Public generic functions
Method, parameters: Public generic functions
Method, parent: Public generic functions
Method, photo-size-limit: Public generic functions
Method, photo-sizes: Public generic functions
Method, place: Public generic functions
Method, place-code: Public generic functions
Method, place-name: Public generic functions
Method, poly-lines: Public generic functions
Method, possibly-sensitive: Public generic functions
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, processing-info: Public generic functions
Method, promoted-content: Public generic functions
Method, protected: Public generic functions
Method, protected: Public generic functions
Method, provider-name: Public generic functions
Method, provider-url: Public generic functions
Method, query: Public generic functions
Method, query: Public generic functions
Method, query: Public generic functions
Method, reason: Public generic functions
Method, recipient: Public generic functions
Method, refresh-url: Public generic functions
Method, remaining: Public generic functions
Method, reply: Public generic functions
Method, reply-all: Public generic functions
Method, report-user: Public generic functions
Method, report-user: Public generic functions
Method, report-user: Public generic functions
Method, request-method: Public generic functions
Method, reset: Public generic functions
Method, resize-method: Public generic functions
Method, result-count: Public generic functions
Method, retweet: Public generic functions
Method, retweeted: Public generic functions
Method, retweeted-status: Public generic functions
Method, scopes: Private generic functions
Method, screen-name: Public generic functions
Method, screen-name: Public generic functions
Method, screen-name: Public generic functions
Method, screen-name: Public generic functions
Method, search-position: Public generic functions
Method, sender: Public generic functions
Method, shape: Public generic functions
Method, short-url-length: Public generic functions
Method, short-url-length-https: Public generic functions
Method, show-inline-media: Public generic functions
Method, show-inline-media: Public generic functions
Method, similar-locations: Private generic functions
Method, since-id: Public generic functions
Method, size: Public generic functions
Method, size: Public generic functions
Method, size: Public generic functions
Method, size: Public generic functions
Method, sizes: Public generic functions
Method, sleep-time: Public generic functions
Method, sleep-time-end: Public generic functions
Method, sleep-time-start: Public generic functions
Method, slug: Public generic functions
Method, slug: Public generic functions
Method, source: Public generic functions
Method, source: Public generic functions
Method, source-status: Public generic functions
Method, start: Public generic functions
Method, start: Public generic functions
Method, start: Public generic functions
Method, start: Public generic functions
Method, start: Public generic functions
Method, start-stream: Public generic functions
Method, start-stream: Public generic functions
Method, start-stream: Public generic functions
Method, start-stream: Public generic functions
Method, start-stream: Public generic functions
Method, start-stream: Public generic functions
Method, start-stream: Public generic functions
Method, start-stream: Public generic functions
Method, start-stream: Public generic functions
Method, start-stream: Public generic functions
Method, status: Public generic functions
Method, status: Public generic functions
Method, stream-name: Public generic functions
Method, subscribe-to-list: Public generic functions
Method, target: Public generic functions
Method, target-headers: Public generic functions
Method, target-method: Public generic functions
Method, target-object: Public generic functions
Method, target-parameters: Public generic functions
Method, target-url: Public generic functions
Method, text: Public generic functions
Method, text: Public generic functions
Method, text: Public generic functions
Method, text: Public generic functions
Method, time-zone: Public generic functions
Method, time-zone-info: Public generic functions
Method, time-zone-name: Public generic functions
Method, time-zone-offset: Public generic functions
Method, track: Public generic functions
Method, translator: Public generic functions
Method, trend: Public generic functions
Method, truncated: Public generic functions
Method, tweet: Public generic functions
Method, tweets: Public generic functions
Method, unblock-user: Public generic functions
Method, unblock-user: Public generic functions
Method, unblock-user: Public generic functions
Method, unfavorite: Public generic functions
Method, unfollow-user: Public generic functions
Method, unfollow-user: Public generic functions
Method, unfollow-user: Public generic functions
Method, unlist-user: Public generic functions
Method, unlist-user: Public generic functions
Method, unlist-user: Public generic functions
Method, unsubscribe-from-list: Public generic functions
Method, up-to-status-id: Public generic functions
Method, uri: Public generic functions
Method, url: Public generic functions
Method, url: Public generic functions
Method, url: Public generic functions
Method, url: Public generic functions
Method, url: Public generic functions
Method, url: Public generic functions
Method, url: Public generic functions
Method, url: Public generic functions
Method, url: Public generic functions
Method, url: Public generic functions
Method, user: Public generic functions
Method, user: Public generic functions
Method, user-id: Public generic functions
Method, user-id: Public generic functions
Method, user-id: Public generic functions
Method, user-id: Public generic functions
Method, users: Public generic functions
Method, users: Public generic functions
Method, utc-offset: Public generic functions
Method, verified: Public generic functions
Method, version: Public generic functions
Method, video: Public generic functions
Method, visibility: Public generic functions
Method, want-retweets: Public generic functions
Method, width: Public generic functions
Method, width: Public generic functions
Method, width: Public generic functions
Method, withheld-copyright: Private generic functions
Method, withheld-in-countries: Public generic functions
Method, withheld-in-countries: Public generic functions
Method, withheld-in-countries: Public generic functions
Method, withheld-in-countries: Public generic functions
Method, withheld-scope: Private generic functions
Method, withheld-scope: Private generic functions
Method, woeid: Public generic functions
mode: Public generic functions
mode: Public generic functions

N
name: Public generic functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
next-results: Public generic functions
next-results: Public generic functions
non-username-paths: Public generic functions
non-username-paths: Public generic functions
notifications: Public generic functions
notifications: Public generic functions
notifications-enabled: Public generic functions
notifications-enabled: Public generic functions

O
oauth-reset: Private ordinary functions
oauth-response->alist: Private ordinary functions
oauth/access-token: Public ordinary functions
oauth/authenticate: Public ordinary functions
oauth/authorize: Public ordinary functions
oauth/request-token: Public ordinary functions
oembed-type: Public generic functions
oembed-type: Public generic functions
open-request: Private ordinary functions
order: Public generic functions
order: Public generic functions

P
parameter: Public generic functions
parameter: Public generic functions
parameters: Public generic functions
parameters: Public generic functions
parent: Public generic functions
parent: Public generic functions
parse-body: Private ordinary functions
parse-boolean: Public ordinary functions
parse-geo-attributes: Private ordinary functions
parse-month: Public ordinary functions
parse-stream-line: Private ordinary functions
parse-twitter-time: Public ordinary functions
parse-when-param: Private macros
pathname-media-type: Private ordinary functions
perform-request: Private ordinary functions
photo-size-limit: Public generic functions
photo-size-limit: Public generic functions
photo-sizes: Public generic functions
photo-sizes: Public generic functions
pin-request-token: Public ordinary functions
place: Public generic functions
place: Public generic functions
place-code: Public generic functions
place-code: Public generic functions
place-name: Public generic functions
place-name: Public generic functions
poly-lines: Public generic functions
poly-lines: Public generic functions
possibly-sensitive: Public generic functions
possibly-sensitive: Public generic functions
prepare: Public ordinary functions
prepare*: Public macros
prepare-data-parameters: Private ordinary functions
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
process-stream-inner: Private ordinary functions
processing-info: Public generic functions
processing-info: Public generic functions
promoted-content: Public generic functions
promoted-content: Public generic functions
protected: Public generic functions
protected: Public generic functions
protected: Public generic functions
provider-name: Public generic functions
provider-name: Public generic functions
provider-url: Public generic functions
provider-url: Public generic functions

Q
query: Public generic functions
query: Public generic functions
query: Public generic functions
query: Public generic functions

R
read-line-bytes: Private ordinary functions
reason: Public generic functions
reason: Public generic functions
recipient: Public generic functions
recipient: Public generic functions
refresh-url: Public generic functions
refresh-url: Public generic functions
remaining: Public generic functions
remaining: Public generic functions
replace-entities: Public ordinary functions
replace-entity: Public ordinary functions
reply: Public generic functions
reply: Public generic functions
reply-all: Public generic functions
reply-all: Public generic functions
report-user: Public generic functions
report-user: Public generic functions
report-user: Public generic functions
report-user: Public generic functions
request-method: Public generic functions
request-method: Public generic functions
request-wrapper: Private ordinary functions
reset: Public generic functions
reset: Public generic functions
resize-method: Public generic functions
resize-method: Public generic functions
result-count: Public generic functions
result-count: Public generic functions
retweet: Public generic functions
retweet: Public generic functions
retweet-p: Public ordinary functions
retweeted: Public generic functions
retweeted: Public generic functions
retweeted-status: Public generic functions
retweeted-status: Public generic functions

S
saved-searches/create: Public ordinary functions
saved-searches/destroy/id: Public ordinary functions
saved-searches/list: Public ordinary functions
saved-searches/show/id: Public ordinary functions
scopes: Private generic functions
scopes: Private generic functions
screen-name: Public generic functions
screen-name: Public generic functions
screen-name: Public generic functions
screen-name: Public generic functions
screen-name: Public generic functions
search-position: Public generic functions
search-position: Public generic functions
search/tweets: Public ordinary functions
sender: Public generic functions
sender: Public generic functions
serialize-object: Public ordinary functions
shape: Public generic functions
shape: Public generic functions
short-url-length: Public generic functions
short-url-length: Public generic functions
short-url-length-https: Public generic functions
short-url-length-https: Public generic functions
show-inline-media: Public generic functions
show-inline-media: Public generic functions
show-inline-media: Public generic functions
signature-format-parameter: Private ordinary functions
signed-data-request: Public ordinary functions
signed-request: Public ordinary functions
signed-stream-request: Public ordinary functions
similar-locations: Private generic functions
similar-locations: Private generic functions
since-id: Public generic functions
since-id: Public generic functions
size: Public generic functions
size: Public generic functions
size: Public generic functions
size: Public generic functions
size: Public generic functions
sizes: Public generic functions
sizes: Public generic functions
sleep-time: Public generic functions
sleep-time: Public generic functions
sleep-time-end: Public generic functions
sleep-time-end: Public generic functions
sleep-time-start: Public generic functions
sleep-time-start: Public generic functions
slug: Public generic functions
slug: Public generic functions
slug: Public generic functions
source: Public generic functions
source: Public generic functions
source: Public generic functions
source-status: Public generic functions
source-status: Public generic functions
start: Public generic functions
start: Public generic functions
start: Public generic functions
start: Public generic functions
start: Public generic functions
start: Public generic functions
start-stream: Public generic functions
start-stream: Public generic functions
start-stream: Public generic functions
start-stream: Public generic functions
start-stream: Public generic functions
start-stream: Public generic functions
start-stream: Public generic functions
start-stream: Public generic functions
start-stream: Public generic functions
start-stream: Public generic functions
start-stream: Public generic functions
status: Public generic functions
status: Public generic functions
status: Public generic functions
statuses/destroy: Public ordinary functions
statuses/home-timeline: Public ordinary functions
statuses/mentions-timeline: Public ordinary functions
statuses/oembed: Public ordinary functions
statuses/retweet: Public ordinary functions
statuses/retweeters/ids: Public ordinary functions
statuses/retweets: Public ordinary functions
statuses/retweets-of-me: Public ordinary functions
statuses/show: Public ordinary functions
statuses/update: Public ordinary functions
statuses/update-with-media: Public ordinary functions
statuses/user-timeline: Public ordinary functions
stream-name: Public generic functions
stream-name: Public generic functions
stream/site: Public ordinary functions
stream/statuses/filter: Public ordinary functions
stream/statuses/firehose: Public ordinary functions
stream/statuses/sample: Public ordinary functions
stream/user: Public ordinary functions
subscribe-to-list: Public generic functions
subscribe-to-list: Public generic functions

T
target: Public generic functions
target: Public generic functions
target-headers: Public generic functions
target-headers: Public generic functions
target-method: Public generic functions
target-method: Public generic functions
target-object: Public generic functions
target-object: Public generic functions
target-parameters: Public generic functions
target-parameters: Public generic functions
target-url: Public generic functions
target-url: Public generic functions
text: Public generic functions
text: Public generic functions
text: Public generic functions
text: Public generic functions
text: Public generic functions
text-with-expanded-urls: Public ordinary functions
text-with-markup: Public ordinary functions
time-zone: Public generic functions
time-zone: Public generic functions
time-zone-info: Public generic functions
time-zone-info: Public generic functions
time-zone-name: Public generic functions
time-zone-name: Public generic functions
time-zone-offset: Public generic functions
time-zone-offset: Public generic functions
to-keyword: Public ordinary functions
track: Public generic functions
track: Public generic functions
translator: Public generic functions
translator: Public generic functions
trend: Public generic functions
trend: Public generic functions
trends/available: Public ordinary functions
trends/closest: Public ordinary functions
trends/place: Public ordinary functions
trim-whitespace: Private ordinary functions
truncated: Public generic functions
truncated: Public generic functions
tweet: Public generic functions
tweet: Public generic functions
tweets: Public generic functions
tweets: Public generic functions

U
unblock-user: Public generic functions
unblock-user: Public generic functions
unblock-user: Public generic functions
unblock-user: Public generic functions
unfavorite: Public generic functions
unfavorite: Public generic functions
unfollow-user: Public generic functions
unfollow-user: Public generic functions
unfollow-user: Public generic functions
unfollow-user: Public generic functions
unlist-user: Public generic functions
unlist-user: Public generic functions
unlist-user: Public generic functions
unlist-user: Public generic functions
unsubscribe-from-list: Public generic functions
unsubscribe-from-list: Public generic functions
up-to-status-id: Public generic functions
up-to-status-id: Public generic functions
uri: Public generic functions
uri: Public generic functions
url: Public generic functions
url: Public generic functions
url: Public generic functions
url: Public generic functions
url: Public generic functions
url: Public generic functions
url: Public generic functions
url: Public generic functions
url: Public generic functions
url: Public generic functions
url: Public generic functions
url-encode: Public ordinary functions
user: Public generic functions
user: Public generic functions
user: Public generic functions
user-id: Public generic functions
user-id: Public generic functions
user-id: Public generic functions
user-id: Public generic functions
user-id: Public generic functions
users: Public generic functions
users: Public generic functions
users: Public generic functions
users/contributees: Public ordinary functions
users/contributors: Public ordinary functions
users/lookup: Public ordinary functions
users/profile-banner: Public ordinary functions
users/report-spam: Public ordinary functions
users/search: Public ordinary functions
users/show: Public ordinary functions
users/suggestions: Public ordinary functions
users/suggestions/slug: Public ordinary functions
users/suggestions/slug/members: Public ordinary functions
utc-offset: Public generic functions
utc-offset: Public generic functions

V
valid-language-p: Public ordinary functions
verified: Public generic functions
verified: Public generic functions
version: Public generic functions
version: Public generic functions
video: Public generic functions
video: Public generic functions
visibility: Public generic functions
visibility: Public generic functions

W
want-retweets: Public generic functions
want-retweets: Public generic functions
width: Public generic functions
width: Public generic functions
width: Public generic functions
width: Public generic functions
with-replaced-entities: Public macros
withheld-copyright: Private generic functions
withheld-copyright: Private generic functions
withheld-in-countries: Public generic functions
withheld-in-countries: Public generic functions
withheld-in-countries: Public generic functions
withheld-in-countries: Public generic functions
withheld-in-countries: Public generic functions
withheld-scope: Private generic functions
withheld-scope: Private generic functions
withheld-scope: Private generic functions
woeid: Public generic functions
woeid: Public generic functions

X
xml-decode: Public ordinary functions
xml-encode: Public ordinary functions


A.3 Variables

Jump to:   %   *   +  
C   S  
Index Entry  Section

%
%address: Public classes
%all-replies: Public classes
%associated-url: Private classes
%attributes: Public classes
%author-name: Public classes
%author-url: Public classes
%avatar: Public classes
%background: Public classes
%blocking: Public classes
%bounding-box: Public classes
%cache-age: Public classes
%can-dm: Public classes
%characters-reserved-per-media: Public classes
%code: Public classes
%code: Public classes
%code: Public classes
%collection-type: Private classes
%colors: Public classes
%completed-in: Public classes
%connections: Public classes
%contained-within: Public classes
%contributors: Public classes
%contributors: Public classes
%contributors-enabled: Public classes
%control-uri: Public classes
%cookie-personalization: Public classes
%coordinates: Public classes
%coordinates: Public classes
%country: Public classes
%country-code: Public classes
%country-code: Public classes
%country-name: Public classes
%counts: Public classes
%counts: Public classes
%counts: Public classes
%created-at: Public classes
%created-at: Public classes
%created-at: Public classes
%created-at: Public classes
%created-at: Public classes
%created-at: Public classes
%data: Public classes
%data: Public classes
%default: Public classes
%description: Public classes
%description: Public classes
%display-text-range: Public classes
%display-url: Public classes
%display-url: Public classes
%dm-text-character-limit: Public classes
%email-discoverable: Public classes
%end: Public classes
%end: Public classes
%end: Public classes
%end: Public classes
%end: Public classes
%entities: Public classes
%entities: Public classes
%entities: Public classes
%events: Public classes
%expanded-url: Public classes
%expanded-url: Public classes
%expires-after-secs: Private classes
%extended-entities: Public classes
%favorited: Public classes
%filter-level: Public classes
%follow-request-sent: Public classes
%followed-by: Public classes
%following: Public classes
%following: Public classes
%following: Public classes
%for-user: Public classes
%force-https: Public classes
%friends: Public classes
%full-name: Public classes
%full-name: Public classes
%full-text: Public classes
%geo: Public classes
%geo-enabled: Public classes
%height: Public classes
%height: Public classes
%height: Public classes
%html: Public classes
%http-body: Public conditions
%http-headers: Public conditions
%http-status: Public conditions
%id: Public classes
%id: Public classes
%id: Public classes
%id: Public classes
%id: Public classes
%id: Public classes
%id: Public classes
%id: Public classes
%id: Public classes
%id: Public classes
%id: Public classes
%id: Public classes
%id: Public classes
%id: Private classes
%id: Private classes
%id-string: Private classes
%image: Private classes
%in-reply-to: Public classes
%language: Public classes
%language: Public classes
%latitude: Public classes
%limit: Public classes
%location: Public classes
%location-type: Public classes
%longitude: Public classes
%marked-spam: Public classes
%max-id: Public classes
%max-media-per-upload: Public classes
%media-type: Public classes
%media-url: Public classes
%media-url-https: Public classes
%message: Public classes
%message: Public classes
%mode: Public classes
%name: Public classes
%name: Public classes
%name: Public classes
%name: Public classes
%name: Public classes
%name: Public classes
%name: Public classes
%name: Public classes
%name: Public classes
%name: Public classes
%name: Private classes
%next-results: Public classes
%non-username-paths: Public classes
%notifications: Public classes
%notifications-enabled: Public classes
%oembed-type: Public classes
%order: Private classes
%parameter: Public conditions
%parameters: Public classes
%parent: Public classes
%photo-size-limit: Public classes
%photo-sizes: Public classes
%place: Public classes
%place-code: Public classes
%place-name: Public classes
%poly-lines: Public classes
%possibly-sensitive: Public classes
%processing-info: Private classes
%promoted-content: Public classes
%protected: Public classes
%protected: Public classes
%provider-name: Public classes
%provider-url: Public classes
%query: Public classes
%query: Public classes
%query: Public classes
%reason: Public classes
%recipient: Public classes
%refresh-url: Public classes
%remaining: Public classes
%request-method: Public classes
%reset: Public classes
%resize-method: Public classes
%result-count: Public classes
%retweeted: Public classes
%retweeted-status: Public classes
%scopes: Public classes
%screen-name: Public classes
%screen-name: Public classes
%screen-name: Public classes
%screen-name: Public classes
%search-position: Public classes
%sender: Public classes
%shape: Public classes
%short-url-length: Public classes
%short-url-length-https: Public classes
%show-inline-media: Public classes
%show-inline-media: Public classes
%since-id: Public classes
%size: Public classes
%size: Public classes
%size: Public classes
%size: Private classes
%sizes: Public classes
%sleep-time: Public classes
%sleep-time-end: Public classes
%sleep-time-start: Public classes
%slug: Public classes
%slug: Public classes
%source: Public classes
%source: Public classes
%source-status: Public classes
%start: Public classes
%start: Public classes
%start: Public classes
%start: Public classes
%start: Public classes
%status: Public classes
%status: Public classes
%stream-name: Public classes
%target: Public classes
%target-headers: Public conditions
%target-method: Public conditions
%target-object: Public classes
%target-parameters: Public conditions
%target-url: Public conditions
%text: Public classes
%text: Public classes
%text: Public classes
%text: Public classes
%time-zone: Public classes
%time-zone-info: Public classes
%time-zone-name: Public classes
%time-zone-offset: Public classes
%track: Public classes
%translator: Public classes
%trend: Public classes
%truncated: Public classes
%tweets: Private classes
%up-to-status-id: Public classes
%uri: Public classes
%url: Public classes
%url: Public classes
%url: Public classes
%url: Public classes
%url: Public classes
%url: Public classes
%url: Public classes
%url: Public classes
%url: Public classes
%url: Private classes
%user: Public classes
%user: Public classes
%user-id: Public classes
%user-id: Public classes
%user-id: Public classes
%user-id: Private classes
%users: Public classes
%users: Private classes
%utc-offset: Public classes
%verified: Public classes
%version: Public classes
%video: Private classes
%visibility: Private classes
%want-retweets: Public classes
%width: Public classes
%width: Public classes
%width: Public classes
%withheld-copyright: Public classes
%withheld-in-countries: Public classes
%withheld-in-countries: Public classes
%withheld-in-countries: Public classes
%withheld-in-countries: Public classes
%withheld-scope: Public classes
%withheld-scope: Public classes
%woeid: Public classes

*
*access-levels*: Public special variables
*account/remove-profile-banner*: Private special variables
*account/settings*: Private special variables
*account/update-profile*: Private special variables
*account/update-profile-background-image*: Private special variables
*account/update-profile-banner*: Private special variables
*account/update-profile-colors*: Private special variables
*account/update-profile-image*: Private special variables
*account/verify-credentials*: Private special variables
*application/rate-limit-status*: Private special variables
*blocks/create*: Private special variables
*blocks/destroy*: Private special variables
*blocks/ids*: Private special variables
*blocks/list*: Private special variables
*cached-access*: Public special variables
*cached-configuration*: Public special variables
*cached-languages*: Public special variables
*cached-self*: Public special variables
*collections/create*: Private special variables
*collections/destroy*: Private special variables
*collections/entries*: Private special variables
*collections/entries/add*: Private special variables
*collections/entries/curate*: Private special variables
*collections/entries/move*: Private special variables
*collections/entries/remove*: Private special variables
*collections/list*: Private special variables
*collections/show*: Private special variables
*collections/update*: Private special variables
*connection-values*: Public special variables
*direct-messages/*: Private special variables
*direct-messages/destroy*: Private special variables
*direct-messages/new*: Private special variables
*direct-messages/sent*: Private special variables
*direct-messages/show*: Private special variables
*event->class-map*: Private special variables
*external-format*: Private special variables
*favorites/create*: Private special variables
*favorites/destroy*: Private special variables
*favorites/list*: Private special variables
*followers/ids*: Private special variables
*followers/list*: Private special variables
*friends/ids*: Private special variables
*friends/list*: Private special variables
*friendships/create*: Private special variables
*friendships/destroy*: Private special variables
*friendships/incoming*: Private special variables
*friendships/lookup*: Private special variables
*friendships/no-retweets/ids*: Private special variables
*friendships/outgoing*: Private special variables
*friendships/show*: Private special variables
*friendships/update*: Private special variables
*geo/id*: Private special variables
*geo/reverse-geocode*: Private special variables
*geo/search*: Private special variables
*geo/similar-places*: Private special variables
*help/configuration*: Private special variables
*help/languages*: Private special variables
*help/privacy*: Private special variables
*help/tos*: Private special variables
*http-url-regex*: Private special variables
*https-url-regex*: Private special variables
*indentation-hints*: Private special variables
*lists/create*: Private special variables
*lists/destroy*: Private special variables
*lists/list*: Private special variables
*lists/members*: Private special variables
*lists/members/create*: Private special variables
*lists/members/create-all*: Private special variables
*lists/members/destroy*: Private special variables
*lists/members/destroy-all*: Private special variables
*lists/members/show*: Private special variables
*lists/memberships*: Private special variables
*lists/ownerships*: Private special variables
*lists/show*: Private special variables
*lists/statuses*: Private special variables
*lists/subscribers*: Private special variables
*lists/subscribers/create*: Private special variables
*lists/subscribers/destroy*: Private special variables
*lists/subscribers/show*: Private special variables
*lists/subscriptions*: Private special variables
*lists/update*: Private special variables
*media/metadata/create*: Private special variables
*media/subtitles/create*: Private special variables
*media/subtitles/delete*: Private special variables
*media/upload*: Private special variables
*month->int-map*: Private special variables
*oauth-access-secret*: Public special variables
*oauth-access-token*: Public special variables
*oauth-api-key*: Public special variables
*oauth-api-secret*: Public special variables
*oauth-signature-method*: Public special variables
*oauth-version*: Public special variables
*oauth/access-token*: Private special variables
*oauth/authenticate*: Private special variables
*oauth/authorize*: Private special variables
*oauth/request-token*: Private special variables
*saved-searches/create*: Private special variables
*saved-searches/destroy/id*: Private special variables
*saved-searches/list*: Private special variables
*saved-searches/show/id*: Private special variables
*search/tweets*: Private special variables
*server-port*: Public special variables
*statuses/destroy*: Private special variables
*statuses/home-timeline*: Private special variables
*statuses/mentions-timeline*: Private special variables
*statuses/oembed*: Private special variables
*statuses/retweet*: Private special variables
*statuses/retweeters/ids*: Private special variables
*statuses/retweets*: Private special variables
*statuses/retweets-of-me*: Private special variables
*statuses/show*: Private special variables
*statuses/update*: Private special variables
*statuses/update-with-media*: Private special variables
*statuses/user-timeline*: Private special variables
*stream/site*: Private special variables
*stream/statuses/filter*: Private special variables
*stream/statuses/firehose*: Private special variables
*stream/statuses/sample*: Private special variables
*stream/user*: Private special variables
*trends/available*: Private special variables
*trends/closest*: Private special variables
*trends/place*: Private special variables
*users/contributees*: Private special variables
*users/contributors*: Private special variables
*users/lookup*: Private special variables
*users/profile-banner*: Private special variables
*users/report-spam*: Private special variables
*users/search*: Private special variables
*users/show*: Private special variables
*users/suggestions*: Private special variables
*users/suggestions/slug*: Private special variables
*users/suggestions/slug/members*: Private special variables

+
+unix-epoch-difference+: Private constants

C
Constant, +unix-epoch-difference+: Private constants

S
Slot, %address: Public classes
Slot, %all-replies: Public classes
Slot, %associated-url: Private classes
Slot, %attributes: Public classes
Slot, %author-name: Public classes
Slot, %author-url: Public classes
Slot, %avatar: Public classes
Slot, %background: Public classes
Slot, %blocking: Public classes
Slot, %bounding-box: Public classes
Slot, %cache-age: Public classes
Slot, %can-dm: Public classes
Slot, %characters-reserved-per-media: Public classes
Slot, %code: Public classes
Slot, %code: Public classes
Slot, %code: Public classes
Slot, %collection-type: Private classes
Slot, %colors: Public classes
Slot, %completed-in: Public classes
Slot, %connections: Public classes
Slot, %contained-within: Public classes
Slot, %contributors: Public classes
Slot, %contributors: Public classes
Slot, %contributors-enabled: Public classes
Slot, %control-uri: Public classes
Slot, %cookie-personalization: Public classes
Slot, %coordinates: Public classes
Slot, %coordinates: Public classes
Slot, %country: Public classes
Slot, %country-code: Public classes
Slot, %country-code: Public classes
Slot, %country-name: Public classes
Slot, %counts: Public classes
Slot, %counts: Public classes
Slot, %counts: Public classes
Slot, %created-at: Public classes
Slot, %created-at: Public classes
Slot, %created-at: Public classes
Slot, %created-at: Public classes
Slot, %created-at: Public classes
Slot, %created-at: Public classes
Slot, %data: Public classes
Slot, %data: Public classes
Slot, %default: Public classes
Slot, %description: Public classes
Slot, %description: Public classes
Slot, %display-text-range: Public classes
Slot, %display-url: Public classes
Slot, %display-url: Public classes
Slot, %dm-text-character-limit: Public classes
Slot, %email-discoverable: Public classes
Slot, %end: Public classes
Slot, %end: Public classes
Slot, %end: Public classes
Slot, %end: Public classes
Slot, %end: Public classes
Slot, %entities: Public classes
Slot, %entities: Public classes
Slot, %entities: Public classes
Slot, %events: Public classes
Slot, %expanded-url: Public classes
Slot, %expanded-url: Public classes
Slot, %expires-after-secs: Private classes
Slot, %extended-entities: Public classes
Slot, %favorited: Public classes
Slot, %filter-level: Public classes
Slot, %follow-request-sent: Public classes
Slot, %followed-by: Public classes
Slot, %following: Public classes
Slot, %following: Public classes
Slot, %following: Public classes
Slot, %for-user: Public classes
Slot, %force-https: Public classes
Slot, %friends: Public classes
Slot, %full-name: Public classes
Slot, %full-name: Public classes
Slot, %full-text: Public classes
Slot, %geo: Public classes
Slot, %geo-enabled: Public classes
Slot, %height: Public classes
Slot, %height: Public classes
Slot, %height: Public classes
Slot, %html: Public classes
Slot, %http-body: Public conditions
Slot, %http-headers: Public conditions
Slot, %http-status: Public conditions
Slot, %id: Public classes
Slot, %id: Public classes
Slot, %id: Public classes
Slot, %id: Public classes
Slot, %id: Public classes
Slot, %id: Public classes
Slot, %id: Public classes
Slot, %id: Public classes
Slot, %id: Public classes
Slot, %id: Public classes
Slot, %id: Public classes
Slot, %id: Public classes
Slot, %id: Public classes
Slot, %id: Private classes
Slot, %id: Private classes
Slot, %id-string: Private classes
Slot, %image: Private classes
Slot, %in-reply-to: Public classes
Slot, %language: Public classes
Slot, %language: Public classes
Slot, %latitude: Public classes
Slot, %limit: Public classes
Slot, %location: Public classes
Slot, %location-type: Public classes
Slot, %longitude: Public classes
Slot, %marked-spam: Public classes
Slot, %max-id: Public classes
Slot, %max-media-per-upload: Public classes
Slot, %media-type: Public classes
Slot, %media-url: Public classes
Slot, %media-url-https: Public classes
Slot, %message: Public classes
Slot, %message: Public classes
Slot, %mode: Public classes
Slot, %name: Public classes
Slot, %name: Public classes
Slot, %name: Public classes
Slot, %name: Public classes
Slot, %name: Public classes
Slot, %name: Public classes
Slot, %name: Public classes
Slot, %name: Public classes
Slot, %name: Public classes
Slot, %name: Public classes
Slot, %name: Private classes
Slot, %next-results: Public classes
Slot, %non-username-paths: Public classes
Slot, %notifications: Public classes
Slot, %notifications-enabled: Public classes
Slot, %oembed-type: Public classes
Slot, %order: Private classes
Slot, %parameter: Public conditions
Slot, %parameters: Public classes
Slot, %parent: Public classes
Slot, %photo-size-limit: Public classes
Slot, %photo-sizes: Public classes
Slot, %place: Public classes
Slot, %place-code: Public classes
Slot, %place-name: Public classes
Slot, %poly-lines: Public classes
Slot, %possibly-sensitive: Public classes
Slot, %processing-info: Private classes
Slot, %promoted-content: Public classes
Slot, %protected: Public classes
Slot, %protected: Public classes
Slot, %provider-name: Public classes
Slot, %provider-url: Public classes
Slot, %query: Public classes
Slot, %query: Public classes
Slot, %query: Public classes
Slot, %reason: Public classes
Slot, %recipient: Public classes
Slot, %refresh-url: Public classes
Slot, %remaining: Public classes
Slot, %request-method: Public classes
Slot, %reset: Public classes
Slot, %resize-method: Public classes
Slot, %result-count: Public classes
Slot, %retweeted: Public classes
Slot, %retweeted-status: Public classes
Slot, %scopes: Public classes
Slot, %screen-name: Public classes
Slot, %screen-name: Public classes
Slot, %screen-name: Public classes
Slot, %screen-name: Public classes
Slot, %search-position: Public classes
Slot, %sender: Public classes
Slot, %shape: Public classes
Slot, %short-url-length: Public classes
Slot, %short-url-length-https: Public classes
Slot, %show-inline-media: Public classes
Slot, %show-inline-media: Public classes
Slot, %since-id: Public classes
Slot, %size: Public classes
Slot, %size: Public classes
Slot, %size: Public classes
Slot, %size: Private classes
Slot, %sizes: Public classes
Slot, %sleep-time: Public classes
Slot, %sleep-time-end: Public classes
Slot, %sleep-time-start: Public classes
Slot, %slug: Public classes
Slot, %slug: Public classes
Slot, %source: Public classes
Slot, %source: Public classes
Slot, %source-status: Public classes
Slot, %start: Public classes
Slot, %start: Public classes
Slot, %start: Public classes
Slot, %start: Public classes
Slot, %start: Public classes
Slot, %status: Public classes
Slot, %status: Public classes
Slot, %stream-name: Public classes
Slot, %target: Public classes
Slot, %target-headers: Public conditions
Slot, %target-method: Public conditions
Slot, %target-object: Public classes
Slot, %target-parameters: Public conditions
Slot, %target-url: Public conditions
Slot, %text: Public classes
Slot, %text: Public classes
Slot, %text: Public classes
Slot, %text: Public classes
Slot, %time-zone: Public classes
Slot, %time-zone-info: Public classes
Slot, %time-zone-name: Public classes
Slot, %time-zone-offset: Public classes
Slot, %track: Public classes
Slot, %translator: Public classes
Slot, %trend: Public classes
Slot, %truncated: Public classes
Slot, %tweets: Private classes
Slot, %up-to-status-id: Public classes
Slot, %uri: Public classes
Slot, %url: Public classes
Slot, %url: Public classes
Slot, %url: Public classes
Slot, %url: Public classes
Slot, %url: Public classes
Slot, %url: Public classes
Slot, %url: Public classes
Slot, %url: Public classes
Slot, %url: Public classes
Slot, %url: Private classes
Slot, %user: Public classes
Slot, %user: Public classes
Slot, %user-id: Public classes
Slot, %user-id: Public classes
Slot, %user-id: Public classes
Slot, %user-id: Private classes
Slot, %users: Public classes
Slot, %users: Private classes
Slot, %utc-offset: Public classes
Slot, %verified: Public classes
Slot, %version: Public classes
Slot, %video: Private classes
Slot, %visibility: Private classes
Slot, %want-retweets: Public classes
Slot, %width: Public classes
Slot, %width: Public classes
Slot, %width: Public classes
Slot, %withheld-copyright: Public classes
Slot, %withheld-in-countries: Public classes
Slot, %withheld-in-countries: Public classes
Slot, %withheld-in-countries: Public classes
Slot, %withheld-in-countries: Public classes
Slot, %withheld-scope: Public classes
Slot, %withheld-scope: Public classes
Slot, %woeid: Public classes
Special Variable, *access-levels*: Public special variables
Special Variable, *account/remove-profile-banner*: Private special variables
Special Variable, *account/settings*: Private special variables
Special Variable, *account/update-profile*: Private special variables
Special Variable, *account/update-profile-background-image*: Private special variables
Special Variable, *account/update-profile-banner*: Private special variables
Special Variable, *account/update-profile-colors*: Private special variables
Special Variable, *account/update-profile-image*: Private special variables
Special Variable, *account/verify-credentials*: Private special variables
Special Variable, *application/rate-limit-status*: Private special variables
Special Variable, *blocks/create*: Private special variables
Special Variable, *blocks/destroy*: Private special variables
Special Variable, *blocks/ids*: Private special variables
Special Variable, *blocks/list*: Private special variables
Special Variable, *cached-access*: Public special variables
Special Variable, *cached-configuration*: Public special variables
Special Variable, *cached-languages*: Public special variables
Special Variable, *cached-self*: Public special variables
Special Variable, *collections/create*: Private special variables
Special Variable, *collections/destroy*: Private special variables
Special Variable, *collections/entries*: Private special variables
Special Variable, *collections/entries/add*: Private special variables
Special Variable, *collections/entries/curate*: Private special variables
Special Variable, *collections/entries/move*: Private special variables
Special Variable, *collections/entries/remove*: Private special variables
Special Variable, *collections/list*: Private special variables
Special Variable, *collections/show*: Private special variables
Special Variable, *collections/update*: Private special variables
Special Variable, *connection-values*: Public special variables
Special Variable, *direct-messages/*: Private special variables
Special Variable, *direct-messages/destroy*: Private special variables
Special Variable, *direct-messages/new*: Private special variables
Special Variable, *direct-messages/sent*: Private special variables
Special Variable, *direct-messages/show*: Private special variables
Special Variable, *event->class-map*: Private special variables
Special Variable, *external-format*: Private special variables
Special Variable, *favorites/create*: Private special variables
Special Variable, *favorites/destroy*: Private special variables
Special Variable, *favorites/list*: Private special variables
Special Variable, *followers/ids*: Private special variables
Special Variable, *followers/list*: Private special variables
Special Variable, *friends/ids*: Private special variables
Special Variable, *friends/list*: Private special variables
Special Variable, *friendships/create*: Private special variables
Special Variable, *friendships/destroy*: Private special variables
Special Variable, *friendships/incoming*: Private special variables
Special Variable, *friendships/lookup*: Private special variables
Special Variable, *friendships/no-retweets/ids*: Private special variables
Special Variable, *friendships/outgoing*: Private special variables
Special Variable, *friendships/show*: Private special variables
Special Variable, *friendships/update*: Private special variables
Special Variable, *geo/id*: Private special variables
Special Variable, *geo/reverse-geocode*: Private special variables
Special Variable, *geo/search*: Private special variables
Special Variable, *geo/similar-places*: Private special variables
Special Variable, *help/configuration*: Private special variables
Special Variable, *help/languages*: Private special variables
Special Variable, *help/privacy*: Private special variables
Special Variable, *help/tos*: Private special variables
Special Variable, *http-url-regex*: Private special variables
Special Variable, *https-url-regex*: Private special variables
Special Variable, *indentation-hints*: Private special variables
Special Variable, *lists/create*: Private special variables
Special Variable, *lists/destroy*: Private special variables
Special Variable, *lists/list*: Private special variables
Special Variable, *lists/members*: Private special variables
Special Variable, *lists/members/create*: Private special variables
Special Variable, *lists/members/create-all*: Private special variables
Special Variable, *lists/members/destroy*: Private special variables
Special Variable, *lists/members/destroy-all*: Private special variables
Special Variable, *lists/members/show*: Private special variables
Special Variable, *lists/memberships*: Private special variables
Special Variable, *lists/ownerships*: Private special variables
Special Variable, *lists/show*: Private special variables
Special Variable, *lists/statuses*: Private special variables
Special Variable, *lists/subscribers*: Private special variables
Special Variable, *lists/subscribers/create*: Private special variables
Special Variable, *lists/subscribers/destroy*: Private special variables
Special Variable, *lists/subscribers/show*: Private special variables
Special Variable, *lists/subscriptions*: Private special variables
Special Variable, *lists/update*: Private special variables
Special Variable, *media/metadata/create*: Private special variables
Special Variable, *media/subtitles/create*: Private special variables
Special Variable, *media/subtitles/delete*: Private special variables
Special Variable, *media/upload*: Private special variables
Special Variable, *month->int-map*: Private special variables
Special Variable, *oauth-access-secret*: Public special variables
Special Variable, *oauth-access-token*: Public special variables
Special Variable, *oauth-api-key*: Public special variables
Special Variable, *oauth-api-secret*: Public special variables
Special Variable, *oauth-signature-method*: Public special variables
Special Variable, *oauth-version*: Public special variables
Special Variable, *oauth/access-token*: Private special variables
Special Variable, *oauth/authenticate*: Private special variables
Special Variable, *oauth/authorize*: Private special variables
Special Variable, *oauth/request-token*: Private special variables
Special Variable, *saved-searches/create*: Private special variables
Special Variable, *saved-searches/destroy/id*: Private special variables
Special Variable, *saved-searches/list*: Private special variables
Special Variable, *saved-searches/show/id*: Private special variables
Special Variable, *search/tweets*: Private special variables
Special Variable, *server-port*: Public special variables
Special Variable, *statuses/destroy*: Private special variables
Special Variable, *statuses/home-timeline*: Private special variables
Special Variable, *statuses/mentions-timeline*: Private special variables
Special Variable, *statuses/oembed*: Private special variables
Special Variable, *statuses/retweet*: Private special variables
Special Variable, *statuses/retweeters/ids*: Private special variables
Special Variable, *statuses/retweets*: Private special variables
Special Variable, *statuses/retweets-of-me*: Private special variables
Special Variable, *statuses/show*: Private special variables
Special Variable, *statuses/update*: Private special variables
Special Variable, *statuses/update-with-media*: Private special variables
Special Variable, *statuses/user-timeline*: Private special variables
Special Variable, *stream/site*: Private special variables
Special Variable, *stream/statuses/filter*: Private special variables
Special Variable, *stream/statuses/firehose*: Private special variables
Special Variable, *stream/statuses/sample*: Private special variables
Special Variable, *stream/user*: Private special variables
Special Variable, *trends/available*: Private special variables
Special Variable, *trends/closest*: Private special variables
Special Variable, *trends/place*: Private special variables
Special Variable, *users/contributees*: Private special variables
Special Variable, *users/contributors*: Private special variables
Special Variable, *users/lookup*: Private special variables
Special Variable, *users/profile-banner*: Private special variables
Special Variable, *users/report-spam*: Private special variables
Special Variable, *users/search*: Private special variables
Special Variable, *users/show*: Private special variables
Special Variable, *users/suggestions*: Private special variables
Special Variable, *users/suggestions/slug*: Private special variables
Special Variable, *users/suggestions/slug/members*: Private special variables


A.4 Data types

Jump to:   A   B   C   D   E   F   G   H   I   L   M   O   P   R   S   T   U  
Index Entry  Section

A
account.lisp: The chirp-core/account․lisp file

B
banner: Public classes
blocks.lisp: The chirp-core/blocks․lisp file

C
chirp: The chirp system
chirp: The chirp package
chirp-api: The chirp-api package
chirp-core: The chirp-core system
chirp-core.asd: The chirp-core/chirp-core․asd file
chirp-drakma: The chirp-drakma system
chirp-drakma.asd: The chirp-drakma/chirp-drakma․asd file
chirp-extra: The chirp-extra package
chirp-objects: The chirp-objects package
chirp.asd: The chirp/chirp․asd file
Class, banner: Public classes
Class, collection: Private classes
Class, configuration: Public classes
Class, cursor: Public classes
Class, direct-message: Public classes
Class, entity: Public classes
Class, event-access-revoked: Public classes
Class, event-block: Public classes
Class, event-favorite: Public classes
Class, event-follow: Public classes
Class, event-list-create: Public classes
Class, event-list-destroy: Public classes
Class, event-list-member-add: Public classes
Class, event-list-member-remove: Public classes
Class, event-list-update: Public classes
Class, event-list-user-subscribe: Public classes
Class, event-list-user-unsubscribe: Public classes
Class, event-unblock: Public classes
Class, event-unfavorite: Public classes
Class, event-unfollow: Public classes
Class, event-unknown: Public classes
Class, event-user-update: Public classes
Class, geometry: Public classes
Class, hashtag: Public classes
Class, language: Public classes
Class, location: Public classes
Class, media: Public classes
Class, media-object: Private classes
Class, mention: Public classes
Class, message: Public classes
Class, oembed: Public classes
Class, relationship: Public classes
Class, resource: Public classes
Class, saved-search: Public classes
Class, search-metadata: Public classes
Class, settings: Public classes
Class, size: Public classes
Class, slug: Public classes
Class, status: Public classes
Class, stream-control: Public classes
Class, stream-delete: Public classes
Class, stream-disconnect: Public classes
Class, stream-envelope: Public classes
Class, stream-event: Public classes
Class, stream-friends: Public classes
Class, stream-limit: Public classes
Class, stream-scrub-geo: Public classes
Class, stream-status-withheld: Public classes
Class, stream-unknown: Public classes
Class, stream-user-withheld: Public classes
Class, stream-warning: Public classes
Class, t-symbol: Public classes
Class, trend: Public classes
Class, trend-location: Public classes
Class, url: Public classes
Class, user: Public classes
Class, user-list: Public classes
collection: Private classes
collections.lisp: The chirp-core/collections․lisp file
Condition, oauth-error: Public conditions
Condition, oauth-parameter-missing: Public conditions
Condition, oauth-request-error: Public conditions
configuration: Public classes
cursor: Public classes
cursor.lisp: The chirp-core/cursor․lisp file

D
direct-message: Public classes
direct-messages.lisp: The chirp-core/direct-messages․lisp file
drakma.lisp: The chirp-drakma/drakma․lisp file

E
entities.lisp: The chirp-core/entities․lisp file
entity: Public classes
event-access-revoked: Public classes
event-block: Public classes
event-favorite: Public classes
event-follow: Public classes
event-list-create: Public classes
event-list-destroy: Public classes
event-list-member-add: Public classes
event-list-member-remove: Public classes
event-list-update: Public classes
event-list-user-subscribe: Public classes
event-list-user-unsubscribe: Public classes
event-unblock: Public classes
event-unfavorite: Public classes
event-unfollow: Public classes
event-unknown: Public classes
event-user-update: Public classes

F
favorites.lisp: The chirp-core/favorites․lisp file
File, account.lisp: The chirp-core/account․lisp file
File, blocks.lisp: The chirp-core/blocks․lisp file
File, chirp-core.asd: The chirp-core/chirp-core․asd file
File, chirp-drakma.asd: The chirp-drakma/chirp-drakma․asd file
File, chirp.asd: The chirp/chirp․asd file
File, collections.lisp: The chirp-core/collections․lisp file
File, cursor.lisp: The chirp-core/cursor․lisp file
File, direct-messages.lisp: The chirp-core/direct-messages․lisp file
File, drakma.lisp: The chirp-drakma/drakma․lisp file
File, entities.lisp: The chirp-core/entities․lisp file
File, favorites.lisp: The chirp-core/favorites․lisp file
File, friends.lisp: The chirp-core/friends․lisp file
File, generics.lisp: The chirp-core/generics․lisp file
File, help.lisp: The chirp-core/help․lisp file
File, indent.lisp: The chirp-core/indent․lisp file
File, lists.lisp: The chirp-core/lists․lisp file
File, location.lisp: The chirp-core/location․lisp file
File, media.lisp: The chirp-core/media․lisp file
File, oauth.lisp: The chirp-core/oauth․lisp file
File, package.lisp: The chirp-core/package․lisp file
File, saved-searches.lisp: The chirp-core/saved-searches․lisp file
File, search.lisp: The chirp-core/search․lisp file
File, statuses.lisp: The chirp-core/statuses․lisp file
File, stream.lisp: The chirp-core/stream․lisp file
File, suggestions.lisp: The chirp-core/suggestions․lisp file
File, timelines.lisp: The chirp-core/timelines․lisp file
File, toolkit.lisp: The chirp-core/toolkit․lisp file
File, trends.lisp: The chirp-core/trends․lisp file
File, user.lisp: The chirp-core/user․lisp file
friends.lisp: The chirp-core/friends․lisp file

G
generics.lisp: The chirp-core/generics․lisp file
geometry: Public classes

H
hashtag: Public classes
help.lisp: The chirp-core/help․lisp file

I
indent.lisp: The chirp-core/indent․lisp file

L
language: Public classes
lists.lisp: The chirp-core/lists․lisp file
location: Public classes
location.lisp: The chirp-core/location․lisp file

M
media: Public classes
media-object: Private classes
media.lisp: The chirp-core/media․lisp file
mention: Public classes
message: Public classes

O
oauth-error: Public conditions
oauth-parameter-missing: Public conditions
oauth-request-error: Public conditions
oauth.lisp: The chirp-core/oauth․lisp file
oembed: Public classes

P
Package, chirp: The chirp package
Package, chirp-api: The chirp-api package
Package, chirp-extra: The chirp-extra package
Package, chirp-objects: The chirp-objects package
package.lisp: The chirp-core/package․lisp file

R
relationship: Public classes
resource: Public classes

S
saved-search: Public classes
saved-searches.lisp: The chirp-core/saved-searches․lisp file
search-metadata: Public classes
search.lisp: The chirp-core/search․lisp file
settings: Public classes
size: Public classes
slug: Public classes
status: Public classes
statuses.lisp: The chirp-core/statuses․lisp file
stream-control: Public classes
stream-delete: Public classes
stream-disconnect: Public classes
stream-envelope: Public classes
stream-event: Public classes
stream-friends: Public classes
stream-limit: Public classes
stream-scrub-geo: Public classes
stream-status-withheld: Public classes
stream-unknown: Public classes
stream-user-withheld: Public classes
stream-warning: Public classes
stream.lisp: The chirp-core/stream․lisp file
suggestions.lisp: The chirp-core/suggestions․lisp file
System, chirp: The chirp system
System, chirp-core: The chirp-core system
System, chirp-drakma: The chirp-drakma system

T
t-symbol: Public classes
timelines.lisp: The chirp-core/timelines․lisp file
toolkit.lisp: The chirp-core/toolkit․lisp file
trend: Public classes
trend-location: Public classes
trends.lisp: The chirp-core/trends․lisp file

U
url: Public classes
user: Public classes
user-list: Public classes
user.lisp: The chirp-core/user․lisp file