The cl-twitter Reference Manual

This is the cl-twitter Reference Manual, version 0.5, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 15:48:51 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 cl-twitter

An interface to Twitter

Maintainer

Fons Haffmans

Author

Ian Eslick

License

LLGPL

Version

0.5

Dependencies
  • cl-json (system).
  • trivial-http (system).
  • drakma (system).
  • anaphora (system).
  • cl-ppcre (system).
  • closer-mop (system).
  • cl-oauth (system).
  • url-rewrite (system).
Source

cl-twitter.asd.

Child Component

api (module).


3 Modules

Modules are listed depth-first from the system components tree.


4 Files

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


4.1 Lisp


4.1.1 cl-twitter/cl-twitter.asd

Source

cl-twitter.asd.

Parent Component

cl-twitter (system).

ASDF Systems

cl-twitter.

Packages

cl-twitter-asd.


4.1.2 cl-twitter/api/package.lisp

Source

cl-twitter.asd.

Parent Component

api (module).

Packages

twitter.


4.1.3 cl-twitter/api/twitter-vars.lisp

Dependency

package.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface

*http-request-function* (special variable).

Internals

4.1.4 cl-twitter/api/utils.lisp

Dependency

twitter-vars.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface
Internals

4.1.5 cl-twitter/api/twitter-macro.lisp

Dependency

utils.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface
Internals

4.1.6 cl-twitter/api/url-shortners.lisp

Dependency

twitter-macro.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface

get-tinyurl (function).

Internals

4.1.7 cl-twitter/api/commands.lisp

Dependency

url-shortners.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface
Internals

4.1.8 cl-twitter/api/elements.lisp

Dependency

commands.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface
Internals

4.1.9 cl-twitter/api/dictionary.lisp

Dependency

elements.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).


4.1.10 cl-twitter/api/conditions.lisp

Dependency

dictionary.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface
Internals

4.1.11 cl-twitter/api/twitter-op.lisp

Dependency

conditions.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface

twitter-op (method).

Internals

4.1.12 cl-twitter/api/twitter-user.lisp

Dependency

twitter-op.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface
Internals

4.1.13 cl-twitter/api/twitter-tweet-status.lisp

Dependency

twitter-user.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface
Internals

4.1.14 cl-twitter/api/twitter-application.lisp

Dependency

twitter-tweet-status.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface
Internals

4.1.15 cl-twitter/api/twitter-entity.lisp

Dependency

twitter-application.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface
Internals

4.1.16 cl-twitter/api/twitter-timeline.lisp

Dependency

twitter-entity.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface
Internals

4.1.17 cl-twitter/api/twitter-trends.lisp

Dependency

twitter-timeline.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface
Internals

4.1.18 cl-twitter/api/twitter-social-graph.lisp

Dependency

twitter-trends.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface
Internals

4.1.19 cl-twitter/api/twitter-account.lisp

Dependency

twitter-social-graph.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface
Internals

4.1.20 cl-twitter/api/twitter-blocks.lisp

Dependency

twitter-account.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface

print-object (method).

Internals

4.1.21 cl-twitter/api/twitter-messages.lisp

Dependency

twitter-blocks.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface
Internals

4.1.22 cl-twitter/api/twitter-friendship.lisp

Dependency

twitter-messages.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface
Internals

4.1.23 cl-twitter/api/twitter-favorites.lisp

Dependency

twitter-friendship.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface
Internals

4.1.24 cl-twitter/api/twitter-saved-searches.lisp

Dependency

twitter-favorites.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface
Internals

4.1.25 cl-twitter/api/twitter-search.lisp

Dependency

twitter-saved-searches.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface
Internals

4.1.26 cl-twitter/api/twitter-notifications.lisp

Dependency

twitter-search.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface

4.1.27 cl-twitter/api/twitter-lists.lisp

Dependency

twitter-notifications.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface
Internals

4.1.28 cl-twitter/api/twitter-list-members.lisp

Dependency

twitter-lists.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface

collect-user-list-members (function).

Internals

4.1.29 cl-twitter/api/twitter-list-subscribers.lisp

Dependency

twitter-list-members.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Internals

4.1.30 cl-twitter/api/twitter-miscellaneous.lisp

Dependency

twitter-list-subscribers.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface

4.1.31 cl-twitter/api/twitter-geo.lisp

Dependency

twitter-miscellaneous.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface
Internals

4.1.32 cl-twitter/api/twitter-generic-lookup.lisp

Dependency

twitter-geo.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Internals

4.1.33 cl-twitter/api/twitter-show.lisp

Dependency

twitter-generic-lookup.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface

show (generic function).

Internals

*seperator* (special variable).


4.1.34 cl-twitter/api/twitter-db.lisp

Dependency

twitter-show.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface
Internals

4.1.35 cl-twitter/api/twitter-cache.lisp

Dependency

twitter-db.lisp (file).

Source

cl-twitter.asd.

Parent Component

api (module).

Public Interface
Internals

5 Packages

Packages are listed by definition order.


5.1 twitter

Source

package.lisp.

Nicknames
  • cl-twitter
  • twit
Use List
  • anaphora.
  • common-lisp.
  • drakma.
  • json.
Public Interface
Internals

5.2 cl-twitter-asd

Source

cl-twitter.asd.

Use List
  • asdf/interface.
  • common-lisp.

6 Definitions

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


6.1 Public Interface


6.1.1 Special variables

Special Variable: *http-request-function*

Function used to make HTTP requests. Must conform exactly to Drakma’s specifications.

Package

twitter.

Source

twitter-vars.lisp.

Special Variable: *twitter-user*

The authenticated user

Package

twitter.

Source

elements.lisp.


6.1.2 Macros

Macro: map-reduce-cache (collection &key map reduce)
Package

twitter.

Source

twitter-cache.lisp.

Macro: use-cache ()
Package

twitter.

Source

twitter-cache.lisp.

Macro: with-cursor ((&key max collector skip extractor controller test cursor) &rest body)
Package

twitter.

Source

twitter-macro.lisp.

Macro: with-paging ((&key max max-pages collector skip controller test) &rest body)
Package

twitter.

Source

twitter-macro.lisp.


6.1.3 Ordinary functions

Function: collect-user-list-members (list-owner list-id &key max skip)
Package

twitter.

Source

twitter-list-members.lisp.

Function: command-help (&optional command-name)

Interactive printing of command arguments

Package

twitter.

Source

commands.lisp.

Function: default-file-path (dirname filename)
Package

twitter.

Source

utils.lisp.

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

twitter.

Source

twitter-messages.lisp.

Function: do-search (query &key lang locale count since-id until geocode result-type max-id include-entities)
Package

twitter.

Source

twitter-search.lisp.

Function: do-user-search (q &key max skip container)
Package

twitter.

Source

twitter-user.lisp.

Function: drop-cache (type)
Package

twitter.

Source

twitter-cache.lisp.

Function: element-help (type)
Package

twitter.

Source

elements.lisp.

Function: end-session ()
Package

twitter.

Source

twitter-account.lisp.

Function: favor-tweet (tweet)
Package

twitter.

Source

twitter-favorites.lisp.

Function: follow (screen-name)
Package

twitter.

Source

twitter-friendship.lisp.

Function: follow-notification (screen-name &key user-id include-entities)
Package

twitter.

Source

twitter-notifications.lisp.

Function: geo-print-places (result)
Package

twitter.

Source

twitter-geo.lisp.

Function: geo-reverse-geocode (lat long &rest args &key granularity max-results ip accuracy contained-within)
Package

twitter.

Source

twitter-geo.lisp.

Function: geo-search (&key lat long query granularity max-results ip accuracy contained-within attribute->street_address)
Package

twitter.

Source

twitter-geo.lisp.

Function: geo-token (result)
Package

twitter.

Source

twitter-geo.lisp.

Function: get-tinyurl (url)

Get a TinyURL for the given URL. Uses the TinyURL API service. (c) by Chaitanaya Gupta via cl-twit

Package

twitter.

Source

url-shortners.lisp.

Function: get-user (ref)
Package

twitter.

Source

twitter-user.lisp.

Function: home-timeline (&key since-id max-id count trim-user exclude-replies contributer-details include-entities)
Package

twitter.

Source

twitter-timeline.lisp.

Function: leave-notification (screen-name &key user-id include-entities)
Package

twitter.

Source

twitter-notifications.lisp.

Function: list-commands ()
Package

twitter.

Source

commands.lisp.

Function: mentions-timeline (&key since-id max-id count trim-user contributer-details include-entities)
Package

twitter.

Source

twitter-timeline.lisp.

Function: print-geo-place (ref)
Package

twitter.

Source

twitter-geo.lisp.

Function: rate-limit-status ()
Package

twitter.

Source

twitter-account.lisp.

Function: read-cache-spec ()
Package

twitter.

Source

twitter-cache.lisp.

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

twitter.

Source

twitter-user.lisp.

Function: retweets-of-me (&key since-id max-id count trim-user include-entities include-user-entities)
Package

twitter.

Source

twitter-timeline.lisp.

Function: show-user (screen-name &key include-entities)
Package

twitter.

Source

twitter-user.lisp.

Function: show-user-by-id (user-id &key include-entities)
Package

twitter.

Source

twitter-user.lisp.

Function: twitter-oauth-uri (method)
Package

twitter.

Source

utils.lisp.

Function: twitter-privacy ()
Package

twitter.

Source

twitter-miscellaneous.lisp.

Function: twitter-terms-of-service ()
Package

twitter.

Source

twitter-miscellaneous.lisp.

Function: twitter-test ()
Package

twitter.

Source

twitter-miscellaneous.lisp.

Function: unfavor-tweet (tweet)
Package

twitter.

Source

twitter-favorites.lisp.

Function: unfollow (screen-name)
Package

twitter.

Source

twitter-friendship.lisp.

Function: update-profile-colors (&key profile-background-color profile-text-color profile-link-color profile-sidebar-fill-color profile-sidebar-border-color include_entities)
Package

twitter.

Source

twitter-account.lisp.

Function: use-db (driver-package &key spec tag)
Package

twitter.

Source

twitter-db.lisp.

Function: user-timeline (screen-name &key since-id max-id count trim-user exclude-replies contributer-details include-rts)
Package

twitter.

Source

twitter-timeline.lisp.

Function: verify-credentials (&key include-entities skip-status include-email)
Package

twitter.

Source

twitter-account.lisp.

Function: write-cache-spec (args &key supersede)
Package

twitter.

Source

twitter-cache.lisp.


6.1.4 Generic functions

Generic Function: cache-map-reduce (collection map-fn reduce-fn &key from-end initial-value collect)
Package

twitter.

Source

twitter-cache.lisp.

Methods
Method: cache-map-reduce ((collection symbol) (map-fn function) (reduce-fn function) &key from-end initial-value)
Method: cache-map-reduce ((collection symbol) (map-fn function) (reduce-fn (eql nil)) &key collect)
Method: cache-map-reduce ((collection symbol) (map-fn (eql nil)) (reduce-fn (eql nil)) &key collect)
Generic Function: caches ()
Package

twitter.

Methods
Method: caches ()
Source

twitter-cache.lisp.

Generic Reader: cursor-user-lists-id (object)
Package

twitter.

Methods
Reader Method: cursor-user-lists-id ((cursor-user-lists cursor-user-lists))

automatically generated reader method

Source

twitter-lists.lisp.

Target Slot

id.

Generic Writer: (setf cursor-user-lists-id) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-user-lists-id) ((cursor-user-lists cursor-user-lists))

automatically generated writer method

Source

twitter-lists.lisp.

Target Slot

id.

Generic Reader: cursor-user-lists-lists (object)
Package

twitter.

Methods
Reader Method: cursor-user-lists-lists ((cursor-user-lists cursor-user-lists))

automatically generated reader method

Source

twitter-lists.lisp.

Target Slot

lists.

Generic Writer: (setf cursor-user-lists-lists) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-user-lists-lists) ((cursor-user-lists cursor-user-lists))

automatically generated writer method

Source

twitter-lists.lisp.

Target Slot

lists.

Generic Reader: cursor-user-lists-next-cursor (object)
Package

twitter.

Methods
Reader Method: cursor-user-lists-next-cursor ((cursor-user-lists cursor-user-lists))

automatically generated reader method

Source

twitter-lists.lisp.

Target Slot

next-cursor.

Generic Writer: (setf cursor-user-lists-next-cursor) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-user-lists-next-cursor) ((cursor-user-lists cursor-user-lists))

automatically generated writer method

Source

twitter-lists.lisp.

Target Slot

next-cursor.

Generic Reader: cursor-user-lists-next-cursor-str (object)
Package

twitter.

Methods
Reader Method: cursor-user-lists-next-cursor-str ((cursor-user-lists cursor-user-lists))

automatically generated reader method

Source

twitter-lists.lisp.

Target Slot

next-cursor-str.

Generic Writer: (setf cursor-user-lists-next-cursor-str) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-user-lists-next-cursor-str) ((cursor-user-lists cursor-user-lists))

automatically generated writer method

Source

twitter-lists.lisp.

Target Slot

next-cursor-str.

Generic Reader: cursor-user-lists-previous-cursor (object)
Package

twitter.

Methods
Reader Method: cursor-user-lists-previous-cursor ((cursor-user-lists cursor-user-lists))

automatically generated reader method

Source

twitter-lists.lisp.

Target Slot

previous-cursor.

Generic Writer: (setf cursor-user-lists-previous-cursor) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-user-lists-previous-cursor) ((cursor-user-lists cursor-user-lists))

automatically generated writer method

Source

twitter-lists.lisp.

Target Slot

previous-cursor.

Generic Reader: cursor-user-lists-previous-cursor-str (object)
Package

twitter.

Methods
Reader Method: cursor-user-lists-previous-cursor-str ((cursor-user-lists cursor-user-lists))

automatically generated reader method

Source

twitter-lists.lisp.

Target Slot

previous-cursor-str.

Generic Writer: (setf cursor-user-lists-previous-cursor-str) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-user-lists-previous-cursor-str) ((cursor-user-lists cursor-user-lists))

automatically generated writer method

Source

twitter-lists.lisp.

Target Slot

previous-cursor-str.

Generic Function: db-initialize (&rest args)
Package

twitter.

Source

twitter-db.lisp.

Methods
Method: db-initialize (&rest args)
Generic Function: db-map-reduce (collection map-fn reduce-fn &key)
Package

twitter.

Source

twitter-db.lisp.

Methods
Method: db-map-reduce (collection (map-fn function) (reduce-fn function) &key)
Generic Function: db-shutdown (&rest args)
Package

twitter.

Source

twitter-db.lisp.

Methods
Method: db-shutdown (&rest args)
Generic Function: db-status (&rest args)
Package

twitter.

Source

twitter-db.lisp.

Methods
Method: db-status (&rest args)
Generic Function: db-store-object (collection lisprec)
Package

twitter.

Source

twitter-db.lisp.

Methods
Method: db-store-object (collection lisprec)
Generic Function: delete-message (message)
Package

twitter.

Methods
Method: delete-message ((message twitter-message))
Source

twitter-messages.lisp.

Generic Function: delete-tweet (tweet-id &key trim-user)
Package

twitter.

Methods
Method: delete-tweet ((tweet tweet) &key trim-user)
Source

twitter-tweet-status.lisp.

Method: delete-tweet ((tweet-id integer) &key trim-user)
Source

twitter-tweet-status.lisp.

Generic Reader: end-session-error (object)
Package

twitter.

Methods
Reader Method: end-session-error ((end-session end-session))

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

error.

Generic Writer: (setf end-session-error) (object)
Package

twitter.

Methods
Writer Method: (setf end-session-error) ((end-session end-session))

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

error.

Generic Reader: end-session-request (object)
Package

twitter.

Methods
Reader Method: end-session-request ((end-session end-session))

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

request.

Generic Writer: (setf end-session-request) (object)
Package

twitter.

Methods
Writer Method: (setf end-session-request) ((end-session end-session))

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

request.

Generic Function: entity-hashtags (tweet)
Package

twitter.

Methods
Method: entity-hashtags ((tweet tweet))
Source

twitter-entity.lisp.

Generic Function: entity-media (tweet)
Package

twitter.

Methods
Method: entity-media ((tweet tweet))
Source

twitter-entity.lisp.

Generic Function: entity-urls (tweet)
Package

twitter.

Methods
Method: entity-urls ((tweet tweet))
Source

twitter-entity.lisp.

Generic Function: entity-user-mentions (tweet)
Package

twitter.

Methods
Method: entity-user-mentions ((tweet tweet))
Source

twitter-entity.lisp.

Generic Reader: geo-bounding-box-coordinates (object)
Package

twitter.

Methods
Reader Method: geo-bounding-box-coordinates ((geo-bounding-box geo-bounding-box))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

coordinates.

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

twitter.

Methods
Writer Method: (setf geo-bounding-box-coordinates) ((geo-bounding-box geo-bounding-box))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

coordinates.

Generic Reader: geo-bounding-box-id (object)
Package

twitter.

Methods
Reader Method: geo-bounding-box-id ((geo-bounding-box geo-bounding-box))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

id.

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

twitter.

Methods
Writer Method: (setf geo-bounding-box-id) ((geo-bounding-box geo-bounding-box))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

id.

Generic Reader: geo-bounding-box-type (object)
Package

twitter.

Methods
Reader Method: geo-bounding-box-type ((geo-bounding-box geo-bounding-box))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

type.

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

twitter.

Methods
Writer Method: (setf geo-bounding-box-type) ((geo-bounding-box geo-bounding-box))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

type.

Generic Reader: geo-coordinate-id (object)
Package

twitter.

Methods
Reader Method: geo-coordinate-id ((geo-coordinate geo-coordinate))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

id.

Generic Writer: (setf geo-coordinate-id) (object)
Package

twitter.

Methods
Writer Method: (setf geo-coordinate-id) ((geo-coordinate geo-coordinate))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

id.

Generic Reader: geo-coordinate-lat (object)
Package

twitter.

Methods
Reader Method: geo-coordinate-lat ((geo-coordinate geo-coordinate))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

lat.

Generic Writer: (setf geo-coordinate-lat) (object)
Package

twitter.

Methods
Writer Method: (setf geo-coordinate-lat) ((geo-coordinate geo-coordinate))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

lat.

Generic Reader: geo-coordinate-long (object)
Package

twitter.

Methods
Reader Method: geo-coordinate-long ((geo-coordinate geo-coordinate))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

long.

Generic Writer: (setf geo-coordinate-long) (object)
Package

twitter.

Methods
Writer Method: (setf geo-coordinate-long) ((geo-coordinate geo-coordinate))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

long.

Generic Reader: geo-place-attributes (object)
Package

twitter.

Methods
Reader Method: geo-place-attributes ((geo-place geo-place))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

attributes.

Generic Writer: (setf geo-place-attributes) (object)
Package

twitter.

Methods
Writer Method: (setf geo-place-attributes) ((geo-place geo-place))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

attributes.

Generic Reader: geo-place-bounding-box (object)
Package

twitter.

Methods
Reader Method: geo-place-bounding-box ((geo-place geo-place))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

bounding-box.

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

twitter.

Methods
Writer Method: (setf geo-place-bounding-box) ((geo-place geo-place))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

bounding-box.

Generic Reader: geo-place-code (object)
Package

twitter.

Methods
Reader Method: geo-place-code ((geo-place geo-place))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

code.

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

twitter.

Methods
Writer Method: (setf geo-place-code) ((geo-place geo-place))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

code.

Generic Reader: geo-place-contained-within (object)
Package

twitter.

Methods
Reader Method: geo-place-contained-within ((geo-place geo-place))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

contained-within.

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

twitter.

Methods
Writer Method: (setf geo-place-contained-within) ((geo-place geo-place))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

contained-within.

Generic Reader: geo-place-country (object)
Package

twitter.

Methods
Reader Method: geo-place-country ((geo-place geo-place))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

country.

Generic Writer: (setf geo-place-country) (object)
Package

twitter.

Methods
Writer Method: (setf geo-place-country) ((geo-place geo-place))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

country.

Generic Reader: geo-place-country-code (object)
Package

twitter.

Methods
Reader Method: geo-place-country-code ((geo-place geo-place))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

country-code.

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

twitter.

Methods
Writer Method: (setf geo-place-country-code) ((geo-place geo-place))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

country-code.

Generic Reader: geo-place-full-name (object)
Package

twitter.

Methods
Reader Method: geo-place-full-name ((geo-place geo-place))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

full-name.

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

twitter.

Methods
Writer Method: (setf geo-place-full-name) ((geo-place geo-place))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

full-name.

Generic Reader: geo-place-geometry (object)
Package

twitter.

Methods
Reader Method: geo-place-geometry ((geo-place geo-place))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

geometry.

Generic Writer: (setf geo-place-geometry) (object)
Package

twitter.

Methods
Writer Method: (setf geo-place-geometry) ((geo-place geo-place))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

geometry.

Generic Reader: geo-place-id (object)
Package

twitter.

Methods
Reader Method: geo-place-id ((geo-place geo-place))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

id.

Generic Writer: (setf geo-place-id) (object)
Package

twitter.

Methods
Writer Method: (setf geo-place-id) ((geo-place geo-place))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

id.

Generic Reader: geo-place-name (object)
Package

twitter.

Methods
Reader Method: geo-place-name ((geo-place geo-place))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

name.

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

twitter.

Methods
Writer Method: (setf geo-place-name) ((geo-place geo-place))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

name.

Generic Reader: geo-place-place-type (object)
Package

twitter.

Methods
Reader Method: geo-place-place-type ((geo-place geo-place))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

place-type.

Generic Writer: (setf geo-place-place-type) (object)
Package

twitter.

Methods
Writer Method: (setf geo-place-place-type) ((geo-place geo-place))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

place-type.

Generic Reader: geo-place-polylines (object)
Package

twitter.

Methods
Reader Method: geo-place-polylines ((geo-place geo-place))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

polylines.

Generic Writer: (setf geo-place-polylines) (object)
Package

twitter.

Methods
Writer Method: (setf geo-place-polylines) ((geo-place geo-place))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

polylines.

Generic Reader: geo-place-url (object)
Package

twitter.

Methods
Reader Method: geo-place-url ((geo-place geo-place))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

url.

Generic Writer: (setf geo-place-url) (object)
Package

twitter.

Methods
Writer Method: (setf geo-place-url) ((geo-place geo-place))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

url.

Generic Reader: geo-places-id (object)
Package

twitter.

Methods
Reader Method: geo-places-id ((geo-places geo-places))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

id.

Generic Writer: (setf geo-places-id) (object)
Package

twitter.

Methods
Writer Method: (setf geo-places-id) ((geo-places geo-places))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

id.

Generic Reader: geo-places-places (object)
Package

twitter.

Methods
Reader Method: geo-places-places ((geo-places geo-places))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

places.

Generic Writer: (setf geo-places-places) (object)
Package

twitter.

Methods
Writer Method: (setf geo-places-places) ((geo-places geo-places))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

places.

Generic Reader: geo-places-token (object)
Package

twitter.

Methods
Reader Method: geo-places-token ((geo-places geo-places))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

token.

Generic Writer: (setf geo-places-token) (object)
Package

twitter.

Methods
Writer Method: (setf geo-places-token) ((geo-places geo-places))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

token.

Generic Reader: geo-query-id (object)
Package

twitter.

Methods
Reader Method: geo-query-id ((geo-query geo-query))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

id.

Generic Writer: (setf geo-query-id) (object)
Package

twitter.

Methods
Writer Method: (setf geo-query-id) ((geo-query geo-query))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

id.

Generic Reader: geo-query-params (object)
Package

twitter.

Methods
Reader Method: geo-query-params ((geo-query geo-query))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

params.

Generic Writer: (setf geo-query-params) (object)
Package

twitter.

Methods
Writer Method: (setf geo-query-params) ((geo-query geo-query))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

params.

Generic Reader: geo-query-type (object)
Package

twitter.

Methods
Reader Method: geo-query-type ((geo-query geo-query))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

type.

Generic Writer: (setf geo-query-type) (object)
Package

twitter.

Methods
Writer Method: (setf geo-query-type) ((geo-query geo-query))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

type.

Generic Reader: geo-query-url (object)
Package

twitter.

Methods
Reader Method: geo-query-url ((geo-query geo-query))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

url.

Generic Writer: (setf geo-query-url) (object)
Package

twitter.

Methods
Writer Method: (setf geo-query-url) ((geo-query geo-query))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

url.

Generic Reader: geo-result-id (object)
Package

twitter.

Methods
Reader Method: geo-result-id ((geo-result geo-result))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

id.

Generic Writer: (setf geo-result-id) (object)
Package

twitter.

Methods
Writer Method: (setf geo-result-id) ((geo-result geo-result))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

id.

Generic Reader: geo-result-query (object)
Package

twitter.

Methods
Reader Method: geo-result-query ((geo-result geo-result))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

query.

Generic Writer: (setf geo-result-query) (object)
Package

twitter.

Methods
Writer Method: (setf geo-result-query) ((geo-result geo-result))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

query.

Generic Reader: geo-result-result (object)
Package

twitter.

Methods
Reader Method: geo-result-result ((geo-result geo-result))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

result.

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

twitter.

Methods
Writer Method: (setf geo-result-result) ((geo-result geo-result))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

result.

Generic Reader: hashtag-id (object)
Package

twitter.

Methods
Reader Method: hashtag-id ((hashtag hashtag))

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

id.

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

twitter.

Methods
Writer Method: (setf hashtag-id) ((hashtag hashtag))

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

id.

Generic Reader: hashtag-indices (object)
Package

twitter.

Methods
Reader Method: hashtag-indices ((hashtag hashtag))

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

indices.

Generic Writer: (setf hashtag-indices) (object)
Package

twitter.

Methods
Writer Method: (setf hashtag-indices) ((hashtag hashtag))

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

indices.

Generic Reader: hashtag-text (object)
Package

twitter.

Methods
Reader Method: hashtag-text ((hashtag hashtag))

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

text.

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

twitter.

Methods
Writer Method: (setf hashtag-text) ((hashtag hashtag))

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

text.

Generic Reader: list-type-description (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-lists.lisp.

Target Slot

description.

Generic Writer: (setf list-type-description) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-lists.lisp.

Target Slot

description.

Generic Reader: list-type-full-name (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-lists.lisp.

Target Slot

full-name.

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

twitter.

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

automatically generated writer method

Source

twitter-lists.lisp.

Target Slot

full-name.

Generic Reader: list-type-id (object)
Package

twitter.

Methods
Reader Method: list-type-id ((list-type list-type))

automatically generated reader method

Source

twitter-lists.lisp.

Target Slot

id.

Generic Writer: (setf list-type-id) (object)
Package

twitter.

Methods
Writer Method: (setf list-type-id) ((list-type list-type))

automatically generated writer method

Source

twitter-lists.lisp.

Target Slot

id.

Generic Reader: list-type-id-str (object)
Package

twitter.

Methods
Reader Method: list-type-id-str ((list-type list-type))

automatically generated reader method

Source

twitter-lists.lisp.

Target Slot

id-str.

Generic Writer: (setf list-type-id-str) (object)
Package

twitter.

Methods
Writer Method: (setf list-type-id-str) ((list-type list-type))

automatically generated writer method

Source

twitter-lists.lisp.

Target Slot

id-str.

Generic Reader: list-type-member-count (object)
Package

twitter.

Methods
Reader Method: list-type-member-count ((list-type list-type))

automatically generated reader method

Source

twitter-lists.lisp.

Target Slot

member-count.

Generic Writer: (setf list-type-member-count) (object)
Package

twitter.

Methods
Writer Method: (setf list-type-member-count) ((list-type list-type))

automatically generated writer method

Source

twitter-lists.lisp.

Target Slot

member-count.

Generic Reader: list-type-mode (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-lists.lisp.

Target Slot

mode.

Generic Writer: (setf list-type-mode) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-lists.lisp.

Target Slot

mode.

Generic Reader: list-type-slug (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-lists.lisp.

Target Slot

slug.

Generic Writer: (setf list-type-slug) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-lists.lisp.

Target Slot

slug.

Generic Reader: list-type-uri (object)
Package

twitter.

Methods
Reader Method: list-type-uri ((list-type list-type))

automatically generated reader method

Source

twitter-lists.lisp.

Target Slot

uri.

Generic Writer: (setf list-type-uri) (object)
Package

twitter.

Methods
Writer Method: (setf list-type-uri) ((list-type list-type))

automatically generated writer method

Source

twitter-lists.lisp.

Target Slot

uri.

Generic Reader: list-type-user (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-lists.lisp.

Target Slot

user.

Generic Writer: (setf list-type-user) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-lists.lisp.

Target Slot

user.

Generic Function: lookup-twitter-object (ref lisprec)
Package

twitter.

Source

elements.lisp.

Methods
Method: lookup-twitter-object ((ref (eql twitter:twitter-user)) (lisprec (eql nil)))
Source

twitter-cache.lisp.

Method: lookup-twitter-object ((ref (eql twitter:twitter-user)) (screen-name string))
Source

twitter-cache.lisp.

Method: lookup-twitter-object ((ref (eql twitter:twitter-user)) (lisprec cons))
Source

twitter-cache.lisp.

Method: lookup-twitter-object (ref lisprec)
Source

twitter-db.lisp.

Generic Reader: media-entity-display-url (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

display-url.

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

twitter.

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

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

display-url.

Generic Reader: media-entity-expanded-url (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

expanded-url.

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

twitter.

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

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

expanded-url.

Generic Reader: media-entity-id (object)
Package

twitter.

Methods
Reader Method: media-entity-id ((media-entity media-entity))

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

id.

Generic Writer: (setf media-entity-id) (object)
Package

twitter.

Methods
Writer Method: (setf media-entity-id) ((media-entity media-entity))

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

id.

Generic Reader: media-entity-id-str (object)
Package

twitter.

Methods
Reader Method: media-entity-id-str ((media-entity media-entity))

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

id-str.

Generic Writer: (setf media-entity-id-str) (object)
Package

twitter.

Methods
Writer Method: (setf media-entity-id-str) ((media-entity media-entity))

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

id-str.

Generic Reader: media-entity-indices (object)
Package

twitter.

Methods
Reader Method: media-entity-indices ((media-entity media-entity))

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

indices.

Generic Writer: (setf media-entity-indices) (object)
Package

twitter.

Methods
Writer Method: (setf media-entity-indices) ((media-entity media-entity))

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

indices.

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

twitter.

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

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

media-url.

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

twitter.

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

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

media-url.

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

twitter.

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

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

media-url-https.

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

twitter.

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

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

media-url-https.

Generic Reader: media-entity-sizes (object)
Package

twitter.

Methods
Reader Method: media-entity-sizes ((media-entity media-entity))

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

sizes.

Generic Writer: (setf media-entity-sizes) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

sizes.

Generic Reader: media-entity-type (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

type.

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

twitter.

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

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

type.

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

twitter.

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

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

url.

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

twitter.

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

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

url.

Generic Reader: media-size-h (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

h.

Generic Writer: (setf media-size-h) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

h.

Generic Reader: media-size-id (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

id.

Generic Writer: (setf media-size-id) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

id.

Generic Reader: media-size-resize (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

resize.

Generic Writer: (setf media-size-resize) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

resize.

Generic Reader: media-size-w (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

w.

Generic Writer: (setf media-size-w) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

w.

Generic Reader: place-country (object)
Package

twitter.

Methods
Reader Method: place-country ((place place))

automatically generated reader method

Source

twitter-trends.lisp.

Target Slot

country.

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

twitter.

Methods
Writer Method: (setf place-country) ((place place))

automatically generated writer method

Source

twitter-trends.lisp.

Target Slot

country.

Generic Function: place-name (object)
Package

twitter.

Methods
Method: place-name ((obj (eql nil)))
Source

twitter-trends.lisp.

Reader Method: place-name ((place place))

automatically generated reader method

Source

twitter-trends.lisp.

Target Slot

name.

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

twitter.

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

automatically generated writer method

Source

twitter-trends.lisp.

Target Slot

name.

Generic Reader: place-placetype (object)
Package

twitter.

Methods
Reader Method: place-placetype ((place place))

automatically generated reader method

Source

twitter-trends.lisp.

Target Slot

placetype.

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

twitter.

Methods
Writer Method: (setf place-placetype) ((place place))

automatically generated writer method

Source

twitter-trends.lisp.

Target Slot

placetype.

Generic Reader: place-type-code (object)
Package

twitter.

Methods
Reader Method: place-type-code ((place-type place-type))

automatically generated reader method

Source

twitter-trends.lisp.

Target Slot

code.

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

twitter.

Methods
Writer Method: (setf place-type-code) ((place-type place-type))

automatically generated writer method

Source

twitter-trends.lisp.

Target Slot

code.

Generic Function: place-type-name (object)
Package

twitter.

Methods
Method: place-type-name ((name (eql nil)))
Source

twitter-trends.lisp.

Reader Method: place-type-name ((place-type place-type))

automatically generated reader method

Source

twitter-trends.lisp.

Target Slot

name.

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

twitter.

Methods
Writer Method: (setf place-type-name) ((place-type place-type))

automatically generated writer method

Source

twitter-trends.lisp.

Target Slot

name.

Generic Reader: place-woeid (object)
Package

twitter.

Methods
Reader Method: place-woeid ((place place))

automatically generated reader method

Source

twitter-trends.lisp.

Target Slot

woeid.

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

twitter.

Methods
Writer Method: (setf place-woeid) ((place place))

automatically generated writer method

Source

twitter-trends.lisp.

Target Slot

woeid.

Generic Function: register-twitter-object (ref lisprec)
Package

twitter.

Source

elements.lisp.

Methods
Method: register-twitter-object (twitter-object (lisprec cons))
Source

twitter-db.lisp.

Generic Function: reply-to (tweet text &key tiny-url-p lat long place-id display-coordinates trim-user)
Package

twitter.

Methods
Method: reply-to ((name string) (text string) &key tiny-url-p lat long place-id display-coordinates trim-user)
Source

twitter-tweet-status.lisp.

Method: reply-to ((tweet tweet) (text string) &key tiny-url-p lat long place-id display-coordinates trim-user)
Source

twitter-tweet-status.lisp.

Generic Reader: return-code (condition)
Package

twitter.

Methods
Reader Method: return-code ((condition twitter-api-condition))
Source

conditions.lisp.

Target Slot

return-code.

Generic Function: retweet (tweet-id &key trim-user include-entities)
Package

twitter.

Methods
Method: retweet ((tweet tweet) &key trim-user include-entities)
Source

twitter-tweet-status.lisp.

Method: retweet ((tweet-id integer) &key trim-user include-entities)
Source

twitter-tweet-status.lisp.

Generic Function: retweeted-by (tweet-id &key max skip)
Package

twitter.

Methods
Method: retweeted-by ((tweet tweet) &key max skip)
Source

twitter-tweet-status.lisp.

Method: retweeted-by ((tweet-id integer) &key max skip)
Source

twitter-tweet-status.lisp.

Generic Function: retweets (tweet &key trim-user)
Package

twitter.

Methods
Method: retweets ((tweet tweet) &key trim-user)
Source

twitter-tweet-status.lisp.

Generic Reader: saved-search-created-at (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-saved-searches.lisp.

Target Slot

created-at.

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

twitter.

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

automatically generated writer method

Source

twitter-saved-searches.lisp.

Target Slot

created-at.

Generic Reader: saved-search-id (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-saved-searches.lisp.

Target Slot

id.

Generic Writer: (setf saved-search-id) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-saved-searches.lisp.

Target Slot

id.

Generic Reader: saved-search-id-str (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-saved-searches.lisp.

Target Slot

id-str.

Generic Writer: (setf saved-search-id-str) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-saved-searches.lisp.

Target Slot

id-str.

Generic Reader: saved-search-name (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-saved-searches.lisp.

Target Slot

name.

Generic Writer: (setf saved-search-name) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-saved-searches.lisp.

Target Slot

name.

Generic Reader: saved-search-position (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-saved-searches.lisp.

Target Slot

position.

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

twitter.

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

automatically generated writer method

Source

twitter-saved-searches.lisp.

Target Slot

position.

Generic Reader: saved-search-query (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-saved-searches.lisp.

Target Slot

query.

Generic Writer: (setf saved-search-query) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-saved-searches.lisp.

Target Slot

query.

Generic Reader: search-metadata-completed-in (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-search.lisp.

Target Slot

completed-in.

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

twitter.

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

automatically generated writer method

Source

twitter-search.lisp.

Target Slot

completed-in.

Generic Reader: search-metadata-count (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-search.lisp.

Target Slot

count.

Generic Writer: (setf search-metadata-count) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-search.lisp.

Target Slot

count.

Generic Reader: search-metadata-max-id (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-search.lisp.

Target Slot

max-id.

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

twitter.

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

automatically generated writer method

Source

twitter-search.lisp.

Target Slot

max-id.

Generic Reader: search-metadata-next-results (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-search.lisp.

Target Slot

next-results.

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

twitter.

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

automatically generated writer method

Source

twitter-search.lisp.

Target Slot

next-results.

Generic Reader: search-metadata-query (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-search.lisp.

Target Slot

query.

Generic Writer: (setf search-metadata-query) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-search.lisp.

Target Slot

query.

Generic Reader: search-metadata-refresh-url (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-search.lisp.

Target Slot

refresh-url.

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

twitter.

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

automatically generated writer method

Source

twitter-search.lisp.

Target Slot

refresh-url.

Generic Reader: search-metadata-since-id (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-search.lisp.

Target Slot

since-id.

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

twitter.

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

automatically generated writer method

Source

twitter-search.lisp.

Target Slot

since-id.

Generic Reader: search-metadata-since-id-str (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-search.lisp.

Target Slot

since-id-str.

Generic Writer: (setf search-metadata-since-id-str) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-search.lisp.

Target Slot

since-id-str.

Generic Reader: search-result-search-metadata (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-search.lisp.

Target Slot

search-metadata.

Generic Writer: (setf search-result-search-metadata) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-search.lisp.

Target Slot

search-metadata.

Generic Reader: search-result-statuses (object)
Package

twitter.

Methods
Reader Method: search-result-statuses ((search-result search-result))

automatically generated reader method

Source

twitter-search.lisp.

Target Slot

statuses.

Generic Writer: (setf search-result-statuses) (object)
Package

twitter.

Methods
Writer Method: (setf search-result-statuses) ((search-result search-result))

automatically generated writer method

Source

twitter-search.lisp.

Target Slot

statuses.

Generic Function: send-message (screen-name message)
Package

twitter.

Methods
Method: send-message ((screen-name string) (message string))
Source

twitter-messages.lisp.

Generic Function: show (obj &optional s)
Package

twitter.

Source

twitter-show.lisp.

Methods
Method: show ((media-entity media-entity) &optional s)
Method: show ((user-mention user-mention) &optional s)
Method: show ((hashtag hashtag) &optional s)
Method: show ((url-entity url-entity) &optional s)
Method: show ((cursor-user cursor-user) &optional s)
Method: show ((cursor-user-lists cursor-user-lists) &optional s)
Method: show ((geo-result geo-result) &optional s)
Method: show ((geo-places geo-places) &optional s)
Method: show ((list-type list-type) &optional s)
Method: show ((place place) &optional s)
Method: show ((geo-place geo-place) &optional s)
Method: show ((twitter-user twitter-user) &optional s)
Method: show ((search-result search-result) &optional s)
Method: show ((search-metadata search-metadata) &optional s)
Method: show ((trend trend) &optional s)
Method: show ((trend-list trend-list) &optional s)
Method: show ((twitter-message twitter-message) &optional s)
Method: show ((tweet tweet) &optional s)
Method: show ((obj hash-table) &optional s)
Method: show ((obj cons) &optional s)
Method: show (obj &optional s)
Generic Reader: social-graph-cursor-id-id (object)
Package

twitter.

Methods
Reader Method: social-graph-cursor-id-id ((social-graph-cursor-id social-graph-cursor-id))

automatically generated reader method

Source

twitter-social-graph.lisp.

Target Slot

id.

Generic Writer: (setf social-graph-cursor-id-id) (object)
Package

twitter.

Methods
Writer Method: (setf social-graph-cursor-id-id) ((social-graph-cursor-id social-graph-cursor-id))

automatically generated writer method

Source

twitter-social-graph.lisp.

Target Slot

id.

Generic Reader: social-graph-cursor-id-ids (object)
Package

twitter.

Methods
Reader Method: social-graph-cursor-id-ids ((social-graph-cursor-id social-graph-cursor-id))

automatically generated reader method

Source

twitter-social-graph.lisp.

Target Slot

ids.

Generic Writer: (setf social-graph-cursor-id-ids) (object)
Package

twitter.

Methods
Writer Method: (setf social-graph-cursor-id-ids) ((social-graph-cursor-id social-graph-cursor-id))

automatically generated writer method

Source

twitter-social-graph.lisp.

Target Slot

ids.

Generic Reader: social-graph-cursor-id-next-cursor (object)
Package

twitter.

Methods
Reader Method: social-graph-cursor-id-next-cursor ((social-graph-cursor-id social-graph-cursor-id))

automatically generated reader method

Source

twitter-social-graph.lisp.

Target Slot

next-cursor.

Generic Writer: (setf social-graph-cursor-id-next-cursor) (object)
Package

twitter.

Methods
Writer Method: (setf social-graph-cursor-id-next-cursor) ((social-graph-cursor-id social-graph-cursor-id))

automatically generated writer method

Source

twitter-social-graph.lisp.

Target Slot

next-cursor.

Generic Reader: social-graph-cursor-id-next-cursor-str (object)
Package

twitter.

Methods
Reader Method: social-graph-cursor-id-next-cursor-str ((social-graph-cursor-id social-graph-cursor-id))

automatically generated reader method

Source

twitter-social-graph.lisp.

Target Slot

next-cursor-str.

Generic Writer: (setf social-graph-cursor-id-next-cursor-str) (object)
Package

twitter.

Methods
Writer Method: (setf social-graph-cursor-id-next-cursor-str) ((social-graph-cursor-id social-graph-cursor-id))

automatically generated writer method

Source

twitter-social-graph.lisp.

Target Slot

next-cursor-str.

Generic Reader: social-graph-cursor-id-previous-cursor (object)
Package

twitter.

Methods
Reader Method: social-graph-cursor-id-previous-cursor ((social-graph-cursor-id social-graph-cursor-id))

automatically generated reader method

Source

twitter-social-graph.lisp.

Target Slot

previous-cursor.

Generic Writer: (setf social-graph-cursor-id-previous-cursor) (object)
Package

twitter.

Methods
Writer Method: (setf social-graph-cursor-id-previous-cursor) ((social-graph-cursor-id social-graph-cursor-id))

automatically generated writer method

Source

twitter-social-graph.lisp.

Target Slot

previous-cursor.

Generic Reader: social-graph-cursor-id-previous-cursor-str (object)
Package

twitter.

Methods
Reader Method: social-graph-cursor-id-previous-cursor-str ((social-graph-cursor-id social-graph-cursor-id))

automatically generated reader method

Source

twitter-social-graph.lisp.

Target Slot

previous-cursor-str.

Generic Writer: (setf social-graph-cursor-id-previous-cursor-str) (object)
Package

twitter.

Methods
Writer Method: (setf social-graph-cursor-id-previous-cursor-str) ((social-graph-cursor-id social-graph-cursor-id))

automatically generated writer method

Source

twitter-social-graph.lisp.

Target Slot

previous-cursor-str.

Generic Reader: social-graph-cursor-id-screen-name (object)
Package

twitter.

Methods
Reader Method: social-graph-cursor-id-screen-name ((social-graph-cursor-id social-graph-cursor-id))

automatically generated reader method

Source

twitter-social-graph.lisp.

Target Slot

screen-name.

Generic Writer: (setf social-graph-cursor-id-screen-name) (object)
Package

twitter.

Methods
Writer Method: (setf social-graph-cursor-id-screen-name) ((social-graph-cursor-id social-graph-cursor-id))

automatically generated writer method

Source

twitter-social-graph.lisp.

Target Slot

screen-name.

Generic Reader: trend-list-as-of (object)
Package

twitter.

Methods
Reader Method: trend-list-as-of ((trend-list trend-list))

automatically generated reader method

Source

twitter-trends.lisp.

Target Slot

as-of.

Generic Writer: (setf trend-list-as-of) (object)
Package

twitter.

Methods
Writer Method: (setf trend-list-as-of) ((trend-list trend-list))

automatically generated writer method

Source

twitter-trends.lisp.

Target Slot

as-of.

Generic Reader: trend-list-created-at (object)
Package

twitter.

Methods
Reader Method: trend-list-created-at ((trend-list trend-list))

automatically generated reader method

Source

twitter-trends.lisp.

Target Slot

created-at.

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

twitter.

Methods
Writer Method: (setf trend-list-created-at) ((trend-list trend-list))

automatically generated writer method

Source

twitter-trends.lisp.

Target Slot

created-at.

Generic Reader: trend-list-id (object)
Package

twitter.

Methods
Reader Method: trend-list-id ((trend-list trend-list))

automatically generated reader method

Source

twitter-trends.lisp.

Target Slot

id.

Generic Writer: (setf trend-list-id) (object)
Package

twitter.

Methods
Writer Method: (setf trend-list-id) ((trend-list trend-list))

automatically generated writer method

Source

twitter-trends.lisp.

Target Slot

id.

Generic Reader: trend-list-locations (object)
Package

twitter.

Methods
Reader Method: trend-list-locations ((trend-list trend-list))

automatically generated reader method

Source

twitter-trends.lisp.

Target Slot

locations.

Generic Writer: (setf trend-list-locations) (object)
Package

twitter.

Methods
Writer Method: (setf trend-list-locations) ((trend-list trend-list))

automatically generated writer method

Source

twitter-trends.lisp.

Target Slot

locations.

Generic Reader: trend-list-trends (object)
Package

twitter.

Methods
Reader Method: trend-list-trends ((trend-list trend-list))

automatically generated reader method

Source

twitter-trends.lisp.

Target Slot

trends.

Generic Writer: (setf trend-list-trends) (object)
Package

twitter.

Methods
Writer Method: (setf trend-list-trends) ((trend-list trend-list))

automatically generated writer method

Source

twitter-trends.lisp.

Target Slot

trends.

Generic Reader: trend-name (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-trends.lisp.

Target Slot

name.

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

twitter.

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

automatically generated writer method

Source

twitter-trends.lisp.

Target Slot

name.

Generic Reader: trend-promoted-content (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-trends.lisp.

Target Slot

promoted-content.

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

twitter.

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

automatically generated writer method

Source

twitter-trends.lisp.

Target Slot

promoted-content.

Generic Reader: trend-query (object)
Package

twitter.

Methods
Reader Method: trend-query ((trend trend))

automatically generated reader method

Source

twitter-trends.lisp.

Target Slot

query.

Generic Writer: (setf trend-query) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-trends.lisp.

Target Slot

query.

Generic Reader: trend-url (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-trends.lisp.

Target Slot

url.

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

twitter.

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

automatically generated writer method

Source

twitter-trends.lisp.

Target Slot

url.

Generic Function: tweet (text &key tiny-url-p in-reply-to-status-id lat long place-id display-coordinates trim-user)
Package

twitter.

Methods
Method: tweet ((text string) &key tiny-url-p in-reply-to-status-id lat long place-id display-coordinates trim-user)
Source

twitter-tweet-status.lisp.

Generic Reader: tweet-created-at (object)
Package

twitter.

Methods
Reader Method: tweet-created-at ((tweet tweet))

automatically generated reader method

Source

twitter-tweet-status.lisp.

Target Slot

created-at.

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

twitter.

Methods
Writer Method: (setf tweet-created-at) ((tweet tweet))

automatically generated writer method

Source

twitter-tweet-status.lisp.

Target Slot

created-at.

Generic Reader: tweet-entities (object)
Package

twitter.

Methods
Reader Method: tweet-entities ((tweet tweet))

automatically generated reader method

Source

twitter-tweet-status.lisp.

Target Slot

entities.

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

twitter.

Methods
Writer Method: (setf tweet-entities) ((tweet tweet))

automatically generated writer method

Source

twitter-tweet-status.lisp.

Target Slot

entities.

Generic Reader: tweet-favorited (object)
Package

twitter.

Methods
Reader Method: tweet-favorited ((tweet tweet))

automatically generated reader method

Source

twitter-tweet-status.lisp.

Target Slot

favorited.

Generic Writer: (setf tweet-favorited) (object)
Package

twitter.

Methods
Writer Method: (setf tweet-favorited) ((tweet tweet))

automatically generated writer method

Source

twitter-tweet-status.lisp.

Target Slot

favorited.

Generic Reader: tweet-id (object)
Package

twitter.

Methods
Reader Method: tweet-id ((tweet tweet))

automatically generated reader method

Source

twitter-tweet-status.lisp.

Target Slot

id.

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

twitter.

Methods
Writer Method: (setf tweet-id) ((tweet tweet))

automatically generated writer method

Source

twitter-tweet-status.lisp.

Target Slot

id.

Generic Reader: tweet-in-reply-to-screen-name (object)
Package

twitter.

Methods
Reader Method: tweet-in-reply-to-screen-name ((tweet tweet))

automatically generated reader method

Source

twitter-tweet-status.lisp.

Target Slot

in-reply-to-screen-name.

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

twitter.

Methods
Writer Method: (setf tweet-in-reply-to-screen-name) ((tweet tweet))

automatically generated writer method

Source

twitter-tweet-status.lisp.

Target Slot

in-reply-to-screen-name.

Generic Reader: tweet-in-reply-to-status-id (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-tweet-status.lisp.

Target Slot

in-reply-to-status-id.

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

twitter.

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

automatically generated writer method

Source

twitter-tweet-status.lisp.

Target Slot

in-reply-to-status-id.

Generic Reader: tweet-in-reply-to-user-id (object)
Package

twitter.

Methods
Reader Method: tweet-in-reply-to-user-id ((tweet tweet))

automatically generated reader method

Source

twitter-tweet-status.lisp.

Target Slot

in-reply-to-user-id.

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

twitter.

Methods
Writer Method: (setf tweet-in-reply-to-user-id) ((tweet tweet))

automatically generated writer method

Source

twitter-tweet-status.lisp.

Target Slot

in-reply-to-user-id.

Generic Reader: tweet-source (object)
Package

twitter.

Methods
Reader Method: tweet-source ((tweet tweet))

automatically generated reader method

Source

twitter-tweet-status.lisp.

Target Slot

source.

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

twitter.

Methods
Writer Method: (setf tweet-source) ((tweet tweet))

automatically generated writer method

Source

twitter-tweet-status.lisp.

Target Slot

source.

Generic Reader: tweet-text (object)
Package

twitter.

Methods
Reader Method: tweet-text ((tweet tweet))

automatically generated reader method

Source

twitter-tweet-status.lisp.

Target Slot

text.

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

twitter.

Methods
Writer Method: (setf tweet-text) ((tweet tweet))

automatically generated writer method

Source

twitter-tweet-status.lisp.

Target Slot

text.

Generic Reader: tweet-truncated (object)
Package

twitter.

Methods
Reader Method: tweet-truncated ((tweet tweet))

automatically generated reader method

Source

twitter-tweet-status.lisp.

Target Slot

truncated.

Generic Writer: (setf tweet-truncated) (object)
Package

twitter.

Methods
Writer Method: (setf tweet-truncated) ((tweet tweet))

automatically generated writer method

Source

twitter-tweet-status.lisp.

Target Slot

truncated.

Generic Reader: tweet-user (object)
Package

twitter.

Methods
Reader Method: tweet-user ((tweet tweet))

automatically generated reader method

Source

twitter-tweet-status.lisp.

Target Slot

user.

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

twitter.

Methods
Writer Method: (setf tweet-user) ((tweet tweet))

automatically generated writer method

Source

twitter-tweet-status.lisp.

Target Slot

user.

Generic Function: tweet? (tweet &key trim-user include-entities include-my-retweet)
Package

twitter.

Methods
Method: tweet? ((tweet tweet) &key trim-user include-entities include-my-retweet)
Source

twitter-tweet-status.lisp.

Generic Reader: twitter-entities-hashtags (object)
Package

twitter.

Methods
Reader Method: twitter-entities-hashtags ((twitter-entities twitter-entities))

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

hashtags.

Generic Writer: (setf twitter-entities-hashtags) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-entities-hashtags) ((twitter-entities twitter-entities))

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

hashtags.

Generic Reader: twitter-entities-id (object)
Package

twitter.

Methods
Reader Method: twitter-entities-id ((twitter-entities twitter-entities))

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

id.

Generic Writer: (setf twitter-entities-id) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-entities-id) ((twitter-entities twitter-entities))

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

id.

Generic Reader: twitter-entities-media (object)
Package

twitter.

Methods
Reader Method: twitter-entities-media ((twitter-entities twitter-entities))

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

media.

Generic Writer: (setf twitter-entities-media) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-entities-media) ((twitter-entities twitter-entities))

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

media.

Generic Reader: twitter-entities-urls (object)
Package

twitter.

Methods
Reader Method: twitter-entities-urls ((twitter-entities twitter-entities))

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

urls.

Generic Writer: (setf twitter-entities-urls) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-entities-urls) ((twitter-entities twitter-entities))

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

urls.

Generic Reader: twitter-entities-user-mentions (object)
Package

twitter.

Methods
Reader Method: twitter-entities-user-mentions ((twitter-entities twitter-entities))

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

user-mentions.

Generic Writer: (setf twitter-entities-user-mentions) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-entities-user-mentions) ((twitter-entities twitter-entities))

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

user-mentions.

Generic Reader: twitter-message-created-at (object)
Package

twitter.

Methods
Reader Method: twitter-message-created-at ((twitter-message twitter-message))

automatically generated reader method

Source

twitter-messages.lisp.

Target Slot

created-at.

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

twitter.

Methods
Writer Method: (setf twitter-message-created-at) ((twitter-message twitter-message))

automatically generated writer method

Source

twitter-messages.lisp.

Target Slot

created-at.

Generic Reader: twitter-message-id (object)
Package

twitter.

Methods
Reader Method: twitter-message-id ((twitter-message twitter-message))

automatically generated reader method

Source

twitter-messages.lisp.

Target Slot

id.

Generic Writer: (setf twitter-message-id) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-message-id) ((twitter-message twitter-message))

automatically generated writer method

Source

twitter-messages.lisp.

Target Slot

id.

Generic Reader: twitter-message-recipient (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-messages.lisp.

Target Slot

recipient.

Generic Writer: (setf twitter-message-recipient) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-messages.lisp.

Target Slot

recipient.

Generic Reader: twitter-message-recipient-id (object)
Package

twitter.

Methods
Reader Method: twitter-message-recipient-id ((twitter-message twitter-message))

automatically generated reader method

Source

twitter-messages.lisp.

Target Slot

recipient-id.

Generic Writer: (setf twitter-message-recipient-id) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-message-recipient-id) ((twitter-message twitter-message))

automatically generated writer method

Source

twitter-messages.lisp.

Target Slot

recipient-id.

Generic Reader: twitter-message-recipient-screen-name (object)
Package

twitter.

Methods
Reader Method: twitter-message-recipient-screen-name ((twitter-message twitter-message))

automatically generated reader method

Source

twitter-messages.lisp.

Target Slot

recipient-screen-name.

Generic Writer: (setf twitter-message-recipient-screen-name) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-message-recipient-screen-name) ((twitter-message twitter-message))

automatically generated writer method

Source

twitter-messages.lisp.

Target Slot

recipient-screen-name.

Generic Reader: twitter-message-sender (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-messages.lisp.

Target Slot

sender.

Generic Writer: (setf twitter-message-sender) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-messages.lisp.

Target Slot

sender.

Generic Reader: twitter-message-sender-id (object)
Package

twitter.

Methods
Reader Method: twitter-message-sender-id ((twitter-message twitter-message))

automatically generated reader method

Source

twitter-messages.lisp.

Target Slot

sender-id.

Generic Writer: (setf twitter-message-sender-id) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-message-sender-id) ((twitter-message twitter-message))

automatically generated writer method

Source

twitter-messages.lisp.

Target Slot

sender-id.

Generic Reader: twitter-message-sender-screen-name (object)
Package

twitter.

Methods
Reader Method: twitter-message-sender-screen-name ((twitter-message twitter-message))

automatically generated reader method

Source

twitter-messages.lisp.

Target Slot

sender-screen-name.

Generic Writer: (setf twitter-message-sender-screen-name) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-message-sender-screen-name) ((twitter-message twitter-message))

automatically generated writer method

Source

twitter-messages.lisp.

Target Slot

sender-screen-name.

Generic Reader: twitter-message-text (object)
Package

twitter.

Methods
Reader Method: twitter-message-text ((twitter-message twitter-message))

automatically generated reader method

Source

twitter-messages.lisp.

Target Slot

text.

Generic Writer: (setf twitter-message-text) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-message-text) ((twitter-message twitter-message))

automatically generated writer method

Source

twitter-messages.lisp.

Target Slot

text.

Generic Function: twitter-op (command &rest args)
Package

twitter.

Methods
Method: twitter-op (command &rest args)
Source

twitter-op.lisp.

Generic Reader: twitter-user-access-token (object)
Package

twitter.

Methods
Reader Method: twitter-user-access-token ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

access-token.

Generic Writer: (setf twitter-user-access-token) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-access-token) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

access-token.

Generic Reader: twitter-user-created-at (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

created-at.

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

twitter.

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

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

created-at.

Generic Reader: twitter-user-description (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

description.

Generic Writer: (setf twitter-user-description) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

description.

Generic Reader: twitter-user-favourites-count (object)
Package

twitter.

Methods
Reader Method: twitter-user-favourites-count ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

favourites-count.

Generic Writer: (setf twitter-user-favourites-count) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-favourites-count) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

favourites-count.

Generic Reader: twitter-user-followers-count (object)
Package

twitter.

Methods
Reader Method: twitter-user-followers-count ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

followers-count.

Generic Writer: (setf twitter-user-followers-count) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-followers-count) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

followers-count.

Generic Reader: twitter-user-following (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

following.

Generic Writer: (setf twitter-user-following) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

following.

Generic Reader: twitter-user-friends-count (object)
Package

twitter.

Methods
Reader Method: twitter-user-friends-count ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

friends-count.

Generic Writer: (setf twitter-user-friends-count) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-friends-count) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

friends-count.

Generic Reader: twitter-user-id (object)
Package

twitter.

Methods
Reader Method: twitter-user-id ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

id.

Generic Writer: (setf twitter-user-id) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-id) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

id.

Generic Reader: twitter-user-location (object)
Package

twitter.

Methods
Reader Method: twitter-user-location ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

location.

Generic Writer: (setf twitter-user-location) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

location.

Generic Reader: twitter-user-name (object)
Package

twitter.

Methods
Reader Method: twitter-user-name ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

name.

Generic Writer: (setf twitter-user-name) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-name) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

name.

Generic Reader: twitter-user-notifications (object)
Package

twitter.

Methods
Reader Method: twitter-user-notifications ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

notifications.

Generic Writer: (setf twitter-user-notifications) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

notifications.

Generic Reader: twitter-user-password (object)
Package

twitter.

Methods
Reader Method: twitter-user-password ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

password.

Generic Writer: (setf twitter-user-password) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-password) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

password.

Generic Reader: twitter-user-profile-background-color (object)
Package

twitter.

Methods
Reader Method: twitter-user-profile-background-color ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

profile-background-color.

Generic Writer: (setf twitter-user-profile-background-color) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-profile-background-color) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

profile-background-color.

Generic Reader: twitter-user-profile-background-image-url (object)
Package

twitter.

Methods
Reader Method: twitter-user-profile-background-image-url ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

profile-background-image-url.

Generic Writer: (setf twitter-user-profile-background-image-url) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-profile-background-image-url) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

profile-background-image-url.

Generic Reader: twitter-user-profile-background-tile (object)
Package

twitter.

Methods
Reader Method: twitter-user-profile-background-tile ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

profile-background-tile.

Generic Writer: (setf twitter-user-profile-background-tile) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-profile-background-tile) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

profile-background-tile.

Generic Reader: twitter-user-profile-image-url (object)
Package

twitter.

Methods
Reader Method: twitter-user-profile-image-url ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

profile-image-url.

Generic Writer: (setf twitter-user-profile-image-url) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-profile-image-url) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

profile-image-url.

Package

twitter.

Methods

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

profile-link-color.

Package

twitter.

Methods

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

profile-link-color.

Generic Reader: twitter-user-profile-sidebar-border-color (object)
Package

twitter.

Methods
Reader Method: twitter-user-profile-sidebar-border-color ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

profile-sidebar-border-color.

Generic Writer: (setf twitter-user-profile-sidebar-border-color) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-profile-sidebar-border-color) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

profile-sidebar-border-color.

Generic Reader: twitter-user-profile-sidebar-color (object)
Package

twitter.

Methods
Reader Method: twitter-user-profile-sidebar-color ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

profile-sidebar-color.

Generic Writer: (setf twitter-user-profile-sidebar-color) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-profile-sidebar-color) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

profile-sidebar-color.

Generic Reader: twitter-user-profile-sidebar-fill-color (object)
Package

twitter.

Methods
Reader Method: twitter-user-profile-sidebar-fill-color ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

profile-sidebar-fill-color.

Generic Writer: (setf twitter-user-profile-sidebar-fill-color) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-profile-sidebar-fill-color) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

profile-sidebar-fill-color.

Generic Reader: twitter-user-profile-text-color (object)
Package

twitter.

Methods
Reader Method: twitter-user-profile-text-color ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

profile-text-color.

Generic Writer: (setf twitter-user-profile-text-color) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-profile-text-color) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

profile-text-color.

Generic Reader: twitter-user-protected (object)
Package

twitter.

Methods
Reader Method: twitter-user-protected ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

protected.

Generic Writer: (setf twitter-user-protected) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-protected) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

protected.

Generic Reader: twitter-user-screen-name (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

screen-name.

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

twitter.

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

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

screen-name.

Generic Reader: twitter-user-status (object)
Package

twitter.

Methods
Reader Method: twitter-user-status ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

status.

Generic Writer: (setf twitter-user-status) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

status.

Generic Reader: twitter-user-statuses-count (object)
Package

twitter.

Methods
Reader Method: twitter-user-statuses-count ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

statuses-count.

Generic Writer: (setf twitter-user-statuses-count) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-statuses-count) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

statuses-count.

Generic Reader: twitter-user-time-zone (object)
Package

twitter.

Methods
Reader Method: twitter-user-time-zone ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

time-zone.

Generic Writer: (setf twitter-user-time-zone) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-time-zone) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

time-zone.

Generic Reader: twitter-user-url (object)
Package

twitter.

Methods
Reader Method: twitter-user-url ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

url.

Generic Writer: (setf twitter-user-url) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-url) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

url.

Generic Reader: twitter-user-utc-offset (object)
Package

twitter.

Methods
Reader Method: twitter-user-utc-offset ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

utc-offset.

Generic Writer: (setf twitter-user-utc-offset) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-utc-offset) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

utc-offset.

Generic Function: unique-id (twitter-obj)
Package

twitter.

Source

twitter-cache.lisp.

Methods
Method: unique-id (twitter-obj)
Method: unique-id ((ref social-graph-cursor-user))
Source

twitter-social-graph.lisp.

Method: unique-id ((ref social-graph-cursor-id))
Source

twitter-social-graph.lisp.

Method: unique-id ((trend-list trend-list))
Source

twitter-trends.lisp.

Method: unique-id ((trend trend))
Source

twitter-trends.lisp.

Generic Reader: url-entity-display-url (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

display-url.

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

twitter.

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

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

display-url.

Generic Reader: url-entity-expanded-url (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

expanded-url.

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

twitter.

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

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

expanded-url.

Generic Reader: url-entity-id (object)
Package

twitter.

Methods
Reader Method: url-entity-id ((url-entity url-entity))

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

id.

Generic Writer: (setf url-entity-id) (object)
Package

twitter.

Methods
Writer Method: (setf url-entity-id) ((url-entity url-entity))

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

id.

Generic Reader: url-entity-indices (object)
Package

twitter.

Methods
Reader Method: url-entity-indices ((url-entity url-entity))

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

indices.

Generic Writer: (setf url-entity-indices) (object)
Package

twitter.

Methods
Writer Method: (setf url-entity-indices) ((url-entity url-entity))

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

indices.

Generic Reader: url-entity-url (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

url.

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

twitter.

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

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

url.

Generic Reader: user-mention-id (object)
Package

twitter.

Methods
Reader Method: user-mention-id ((user-mention user-mention))

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

id.

Generic Writer: (setf user-mention-id) (object)
Package

twitter.

Methods
Writer Method: (setf user-mention-id) ((user-mention user-mention))

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

id.

Generic Reader: user-mention-id-str (object)
Package

twitter.

Methods
Reader Method: user-mention-id-str ((user-mention user-mention))

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

id-str.

Generic Writer: (setf user-mention-id-str) (object)
Package

twitter.

Methods
Writer Method: (setf user-mention-id-str) ((user-mention user-mention))

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

id-str.

Generic Reader: user-mention-name (object)
Package

twitter.

Methods
Reader Method: user-mention-name ((user-mention user-mention))

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

name.

Generic Writer: (setf user-mention-name) (object)
Package

twitter.

Methods
Writer Method: (setf user-mention-name) ((user-mention user-mention))

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

name.

Generic Reader: user-mention-screen-name (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

screen-name.

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

twitter.

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

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

screen-name.


6.1.5 Standalone methods

Method: describe-object ((msg twitter-message) stream)
Source

twitter-messages.lisp.

Method: describe-object ((tweet tweet) stream)
Source

twitter-tweet-status.lisp.

Method: describe-object ((user twitter-user) stream)
Source

twitter-user.lisp.

Method: print-object ((ref saved-search) stream)
Source

twitter-saved-searches.lisp.

Method: print-object ((msg twitter-message) stream)
Source

twitter-messages.lisp.

Method: print-object ((ref end-session) stream)
Source

twitter-account.lisp.

Method: print-object ((ref trend) stream)
Source

twitter-trends.lisp.

Method: print-object ((metadata search-metadata) stream)
Source

twitter-search.lisp.

Method: print-object ((ref trend-list) stream)
Source

twitter-trends.lisp.

Method: print-object ((tweet tweet) stream)
Source

twitter-tweet-status.lisp.

Method: print-object ((user twitter-user) stream)
Source

twitter-user.lisp.

Method: print-object ((result search-result) stream)
Source

twitter-search.lisp.

Method: print-object ((ref social-graph-cursor-id) stream)
Source

twitter-social-graph.lisp.

Method: print-object ((ref cursor-id) stream)
Source

twitter-blocks.lisp.

Method: print-object ((ref trend-location) stream)
Source

twitter-account.lisp.

Method: print-object ((ref lists) stream)
Source

twitter-application.lisp.

Method: print-object ((ref geo-query) stream)
Source

twitter-geo.lisp.

Method: print-object ((ref geo-coordinate) stream)
Source

twitter-geo.lisp.

Method: print-object ((ref user-list) stream)
Source

twitter-user.lisp.

Method: print-object ((ref resources) stream)
Source

twitter-application.lisp.

Method: print-object ((ref cursor-user-lists) stream)
Source

twitter-lists.lisp.

Method: print-object ((url-entity url-entity) stream)
Source

twitter-entity.lisp.

Method: print-object ((ref place) stream)
Source

twitter-trends.lisp.

Method: print-object ((ref geo-attribute) stream)
Source

twitter-geo.lisp.

Method: print-object ((ref cursor-friend-id) stream)
Source

twitter-friendship.lisp.

Method: print-object ((ref search2) stream)
Source

twitter-application.lisp.

Method: print-object ((ref cursor-user) stream)
Source

twitter-user.lisp.

Method: print-object ((ref sleep-time) stream)
Source

twitter-account.lisp.

Method: print-object ((ref rate-limit-context) stream)
Source

twitter-application.lisp.

Method: print-object ((ref social-graph-cursor-user) stream)
Source

twitter-social-graph.lisp.

Method: print-object ((ref geo-places) stream)
Source

twitter-geo.lisp.

Method: print-object ((ref follow-target) stream)
Source

twitter-friendship.lisp.

Method: print-object ((ref account-settings) stream)
Source

twitter-account.lisp.

Method: print-object ((ref statuses) stream)
Source

twitter-application.lisp.

Method: print-object ((ref relationship) stream)
Source

twitter-friendship.lisp.

Method: print-object ((ref time-zone) stream)
Source

twitter-account.lisp.

Method: print-object ((ref twitter-rate-limit) stream)
Source

twitter-application.lisp.

Method: print-object ((media-entity media-entity) stream)
Source

twitter-entity.lisp.

Method: print-object ((ref list-type) stream)
Source

twitter-lists.lisp.

Method: print-object ((ref suggestion) stream)
Source

twitter-user.lisp.

Method: print-object ((ref place-type) stream)
Source

twitter-trends.lisp.

Method: print-object ((cmd twitter-command) stream)
Source

commands.lisp.

Method: print-object ((ref geo-result) stream)
Source

twitter-geo.lisp.

Method: print-object ((ref placetype) stream)
Source

twitter-account.lisp.

Method: print-object ((ref geo-bounding-box) stream)
Source

twitter-geo.lisp.

Method: print-object ((ref connection) stream)
Source

twitter-friendship.lisp.

Method: print-object ((ref cursor-tweet) stream)
Source

twitter-tweet-status.lisp.

Method: print-object ((user-mention user-mention) stream)
Source

twitter-entity.lisp.

Method: print-object ((ref limits) stream)
Source

twitter-application.lisp.

Method: print-object ((ref geo-place) stream)
Source

twitter-geo.lisp.

Method: print-object ((hashtag hashtag) stream)
Source

twitter-entity.lisp.

Method: print-object ((ref follow-source) stream)
Source

twitter-friendship.lisp.

Method: print-object ((ref relationships) stream)
Source

twitter-friendship.lisp.


6.1.6 Conditions

Condition: twitter-api-condition
Package

twitter.

Source

conditions.lisp.

Direct superclasses

error.

Direct methods
Direct slots
Slot: return-code
Initargs

:code

Readers

return-code.

Writers

This slot is read-only.

Slot: short
Initargs

:short

Readers

short-message.

Writers

This slot is read-only.

Slot: long
Initargs

:long

Readers

long-message.

Writers

This slot is read-only.

Slot: request
Initargs

:request

Readers

request-message.

Writers

This slot is read-only.

Slot: uri
Initargs

:uri

Readers

request-uri.

Writers

This slot is read-only.


6.1.7 Classes

Class: end-session
Package

twitter.

Source

twitter-account.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

end-session-id.

Writers

(setf end-session-id).

Slot: request
Initargs

:request

Readers

end-session-request.

Writers

(setf end-session-request).

Slot: error
Package

common-lisp.

Initargs

:error

Readers

end-session-error.

Writers

(setf end-session-error).

Class: saved-search
Package

twitter.

Source

twitter-saved-searches.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

saved-search-id.

Writers

(setf saved-search-id).

Slot: query
Initargs

:query

Readers

saved-search-query.

Writers

(setf saved-search-query).

Slot: created-at
Initargs

:created-at

Readers

saved-search-created-at.

Writers

(setf saved-search-created-at).

Slot: id-str
Initargs

:id-str

Readers

saved-search-id-str.

Writers

(setf saved-search-id-str).

Slot: name
Initargs

:name

Readers

saved-search-name.

Writers

(setf saved-search-name).

Slot: position
Package

common-lisp.

Initargs

:position

Readers

saved-search-position.

Writers

(setf saved-search-position).

Class: search-metadata
Package

twitter.

Source

twitter-search.lisp.

Direct methods
Direct slots
Slot: completed-in
Initargs

:completed-in

Readers

search-metadata-completed-in.

Writers

(setf search-metadata-completed-in).

Slot: max-id
Initargs

:max-id

Readers

search-metadata-max-id.

Writers

(setf search-metadata-max-id).

Slot: max-id-str
Initargs

:max-id-str

Readers

search-metadata-max-id-str.

Writers

(setf search-metadata-max-id-str).

Slot: next-results
Initargs

:next-results

Readers

search-metadata-next-results.

Writers

(setf search-metadata-next-results).

Slot: query
Initargs

:query

Readers

search-metadata-query.

Writers

(setf search-metadata-query).

Slot: refresh-url
Initargs

:refresh-url

Readers

search-metadata-refresh-url.

Writers

(setf search-metadata-refresh-url).

Slot: count
Package

common-lisp.

Initargs

:count

Readers

search-metadata-count.

Writers

(setf search-metadata-count).

Slot: since-id
Initargs

:since-id

Readers

search-metadata-since-id.

Writers

(setf search-metadata-since-id).

Slot: since-id-str
Initargs

:since-id-str

Readers

search-metadata-since-id-str.

Writers

(setf search-metadata-since-id-str).

Class: search-result
Package

twitter.

Source

twitter-search.lisp.

Direct methods
Direct slots
Slot: statuses
Initargs

:statuses

Readers

search-result-statuses.

Writers

(setf search-result-statuses).

Slot: search-metadata
Initargs

:search-metadata

Readers

search-result-search-metadata.

Writers

(setf search-result-search-metadata).

Class: social-graph-cursor-id
Package

twitter.

Source

twitter-social-graph.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

social-graph-cursor-id-id.

Writers

(setf social-graph-cursor-id-id).

Slot: next-cursor-str
Initargs

:next-cursor-str

Readers

social-graph-cursor-id-next-cursor-str.

Writers

(setf social-graph-cursor-id-next-cursor-str).

Slot: previous-cursor-str
Initargs

:previous-cursor-str

Readers

social-graph-cursor-id-previous-cursor-str.

Writers

(setf social-graph-cursor-id-previous-cursor-str).

Slot: next-cursor
Initargs

:next-cursor

Readers

social-graph-cursor-id-next-cursor.

Writers

(setf social-graph-cursor-id-next-cursor).

Slot: screen-name
Initargs

:screen-name

Readers

social-graph-cursor-id-screen-name.

Writers

(setf social-graph-cursor-id-screen-name).

Slot: command
Initargs

:command

Readers

social-graph-cursor-id-command.

Writers

(setf social-graph-cursor-id-command).

Slot: ids
Initargs

:ids

Readers

social-graph-cursor-id-ids.

Writers

(setf social-graph-cursor-id-ids).

Slot: previous-cursor
Initargs

:previous-cursor

Readers

social-graph-cursor-id-previous-cursor.

Writers

(setf social-graph-cursor-id-previous-cursor).

Class: trend
Package

twitter.

Source

twitter-trends.lisp.

Direct methods
Direct slots
Slot: promoted-content
Initargs

:promoted-content

Readers

trend-promoted-content.

Writers

(setf trend-promoted-content).

Slot: url
Initargs

:url

Readers

trend-url.

Writers

(setf trend-url).

Slot: query
Initargs

:query

Readers

trend-query.

Writers

(setf trend-query).

Slot: name
Initargs

:name

Readers

trend-name.

Writers

(setf trend-name).

Class: trend-list
Package

twitter.

Source

twitter-trends.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

trend-list-id.

Writers

(setf trend-list-id).

Slot: created-at
Initargs

:created-at

Readers

trend-list-created-at.

Writers

(setf trend-list-created-at).

Slot: locations
Initargs

:locations

Readers

trend-list-locations.

Writers

(setf trend-list-locations).

Initargs

:trends

Readers

trend-list-trends.

Writers

(setf trend-list-trends).

Slot: as-of
Initargs

:as-of

Readers

trend-list-as-of.

Writers

(setf trend-list-as-of).

Class: tweet
Package

twitter.

Source

twitter-tweet-status.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

tweet-id.

Writers

(setf tweet-id).

Slot: contributors
Initargs

:contributors

Readers

tweet-contributors.

Writers

(setf tweet-contributors).

Slot: created-at
Initargs

:created-at

Readers

tweet-created-at.

Writers

(setf tweet-created-at).

Slot: text
Initargs

:text

Readers

tweet-text.

Writers

(setf tweet-text).

Slot: source
Initargs

:source

Readers

tweet-source.

Writers

(setf tweet-source).

Slot: truncated
Initargs

:truncated

Readers

tweet-truncated.

Writers

(setf tweet-truncated).

Slot: favorited
Initargs

:favorited

Readers

tweet-favorited.

Writers

(setf tweet-favorited).

Slot: in-reply-to-status-id
Initargs

:in-reply-to-status-id

Readers

tweet-in-reply-to-status-id.

Writers

(setf tweet-in-reply-to-status-id).

Slot: in-reply-to-user-id
Initargs

:in-reply-to-user-id

Readers

tweet-in-reply-to-user-id.

Writers

(setf tweet-in-reply-to-user-id).

Slot: in-reply-to-screen-name
Initargs

:in-reply-to-screen-name

Readers

tweet-in-reply-to-screen-name.

Writers

(setf tweet-in-reply-to-screen-name).

Slot: geo
Initargs

:geo

Readers

tweet-geo.

Writers

(setf tweet-geo).

Slot: geo-enabled
Initargs

:geo-enabled

Readers

tweet-geo-enabled.

Writers

(setf tweet-geo-enabled).

Slot: entities
Initargs

:entities

Readers

tweet-entities.

Writers

(setf tweet-entities).

Slot: user
Initargs

:user

Readers

tweet-user.

Writers

(setf tweet-user).

Class: twitter-message
Package

twitter.

Source

twitter-messages.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

twitter-message-id.

Writers

(setf twitter-message-id).

Slot: created-at
Initargs

:created-at

Readers

twitter-message-created-at.

Writers

(setf twitter-message-created-at).

Slot: text
Initargs

:text

Readers

twitter-message-text.

Writers

(setf twitter-message-text).

Slot: sender-id
Initargs

:sender-id

Readers

twitter-message-sender-id.

Writers

(setf twitter-message-sender-id).

Slot: sender-screen-name
Initargs

:sender-screen-name

Readers

twitter-message-sender-screen-name.

Writers

(setf twitter-message-sender-screen-name).

Slot: recipient-id
Initargs

:recipient-id

Readers

twitter-message-recipient-id.

Writers

(setf twitter-message-recipient-id).

Slot: recipient-screen-name
Initargs

:recipient-screen-name

Readers

twitter-message-recipient-screen-name.

Writers

(setf twitter-message-recipient-screen-name).

Slot: sender
Initargs

:sender

Readers

twitter-message-sender.

Writers

(setf twitter-message-sender).

Slot: recipient
Initargs

:recipient

Readers

twitter-message-recipient.

Writers

(setf twitter-message-recipient).

Class: twitter-user
Package

twitter.

Source

twitter-user.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

twitter-user-id.

Writers

(setf twitter-user-id).

Slot: name
Initargs

:name

Readers

twitter-user-name.

Writers

(setf twitter-user-name).

Slot: screen-name
Initargs

:screen-name

Readers

twitter-user-screen-name.

Writers

(setf twitter-user-screen-name).

Slot: password
Initargs

:password

Readers

twitter-user-password.

Writers

(setf twitter-user-password).

Slot: access-token
Initargs

:access-token

Readers

twitter-user-access-token.

Writers

(setf twitter-user-access-token).

Slot: description
Initargs

:description

Readers

twitter-user-description.

Writers

(setf twitter-user-description).

Slot: location
Initargs

:location

Readers

twitter-user-location.

Writers

(setf twitter-user-location).

Slot: profile-image-url
Initargs

:profile-image-url

Readers

twitter-user-profile-image-url.

Writers

(setf twitter-user-profile-image-url).

Slot: url
Initargs

:url

Readers

twitter-user-url.

Writers

(setf twitter-user-url).

Slot: protected
Initargs

:protected

Readers

twitter-user-protected.

Writers

(setf twitter-user-protected).

Slot: verified
Initargs

:verified

Readers

twitter-user-verified.

Writers

(setf twitter-user-verified).

Slot: verified-profile
Initargs

:verified-profile

Readers

twitter-user-verified-profile.

Writers

(setf twitter-user-verified-profile).

Slot: contributors-enabled
Initargs

:contributors-enabled

Readers

twitter-user-contributors-enabled.

Writers

(setf twitter-user-contributors-enabled).

Slot: lang
Initargs

:lang

Readers

twitter-user-lang.

Writers

(setf twitter-user-lang).

Slot: status
Initargs

:status

Readers

twitter-user-status.

Writers

(setf twitter-user-status).

Slot: geo
Initargs

:geo

Readers

twitter-user-geo.

Writers

(setf twitter-user-geo).

Slot: geo-enabled
Initargs

:geo-enabled

Readers

twitter-user-geo-enabled.

Writers

(setf twitter-user-geo-enabled).

Slot: created-at
Initargs

:created-at

Readers

twitter-user-created-at.

Writers

(setf twitter-user-created-at).

Slot: following
Initargs

:following

Readers

twitter-user-following.

Writers

(setf twitter-user-following).

Slot: followers-count
Initargs

:followers-count

Readers

twitter-user-followers-count.

Writers

(setf twitter-user-followers-count).

Slot: statuses-count
Initargs

:statuses-count

Readers

twitter-user-statuses-count.

Writers

(setf twitter-user-statuses-count).

Slot: friends-count
Initargs

:friends-count

Readers

twitter-user-friends-count.

Writers

(setf twitter-user-friends-count).

Slot: favourites-count
Initargs

:favourites-count

Readers

twitter-user-favourites-count.

Writers

(setf twitter-user-favourites-count).

Slot: notifications
Initargs

:notifications

Readers

twitter-user-notifications.

Writers

(setf twitter-user-notifications).

Slot: utc-offset
Initargs

:utc-offset

Readers

twitter-user-utc-offset.

Writers

(setf twitter-user-utc-offset).

Slot: time-zone
Initargs

:time-zone

Readers

twitter-user-time-zone.

Writers

(setf twitter-user-time-zone).

Slot: profile-text-color
Initargs

:profile-text-color

Readers

twitter-user-profile-text-color.

Writers

(setf twitter-user-profile-text-color).

Initargs

:profile-link-color

Readers

twitter-user-profile-link-color.

Writers

(setf twitter-user-profile-link-color).

Slot: profile-sidebar-color
Initargs

:profile-sidebar-color

Readers

twitter-user-profile-sidebar-color.

Writers

(setf twitter-user-profile-sidebar-color).

Slot: profile-sidebar-border-color
Initargs

:profile-sidebar-border-color

Readers

twitter-user-profile-sidebar-border-color.

Writers

(setf twitter-user-profile-sidebar-border-color).

Slot: profile-sidebar-fill-color
Initargs

:profile-sidebar-fill-color

Readers

twitter-user-profile-sidebar-fill-color.

Writers

(setf twitter-user-profile-sidebar-fill-color).

Slot: profile-background-color
Initargs

:profile-background-color

Readers

twitter-user-profile-background-color.

Writers

(setf twitter-user-profile-background-color).

Slot: profile-background-image-url
Initargs

:profile-background-image-url

Readers

twitter-user-profile-background-image-url.

Writers

(setf twitter-user-profile-background-image-url).

Slot: profile-background-tile
Initargs

:profile-background-tile

Readers

twitter-user-profile-background-tile.

Writers

(setf twitter-user-profile-background-tile).


6.2 Internals


6.2.1 Constants

Constant: +http-ok+
Package

twitter.

Source

url-shortners.lisp.


6.2.2 Special variables

Special Variable: *cache-spec-file*

cache specification; contains types to cache

Package

twitter.

Source

twitter-cache.lisp.

Special Variable: *code-messages*
Package

twitter.

Source

conditions.lisp.

Special Variable: *command-map*

Table of all the command records

Package

twitter.

Source

commands.lisp.

Special Variable: *day-of-week-strings*

map day-of-the-week to a string

Package

twitter.

Source

twitter-vars.lisp.

Special Variable: *driver-spec-file*

file which stores/contains the driver specification

Package

twitter.

Source

twitter-db.lisp.

Special Variable: *dump-response*

dump the response to stdout on error

Package

twitter.

Source

twitter-vars.lisp.

Special Variable: *element-descriptions*

Lookup element descriptions

Package

twitter.

Source

elements.lisp.

Special Variable: *geo-print-offset*
Package

twitter.

Source

twitter-geo.lisp.

Special Variable: *lisp->twitter-symbols*

Maintain conversions between _ and - forms for simplicity

Package

twitter.

Source

utils.lisp.

Special Variable: *month-strings*

translate month to s string

Package

twitter.

Source

twitter-vars.lisp.

Special Variable: *seperator*
Package

twitter.

Source

twitter-show.lisp.

Special Variable: *tinyurl-url*
Package

twitter.

Source

url-shortners.lisp.

Special Variable: *twitter->lisp-symbols*

Maintain conversions between _ and - forms for simplicity

Package

twitter.

Source

utils.lisp.

Special Variable: *twitter-app-uri*
Package

twitter.

Source

twitter-vars.lisp.

Special Variable: *twitter-client-headers*

Default headers sent in requests

Package

twitter.

Source

twitter-vars.lisp.

Special Variable: *twitter-client-source-param*

The source value for posts; shows up in twitter web as client id

Package

twitter.

Source

commands.lisp.

Special Variable: *twitter-oauth-uri*
Package

twitter.

Source

twitter-vars.lisp.

Special Variable: *twitter-object-cache*

twitter object cache, in memory

Package

twitter.

Source

twitter-cache.lisp.

Special Variable: *twitter-search-uri*
Package

twitter.

Source

twitter-vars.lisp.


6.2.3 Macros

Macro: collect-tweets ((&key max skip container) &rest body)
Package

twitter.

Source

twitter-macro.lisp.

Macro: create-caches (defmethod-maker-macro)
Package

twitter.

Source

twitter-cache.lisp.

Macro: define-command (command (method return-type) base-url description &body args)

Capture all the key syntax for Twitter commands:
command name | method | arguments | return-type | base-url

method = { :get | :post | :get-id | get-user-id | :post-id } return-type = { :status | (:status) | :user-basic | :user-ext | :message | (:message) |
:id | (:id) | :value

Package

twitter.

Source

commands.lisp.

Macro: define-element (name embedded &body arguments)

A macro for compactly defining a twitter element. Args are lists of (slotname description value-type). First two elts are optional unique-p and an optional description

Package

twitter.

Source

elements.lisp.

Macro: define-twitter-method (method (arg-list &rest keys) &body twitter-command)
Package

twitter.

Source

commands.lisp.

Macro: fixup (lst)
Package

twitter.

Source

twitter-macro.lisp.

Macro: run-parser (parser &rest expr)
Package

twitter.

Source

twitter-social-graph.lisp.

Macro: social-graph (&rest expr)
Package

twitter.

Source

twitter-social-graph.lisp.

Macro: twitter-object-store (type)
Package

twitter.

Source

twitter-cache.lisp.

Macro: with-error-handler ((&key verbose) &rest body)
Package

twitter.

Source

conditions.lisp.

Macro: with-gensyms ((&rest names) &rest body)
Package

twitter.

Source

twitter-macro.lisp.


6.2.4 Setf expanders

Setf Expander: (setf get-value) (value name)
Package

twitter.

Source

utils.lisp.

Reader

get-value (function).

Writer

set-value (function).


6.2.5 Ordinary functions

Function: abstract-syntax-tree (parse-tree)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: accessor-name (type slotname)

Create accessor name

Package

twitter.

Source

elements.lisp.

Function: account-settings (&key sleep-time-enabled start-sleep-time end-sleep-time time-zone trend-location-woeid allow-contributor-request lang)
Package

twitter.

Source

twitter-account.lisp.

Function: account-settings-p (inst)
Package

twitter.

Source

twitter-account.lisp.

Function: account-update-profile (&key name url location description profile-link-color include_entities skip-status)
Package

twitter.

Source

twitter-account.lisp.

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

twitter.

Source

twitter-account.lisp.

Function: add-conversion (lisp-sym)

Add a conversion between _ and - forms of argument symbols

Package

twitter.

Source

utils.lisp.

Function: add-conversions (args)

Add twitter->lisp conversions for define-element args

Package

twitter.

Source

elements.lisp.

Function: add-conversions-from-twitter (args)

Add twitter->lisp conversions for define-element args

Package

twitter.

Source

commands.lisp.

Function: alist->plist (alist)
Package

twitter.

Source

utils.lisp.

Function: application-rate-limit-status (&key resources)
Package

twitter.

Source

twitter-application.lisp.

Function: argument-help (argument)
Package

twitter.

Source

commands.lisp.

Function: arguments (&rest args)
Package

twitter.

Source

utils.lisp.

Function: as-keyword (symbol)
Package

twitter.

Source

elements.lisp.

Function: as-string (arg)
Package

twitter.

Source

utils.lisp.

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

twitter.

Source

twitter-blocks.lisp.

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

twitter.

Source

twitter-blocks.lisp.

Function: blocks-ids (&key cursor stringify-ids)
Package

twitter.

Source

twitter-blocks.lisp.

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

twitter.

Source

twitter-blocks.lisp.

Function: cache-spec ()
Package

twitter.

Source

twitter-cache.lisp.

Function: check-arguments (cmd args)
Package

twitter.

Source

commands.lisp.

Function: collect-memberships (screen-name &key max skip)
Package

twitter.

Source

twitter-lists.lisp.

Function: collect-results (container depth func arg-list)
Package

twitter.

Source

utils.lisp.

Function: collect-subscriptions (screen-name &key max skip)
Package

twitter.

Source

twitter-lists.lisp.

Function: collect-tweets-2 (list-id &key since-id max-id count include-entities include-rts)
Package

twitter.

Source

twitter-lists.lisp.

Function: collect-users-by-id (&rest ids)
Package

twitter.

Source

twitter-user.lisp.

Reader: command-argmap (instance)
Writer: (setf command-argmap) (instance)
Package

twitter.

Source

commands.lisp.

Target Slot

argmap.

Reader: command-base-url (instance)
Writer: (setf command-base-url) (instance)
Package

twitter.

Source

commands.lisp.

Target Slot

base-url.

Reader: command-description (instance)
Writer: (setf command-description) (instance)
Package

twitter.

Source

commands.lisp.

Target Slot

description.

Reader: command-method (instance)
Writer: (setf command-method) (instance)
Package

twitter.

Source

commands.lisp.

Target Slot

method.

Reader: command-name (instance)
Writer: (setf command-name) (instance)
Package

twitter.

Source

commands.lisp.

Target Slot

name.

Function: command-request-arguments (command args)

A command reference and a plist of arguments.
Returns multiple values: url auth post-params parse-type

Package

twitter.

Source

commands.lisp.

Reader: command-return-type (instance)
Writer: (setf command-return-type) (instance)
Package

twitter.

Source

commands.lisp.

Target Slot

return-type.

Function: connection-p (inst)
Package

twitter.

Source

twitter-friendship.lisp.

Function: convert->lisp=>twitter (lisp-symbol)

Add a conversion between _ and - forms of argument symbols

Package

twitter.

Source

utils.lisp.

Function: convert-from-twitter (string)
Package

twitter.

Source

utils.lisp.

Function: convert-to-tinyurl (text)
Package

twitter.

Source

url-shortners.lisp.

Function: convert-to-twitter (string)
Package

twitter.

Source

utils.lisp.

Function: copy-twitter-command (instance)
Package

twitter.

Source

commands.lisp.

Function: create-embedded-elements (elt embedded)

For any slot value that is designated embedded, take the alist and create an instance of that embedded object

Package

twitter.

Source

elements.lisp.

Function: current-utc (stream)
Package

twitter.

Source

utils.lisp.

Function: cursor-friend-id-p (inst)
Package

twitter.

Source

twitter-friendship.lisp.

Function: cursor-id (ref)
Package

twitter.

Source

twitter-blocks.lisp.

Function: cursor-id-p (inst)
Package

twitter.

Source

twitter-blocks.lisp.

Function: cursor-tweet-p (inst)
Package

twitter.

Source

twitter-tweet-status.lisp.

Function: cursor-user-lists-p (inst)
Package

twitter.

Source

twitter-lists.lisp.

Function: cursor-user-p (inst)
Package

twitter.

Source

twitter-user.lisp.

Function: day-of-week (i)
Package

twitter.

Source

utils.lisp.

Function: default-make-element (rec type)

Make an element of type from record.

Package

twitter.

Source

elements.lisp.

Function: determine-page-size (count)
Package

twitter.

Source

twitter-social-graph.lisp.

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

twitter.

Source

twitter-messages.lisp.

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

twitter.

Source

twitter-messages.lisp.

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

twitter.

Source

twitter-messages.lisp.

Function: direct-messages-show (message-id)
Package

twitter.

Source

twitter-messages.lisp.

Function: dispatch (tree)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: driver-spec ()
Package

twitter.

Source

twitter-db.lisp.

Function: dump-lisp->twitter-symbols ()
Package

twitter.

Source

utils.lisp.

Function: dump-stream (stream)
Package

twitter.

Source

twitter-op.lisp.

Function: dump-twitter->lisp-symbols ()
Package

twitter.

Source

utils.lisp.

Function: end-parse (parser-state)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: end-session-p (inst)
Package

twitter.

Source

twitter-account.lisp.

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

twitter.

Source

twitter-favorites.lisp.

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

twitter.

Source

twitter-favorites.lisp.

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

twitter.

Source

twitter-favorites.lisp.

Function: find-tweets (query &key lang locale count since-id until geocode result-type max-id include-entities)
Package

twitter.

Source

twitter-search.lisp.

Function: fix-args (args)
Package

twitter.

Source

commands.lisp.

Function: fix-attribute (arg)
Package

twitter.

Source

utils.lisp.

Function: follow-source-p (inst)
Package

twitter.

Source

twitter-friendship.lisp.

Function: follow-target-p (inst)
Package

twitter.

Source

twitter-friendship.lisp.

Function: followers (user &key max skip count skip-status include-user-entities)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: followers-as-ids (user &key max skip count)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: friends (user &key max skip count skip-status include-user-entities)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: friends-as-ids (user &key max skip count)
Package

twitter.

Source

twitter-social-graph.lisp.

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

twitter.

Source

twitter-friendship.lisp.

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

twitter.

Source

twitter-friendship.lisp.

Function: friendships-incoming (&key cursor stringify-ids)
Package

twitter.

Source

twitter-friendship.lisp.

Function: friendships-lookup (&key screen-name user-id)
Package

twitter.

Source

twitter-friendship.lisp.

Function: friendships-no-retweets-ids (&key stringify-ids)
Package

twitter.

Source

twitter-friendship.lisp.

Function: friendships-outgoing (&key cursor stringify-ids)
Package

twitter.

Source

twitter-friendship.lisp.

Function: friendships-show (source-screen-name target-screen-name &rest args &key source-id target-id)
Package

twitter.

Source

twitter-friendship.lisp.

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

twitter.

Source

twitter-friendship.lisp.

Function: generate-get-url (cmd args)
Package

twitter.

Source

commands.lisp.

Function: geo-attribute-p (inst)
Package

twitter.

Source

twitter-geo.lisp.

Function: geo-bounding-box-p (inst)
Package

twitter.

Source

twitter-geo.lisp.

Function: geo-coordinate-p (inst)
Package

twitter.

Source

twitter-geo.lisp.

Function: geo-id-place-id (place-id)
Package

twitter.

Source

twitter-geo.lisp.

Function: geo-place-p (inst)
Package

twitter.

Source

twitter-geo.lisp.

Function: geo-places-p (inst)
Package

twitter.

Source

twitter-geo.lisp.

Function: geo-query-p (inst)
Package

twitter.

Source

twitter-geo.lisp.

Function: geo-result-p (inst)
Package

twitter.

Source

twitter-geo.lisp.

Function: get-command (command-ref)

Take a command or keyword reference and return command object

Package

twitter.

Source

commands.lisp.

Function: get-command-request (cmd args)
Package

twitter.

Source

commands.lisp.

Function: get-description (type)
Package

twitter.

Source

elements.lisp.

Function: get-dirs ()
Package

twitter.

Source

utils.lisp.

Function: get-id-command-request (cmd args)
Package

twitter.

Source

commands.lisp.

Function: get-request-argument (args keyword)
Package

twitter.

Source

commands.lisp.

Function: get-required-request-argument (cmd args keyword)
Package

twitter.

Source

commands.lisp.

Function: get-user-command-request (cmd args)
Package

twitter.

Source

commands.lisp.

Function: get-user-id-command-request (cmd args)
Package

twitter.

Source

commands.lisp.

Function: get-user-list-id-command-request (cmd args)
Package

twitter.

Source

commands.lisp.

Function: get-user-list-id-id-command-request (cmd args)
Package

twitter.

Source

commands.lisp.

Function: get-value (name object)
Package

twitter.

Source

utils.lisp.

Setf expander for this function

(setf get-value).

Function: hashtag-p (inst)
Package

twitter.

Source

twitter-entity.lisp.

Function: inject-url-id (cmd url args)
Package

twitter.

Source

commands.lisp.

Function: inject-url-list-id (cmd url args)
Package

twitter.

Source

commands.lisp.

Function: inject-url-user (cmd url args)
Package

twitter.

Source

commands.lisp.

Function: inject-url-user-id (cmd url args)
Package

twitter.

Source

commands.lisp.

Function: inject-url-user-list-id (cmd url args)
Package

twitter.

Source

commands.lisp.

Function: inject-url-user-list-id-id (cmd url args)
Package

twitter.

Source

commands.lisp.

Function: intern-all (command)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: invalidate-parser-state (parser-state)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: limit-length (lst)
Package

twitter.

Source

twitter-blocks.lisp.

Function: limits-p (inst)
Package

twitter.

Source

twitter-application.lisp.

Function: lisp->twitter (lisp-symbol)
Package

twitter.

Source

utils.lisp.

Function: lisp->twitter-plist (plist)
Package

twitter.

Source

utils.lisp.

Function: list-memberships-timeline (user &key max-per-list)
Package

twitter.

Source

twitter-lists.lisp.

Function: list-subscriptions-timeline (user &key max-per-list)
Package

twitter.

Source

twitter-lists.lisp.

Function: list-timeline (func user &key max-per-list)
Package

twitter.

Source

twitter-lists.lisp.

Function: list-type-p (inst)
Package

twitter.

Source

twitter-lists.lisp.

Function: lists-create (name &key mode description)
Package

twitter.

Source

twitter-lists.lisp.

Function: lists-delete (&key list-id slug owner-screen-name owner-id)
Package

twitter.

Source

twitter-lists.lisp.

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

twitter.

Source

twitter-lists.lisp.

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

twitter.

Source

twitter-list-members.lisp.

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

twitter.

Source

twitter-list-members.lisp.

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

twitter.

Source

twitter-list-members.lisp.

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

twitter.

Source

twitter-list-members.lisp.

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

twitter.

Source

twitter-list-members.lisp.

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

twitter.

Source

twitter-list-members.lisp.

Function: lists-memberships (&key user-id screen-name count cursor filter-to-owned-lists)
Package

twitter.

Source

twitter-lists.lisp.

Function: lists-ownerships (&key user-id screen-name count cursor)
Package

twitter.

Source

twitter-lists.lisp.

Function: lists-p (inst)
Package

twitter.

Source

twitter-application.lisp.

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

twitter.

Source

twitter-lists.lisp.

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

twitter.

Source

twitter-lists.lisp.

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

twitter.

Source

twitter-list-subscribers.lisp.

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

twitter.

Source

twitter-list-subscribers.lisp.

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

twitter.

Source

twitter-list-subscribers.lisp.

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

twitter.

Source

twitter-list-subscribers.lisp.

Function: lists-subscriptions (&key user-id screen-name count cursor)
Package

twitter.

Source

twitter-lists.lisp.

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

twitter.

Source

twitter-lists.lisp.

Function: localize-symbol (sym &optional package)
Package

twitter.

Source

utils.lisp.

Function: lookup-fn-name (type)

Given a type, return the name lookup fn. User defined.

Package

twitter.

Source

elements.lisp.

Function: lookup-id-name (type)

Given a type, return the name lookup fn. User defined.

Package

twitter.

Source

elements.lisp.

Function: make-slot-init (type arg)

Make a defclass slot initialization

Package

twitter.

Source

elements.lisp.

Function: make-twitter-command (&key name method return-type base-url description argmap)
Package

twitter.

Source

commands.lisp.

Function: maybe-add-conversion (lisp-sym)

Add a conversion between _ and - forms of argument symbols

Package

twitter.

Source

utils.lisp.

Function: maybe-add-conversion-from-twitter (twitter-sym)

Add a conversion between _ and - forms of argument symbols starting with a twitter symbol

Package

twitter.

Source

utils.lisp.

Function: media-entity-p (inst)
Package

twitter.

Source

twitter-entity.lisp.

Function: media-size-p (inst)
Package

twitter.

Source

twitter-entity.lisp.

Function: media-sizes-p (inst)
Package

twitter.

Source

twitter-entity.lisp.

Function: messages-received ()
Package

twitter.

Source

twitter-messages.lisp.

Function: messages-sent ()
Package

twitter.

Source

twitter-messages.lisp.

Function: month (i)
Package

twitter.

Source

utils.lisp.

Function: option-not-nil (plist &optional accum)
Package

twitter.

Source

utils.lisp.

Function: parse-account-settings (rec)
Package

twitter.

Source

twitter-account.lisp.

Function: parse-add-type (type)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: parse-command-response (response type)
Package

twitter.

Source

twitter-op.lisp.

Function: parse-connection (rec)
Package

twitter.

Source

twitter-friendship.lisp.

Function: parse-cursor-friend-id (rec)
Package

twitter.

Source

twitter-friendship.lisp.

Function: parse-cursor-id (rec)
Package

twitter.

Source

twitter-blocks.lisp.

Function: parse-cursor-tweet (rec)
Package

twitter.

Source

twitter-tweet-status.lisp.

Function: parse-cursor-user (rec)
Package

twitter.

Source

twitter-user.lisp.

Function: parse-cursor-user-lists (rec)
Package

twitter.

Source

twitter-lists.lisp.

Function: parse-element-record (type rec embedded unique-p)

Generic parsing function

Package

twitter.

Source

elements.lisp.

Function: parse-embedded-element (type value)

Parse elements of type from value, map over the value as a list of type is of type consp

Package

twitter.

Source

elements.lisp.

Function: parse-end-session (rec)
Package

twitter.

Source

twitter-account.lisp.

Function: parse-error-response (response code)
Package

twitter.

Source

twitter-op.lisp.

Function: parse-fn-name (type)

Given a type, return the canonical parser name. Created automatically

Package

twitter.

Source

elements.lisp.

Function: parse-follow-source (rec)
Package

twitter.

Source

twitter-friendship.lisp.

Function: parse-follow-target (rec)
Package

twitter.

Source

twitter-friendship.lisp.

Function: parse-geo-attribute (rec)
Package

twitter.

Source

twitter-geo.lisp.

Function: parse-geo-bounding-box (rec)
Package

twitter.

Source

twitter-geo.lisp.

Function: parse-geo-coordinate (rec)
Package

twitter.

Source

twitter-geo.lisp.

Function: parse-geo-coordinates (ref)
Package

twitter.

Source

twitter-geo.lisp.

Function: parse-geo-place (rec)
Package

twitter.

Source

twitter-geo.lisp.

Function: parse-geo-places (rec)
Package

twitter.

Source

twitter-geo.lisp.

Function: parse-geo-query (rec)
Package

twitter.

Source

twitter-geo.lisp.

Function: parse-geo-result (rec)
Package

twitter.

Source

twitter-geo.lisp.

Function: parse-hashtag (rec)
Package

twitter.

Source

twitter-entity.lisp.

Function: parse-identity (ref)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: parse-limits (rec)
Package

twitter.

Source

twitter-application.lisp.

Function: parse-list-type (rec)
Package

twitter.

Source

twitter-lists.lisp.

Function: parse-lists (rec)
Package

twitter.

Source

twitter-application.lisp.

Function: parse-media-entity (rec)
Package

twitter.

Source

twitter-entity.lisp.

Function: parse-media-size (rec)
Package

twitter.

Source

twitter-entity.lisp.

Function: parse-media-sizes (rec)
Package

twitter.

Source

twitter-entity.lisp.

Function: parse-place (rec)
Package

twitter.

Source

twitter-trends.lisp.

Function: parse-place-type (rec)
Package

twitter.

Source

twitter-trends.lisp.

Function: parse-placetype (rec)
Package

twitter.

Source

twitter-account.lisp.

Function: parse-rate-limit-context (rec)
Package

twitter.

Source

twitter-application.lisp.

Function: parse-relationship (rec)
Package

twitter.

Source

twitter-friendship.lisp.

Function: parse-relationships (rec)
Package

twitter.

Source

twitter-friendship.lisp.

Function: parse-resources (rec)
Package

twitter.

Source

twitter-application.lisp.

Function: parse-saved-search (rec)
Package

twitter.

Source

twitter-saved-searches.lisp.

Function: parse-search-metadata (rec)
Package

twitter.

Source

twitter-search.lisp.

Function: parse-search-result (rec)
Package

twitter.

Source

twitter-search.lisp.

Function: parse-search2 (rec)
Package

twitter.

Source

twitter-application.lisp.

Function: parse-sleep-time (rec)
Package

twitter.

Source

twitter-account.lisp.

Function: parse-social-graph-cursor-id (rec)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: parse-social-graph-cursor-user (rec)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: parse-statuses (rec)
Package

twitter.

Source

twitter-application.lisp.

Function: parse-suggestion (rec)
Package

twitter.

Source

twitter-user.lisp.

Function: parse-time-zone (rec)
Package

twitter.

Source

twitter-account.lisp.

Function: parse-tree-done? (parse-tree)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: parse-tree-start? (parse-tree)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: parse-trend (rec)
Package

twitter.

Source

twitter-trends.lisp.

Function: parse-trend-list (rec)
Package

twitter.

Source

twitter-trends.lisp.

Function: parse-trend-location (rec)
Package

twitter.

Source

twitter-account.lisp.

Function: parse-tweet (rec)
Package

twitter.

Source

twitter-tweet-status.lisp.

Function: parse-twitter-entities (rec)
Package

twitter.

Source

twitter-entity.lisp.

Function: parse-twitter-message (rec)
Package

twitter.

Source

twitter-messages.lisp.

Function: parse-twitter-rate-limit (rec)
Package

twitter.

Source

twitter-application.lisp.

Function: parse-twitter-user (rec)
Package

twitter.

Source

twitter-user.lisp.

Function: parse-url-entity (rec)
Package

twitter.

Source

twitter-entity.lisp.

Function: parse-user-list (rec)
Package

twitter.

Source

twitter-user.lisp.

Function: parse-user-mention (rec)
Package

twitter.

Source

twitter-entity.lisp.

Function: parser-done (parser-state)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: parser-error (parser-state)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: parser-op (op)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: parser-op-cond (if-op then-op)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: parser-op-or (left-op right-op)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: parser-or (left right)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: parser-print (a)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: parser-read (type keyword)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: parser-validate (keyword token)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: place-p (inst)
Package

twitter.

Source

twitter-trends.lisp.

Function: place-type-p (inst)
Package

twitter.

Source

twitter-trends.lisp.

Function: placetype-p (inst)
Package

twitter.

Source

twitter-account.lisp.

Function: plist->alist (plist)
Package

twitter.

Source

utils.lisp.

Function: plist->uri-params (plist &optional escape-p)
Package

twitter.

Source

utils.lisp.

Function: plist-keywords (plist)
Package

twitter.

Source

utils.lisp.

Function: post-command-request (cmd args)
Package

twitter.

Source

commands.lisp.

Function: post-id-command-request (cmd args)
Package

twitter.

Source

commands.lisp.

Function: post-user-command-request (cmd args)
Package

twitter.

Source

commands.lisp.

Function: post-user-id-command-request (cmd args)
Package

twitter.

Source

commands.lisp.

Function: post-user-list-id-command-request (cmd args)
Package

twitter.

Source

commands.lisp.

Function: print-account-settings (ref)
Package

twitter.

Source

twitter-account.lisp.

Function: print-cursor-user (ref)
Package

twitter.

Source

twitter-user.lisp.

Function: print-cursor-user-lists (ref)
Package

twitter.

Source

twitter-lists.lisp.

Function: print-end-session (ref)
Package

twitter.

Source

twitter-account.lisp.

Function: print-follow-source (ref)
Package

twitter.

Source

twitter-friendship.lisp.

Function: print-follow-target (ref)
Package

twitter.

Source

twitter-friendship.lisp.

Function: print-geo-attribute (ref)
Package

twitter.

Source

twitter-geo.lisp.

Function: print-geo-bounding-box (ref)
Package

twitter.

Source

twitter-geo.lisp.

Function: print-geo-coordinate (ref)
Package

twitter.

Source

twitter-geo.lisp.

Function: print-geo-places (ref)
Package

twitter.

Source

twitter-geo.lisp.

Function: print-geo-query (ref)
Package

twitter.

Source

twitter-geo.lisp.

Function: print-geo-result (ref)
Package

twitter.

Source

twitter-geo.lisp.

Function: print-list-type (ref)
Package

twitter.

Source

twitter-lists.lisp.

Function: print-place (ref)
Package

twitter.

Source

twitter-trends.lisp.

Function: print-place-type (ref)
Package

twitter.

Source

twitter-trends.lisp.

Function: print-placetype (ref)
Package

twitter.

Source

twitter-account.lisp.

Function: print-relationship (ref)
Package

twitter.

Source

twitter-friendship.lisp.

Function: print-relationships (ref)
Package

twitter.

Source

twitter-friendship.lisp.

Function: print-saved-search (ref)
Package

twitter.

Source

twitter-saved-searches.lisp.

Function: print-search-results (result)
Package

twitter.

Source

twitter-search.lisp.

Function: print-social-graph-cursor-id (ref)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: print-social-graph-cursor-user (ref)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: print-suggestion (ref)
Package

twitter.

Source

twitter-user.lisp.

Function: print-trend (ref)
Package

twitter.

Source

twitter-trends.lisp.

Function: print-trend-list (ref)
Package

twitter.

Source

twitter-trends.lisp.

Function: print-trend-location (ref)
Package

twitter.

Source

twitter-account.lisp.

Function: print-user-list (ref)
Package

twitter.

Source

twitter-user.lisp.

Function: push-until-keyword (lst &optional accum)
Package

twitter.

Source

twitter-macro.lisp.

Function: rate-limit-context-p (inst)
Package

twitter.

Source

twitter-application.lisp.

Function: rate-limit-exceeded ()
Package

twitter.

Source

twitter-application.lisp.

Function: read-driver-spec ()
Package

twitter.

Source

twitter-db.lisp.

Function: record-arg-descriptions (type description args)

Record the descriptions for specific slot types. This works because they’re universal in the twitter API

Package

twitter.

Source

elements.lisp.

Function: record-type-args (type args)

Record arguments for type checking prior to creation

Package

twitter.

Source

elements.lisp.

Function: relationship-p (inst)
Package

twitter.

Source

twitter-friendship.lisp.

Function: relationships-p (inst)
Package

twitter.

Source

twitter-friendship.lisp.

Function: rem-keywords (list keywords)

Remove keywords from a keylist

Package

twitter.

Source

utils.lisp.

Function: rem-nil-keywords (list keywords)

Remove keywords from a keylist

Package

twitter.

Source

utils.lisp.

Function: resources-p (inst)
Package

twitter.

Source

twitter-application.lisp.

Function: run-verify-parse-tree (parse-tree &rest checks)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: safe-decode-json (response-stream)
Package

twitter.

Source

twitter-op.lisp.

Function: saved-search-p (inst)
Package

twitter.

Source

twitter-saved-searches.lisp.

Function: saved-searches-create (query)
Package

twitter.

Source

twitter-saved-searches.lisp.

Function: saved-searches-destroy (id)
Package

twitter.

Source

twitter-saved-searches.lisp.

Function: saved-searches-list ()
Package

twitter.

Source

twitter-saved-searches.lisp.

Function: saved-searches-show (id)
Package

twitter.

Source

twitter-saved-searches.lisp.

Function: search-metadata-p (inst)
Package

twitter.

Source

twitter-search.lisp.

Function: search-result-p (inst)
Package

twitter.

Source

twitter-search.lisp.

Function: search-results (result)
Package

twitter.

Source

twitter-search.lisp.

Function: search-tweets (query &rest args &key callback lang locale count since-id until geocode result-type max-id include-entities)
Package

twitter.

Source

twitter-search.lisp.

Function: search2-p (inst)
Package

twitter.

Source

twitter-application.lisp.

Function: send-command (command args)
Package

twitter.

Source

twitter-op.lisp.

Function: set-count (count)
Package

twitter.

Source

utils.lisp.

Function: set-count-s (count)
Package

twitter.

Source

twitter-search.lisp.

Function: set-depth (count)
Package

twitter.

Source

utils.lisp.

Function: set-depth-s (count)
Package

twitter.

Source

twitter-search.lisp.

Function: set-value (value name object)
Package

twitter.

Source

utils.lisp.

Setf expanders to this function

(setf get-value).

Function: sleep-time-p (inst)
Package

twitter.

Source

twitter-account.lisp.

Function: social-graph-cursor-id-p (inst)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: social-graph-cursor-user-p (inst)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: social-graph-parser ()
Package

twitter.

Source

twitter-social-graph.lisp.

Function: split-to-key (lst)
Package

twitter.

Source

utils.lisp.

Function: start-parse (expr)
Package

twitter.

Source

twitter-social-graph.lisp.

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

twitter.

Source

twitter-tweet-status.lisp.

Function: statuses-home-timeline (&key since-id max-id count trim-user exclude-replies contributer-details include-entities)
Package

twitter.

Source

twitter-timeline.lisp.

Function: statuses-lookup (tweet-id-str &key trim-user include-entities _map)
Package

twitter.

Source

twitter-tweet-status.lisp.

Function: statuses-mentions-timeline (&key since-id max-id count trim-user contributer-details include-entities)
Package

twitter.

Source

twitter-timeline.lisp.

Function: statuses-p (inst)
Package

twitter.

Source

twitter-application.lisp.

Function: statuses-retweet (tweet-id &key trim-user include-entities)
Package

twitter.

Source

twitter-tweet-status.lisp.

Function: statuses-retweeters (tweet-id &key cursor stringify-ids)
Package

twitter.

Source

twitter-tweet-status.lisp.

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

twitter.

Source

twitter-tweet-status.lisp.

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

twitter.

Source

twitter-timeline.lisp.

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

twitter.

Source

twitter-tweet-status.lisp.

Function: statuses-update (status &key in-reply-to-status-id possibly-sensitive lat long place-id display-coordinates trim-user)
Package

twitter.

Source

twitter-tweet-status.lisp.

Function: statuses-user-timeline (&key since-id max-id count user-id screen-name trim-user include-rts exclude-replies contributer-details)
Package

twitter.

Source

twitter-timeline.lisp.

Function: stringify-all (command)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: strip-keyword (keyword plist)
Package

twitter.

Source

utils.lisp.

Function: strip-keyword-2 (keyword plist)
Package

twitter.

Source

twitter-macro.lisp.

Function: strip-keyword-if (predicate plist)
Package

twitter.

Source

utils.lisp.

Function: strip-keywords (keyword-list plist)
Package

twitter.

Source

utils.lisp.

Function: suggestion-p (inst)
Package

twitter.

Source

twitter-user.lisp.

Function: time-zone-p (inst)
Package

twitter.

Source

twitter-account.lisp.

Function: to-uri-param (arg escape-p)
Package

twitter.

Source

utils.lisp.

Function: trend-list-p (inst)
Package

twitter.

Source

twitter-trends.lisp.

Function: trend-location-p (inst)
Package

twitter.

Source

twitter-account.lisp.

Function: trend-p (inst)
Package

twitter.

Source

twitter-trends.lisp.

Package

twitter.

Source

twitter-trends.lisp.

Package

twitter.

Source

twitter-trends.lisp.

Package

twitter.

Source

twitter-trends.lisp.

Function: tweet-p (inst)
Package

twitter.

Source

twitter-tweet-status.lisp.

Function: twitter->lisp (sym)
Package

twitter.

Source

utils.lisp.

Function: twitter->lisp-alist (alist)
Package

twitter.

Source

utils.lisp.

Function: twitter-app-uri (method)
Package

twitter.

Source

utils.lisp.

Function: twitter-command-p (object)
Package

twitter.

Source

commands.lisp.

Function: twitter-entities-p (inst)
Package

twitter.

Source

twitter-entity.lisp.

Function: twitter-message-p (inst)
Package

twitter.

Source

twitter-messages.lisp.

Function: twitter-object-cache (type)
Package

twitter.

Source

twitter-cache.lisp.

Function: twitter-rate-limit-p (inst)
Package

twitter.

Source

twitter-application.lisp.

Function: twitter-search-uri (method)
Package

twitter.

Source

utils.lisp.

Function: twitter-user-p (inst)
Package

twitter.

Source

twitter-user.lisp.

Function: update-element-fields (element rec)

Since we don’t know whether we are updating an existing or new element.

Package

twitter.

Source

elements.lisp.

Function: url-entity-p (inst)
Package

twitter.

Source

twitter-entity.lisp.

Function: user-http-auth (user)

If the given USER has no login credentials, returns NIL. If the user has been logged in via OAUTH, returns

(:oauth access-token).

If the user has been logged in via basic authorization, returns

(:basic-authorization username password)

Package

twitter.

Source

elements.lisp.

Function: user-list-p (inst)
Package

twitter.

Source

twitter-user.lisp.

Function: user-list-to-set (user-lst)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: user-mention-p (inst)
Package

twitter.

Source

twitter-entity.lisp.

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

twitter.

Source

twitter-user.lisp.

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

twitter.

Source

twitter-user.lisp.

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

twitter.

Source

twitter-user.lisp.

Function: users-search (query &key per-page page include-entities)
Package

twitter.

Source

twitter-user.lisp.

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

twitter.

Source

twitter-user.lisp.

Function: users-suggestions-slug-members (slug)
Package

twitter.

Source

twitter-user.lisp.

Function: valid-parser-state (parser-state)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: valid-plist (plist)
Package

twitter.

Source

utils.lisp.

Function: verify-parse-tree (parse-tree)
Package

twitter.

Source

twitter-social-graph.lisp.

Function: write-driver-spec (driver-spec)
Package

twitter.

Source

twitter-db.lisp.


6.2.6 Generic functions

Generic Reader: account-settings-allow-contributor-request (object)
Package

twitter.

Methods
Reader Method: account-settings-allow-contributor-request ((account-settings account-settings))

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

allow-contributor-request.

Generic Writer: (setf account-settings-allow-contributor-request) (object)
Package

twitter.

Methods
Writer Method: (setf account-settings-allow-contributor-request) ((account-settings account-settings))

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

allow-contributor-request.

Generic Reader: account-settings-allow-dm-groups-from (object)
Package

twitter.

Methods
Reader Method: account-settings-allow-dm-groups-from ((account-settings account-settings))

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

allow-dm-groups-from.

Generic Writer: (setf account-settings-allow-dm-groups-from) (object)
Package

twitter.

Methods
Writer Method: (setf account-settings-allow-dm-groups-from) ((account-settings account-settings))

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

allow-dm-groups-from.

Generic Reader: account-settings-allow-dms-from (object)
Package

twitter.

Methods
Reader Method: account-settings-allow-dms-from ((account-settings account-settings))

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

allow-dms-from.

Generic Writer: (setf account-settings-allow-dms-from) (object)
Package

twitter.

Methods
Writer Method: (setf account-settings-allow-dms-from) ((account-settings account-settings))

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

allow-dms-from.

Generic Reader: account-settings-always-use-https (object)
Package

twitter.

Methods
Reader Method: account-settings-always-use-https ((account-settings account-settings))

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

always-use-https.

Generic Writer: (setf account-settings-always-use-https) (object)
Package

twitter.

Methods
Writer Method: (setf account-settings-always-use-https) ((account-settings account-settings))

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

always-use-https.

Generic Reader: account-settings-discoverable-by-email (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

discoverable-by-email.

Generic Writer: (setf account-settings-discoverable-by-email) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

discoverable-by-email.

Generic Reader: account-settings-discoverable-by-mobile-phone (object)
Package

twitter.

Methods
Reader Method: account-settings-discoverable-by-mobile-phone ((account-settings account-settings))

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

discoverable-by-mobile-phone.

Generic Writer: (setf account-settings-discoverable-by-mobile-phone) (object)
Package

twitter.

Methods
Writer Method: (setf account-settings-discoverable-by-mobile-phone) ((account-settings account-settings))

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

discoverable-by-mobile-phone.

Generic Reader: account-settings-display-sensitive-media (object)
Package

twitter.

Methods
Reader Method: account-settings-display-sensitive-media ((account-settings account-settings))

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

display-sensitive-media.

Generic Writer: (setf account-settings-display-sensitive-media) (object)
Package

twitter.

Methods
Writer Method: (setf account-settings-display-sensitive-media) ((account-settings account-settings))

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

display-sensitive-media.

Generic Reader: account-settings-geo-enabled (object)
Package

twitter.

Methods
Reader Method: account-settings-geo-enabled ((account-settings account-settings))

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

geo-enabled.

Generic Writer: (setf account-settings-geo-enabled) (object)
Package

twitter.

Methods
Writer Method: (setf account-settings-geo-enabled) ((account-settings account-settings))

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

geo-enabled.

Generic Reader: account-settings-language (object)
Package

twitter.

Methods
Reader Method: account-settings-language ((account-settings account-settings))

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

language.

Generic Writer: (setf account-settings-language) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

language.

Generic Reader: account-settings-protected (object)
Package

twitter.

Methods
Reader Method: account-settings-protected ((account-settings account-settings))

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

protected.

Generic Writer: (setf account-settings-protected) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

protected.

Generic Reader: account-settings-screen-name (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

screen-name.

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

twitter.

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

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

screen-name.

Generic Reader: account-settings-sleep-time (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

sleep-time.

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

twitter.

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

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

sleep-time.

Generic Reader: account-settings-time-zone (object)
Package

twitter.

Methods
Reader Method: account-settings-time-zone ((account-settings account-settings))

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

time-zone.

Generic Writer: (setf account-settings-time-zone) (object)
Package

twitter.

Methods
Writer Method: (setf account-settings-time-zone) ((account-settings account-settings))

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

time-zone.

Generic Reader: account-settings-trend-location (object)
Package

twitter.

Methods
Reader Method: account-settings-trend-location ((account-settings account-settings))

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

trend-location.

Generic Writer: (setf account-settings-trend-location) (object)
Package

twitter.

Methods
Writer Method: (setf account-settings-trend-location) ((account-settings account-settings))

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

trend-location.

Generic Reader: account-settings-use-cookie-personalization (object)
Package

twitter.

Methods
Reader Method: account-settings-use-cookie-personalization ((account-settings account-settings))

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

use-cookie-personalization.

Generic Writer: (setf account-settings-use-cookie-personalization) (object)
Package

twitter.

Methods
Writer Method: (setf account-settings-use-cookie-personalization) ((account-settings account-settings))

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

use-cookie-personalization.

Generic Reader: connection-connections (object)
Package

twitter.

Methods
Reader Method: connection-connections ((connection connection))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

connections.

Generic Writer: (setf connection-connections) (object)
Package

twitter.

Methods
Writer Method: (setf connection-connections) ((connection connection))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

connections.

Generic Reader: connection-id (object)
Package

twitter.

Methods
Reader Method: connection-id ((connection connection))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

id.

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

twitter.

Methods
Writer Method: (setf connection-id) ((connection connection))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

id.

Generic Reader: connection-id-str (object)
Package

twitter.

Methods
Reader Method: connection-id-str ((connection connection))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

id-str.

Generic Writer: (setf connection-id-str) (object)
Package

twitter.

Methods
Writer Method: (setf connection-id-str) ((connection connection))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

id-str.

Generic Reader: connection-name (object)
Package

twitter.

Methods
Reader Method: connection-name ((connection connection))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

name.

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

twitter.

Methods
Writer Method: (setf connection-name) ((connection connection))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

name.

Generic Reader: connection-screen-name (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

screen-name.

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

twitter.

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

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

screen-name.

Generic Reader: cursor-friend-id-ids (object)
Package

twitter.

Methods
Reader Method: cursor-friend-id-ids ((cursor-friend-id cursor-friend-id))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

ids.

Generic Writer: (setf cursor-friend-id-ids) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-friend-id-ids) ((cursor-friend-id cursor-friend-id))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

ids.

Generic Reader: cursor-friend-id-next-cursor (object)
Package

twitter.

Methods
Reader Method: cursor-friend-id-next-cursor ((cursor-friend-id cursor-friend-id))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

next-cursor.

Generic Writer: (setf cursor-friend-id-next-cursor) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-friend-id-next-cursor) ((cursor-friend-id cursor-friend-id))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

next-cursor.

Generic Reader: cursor-friend-id-next-cursor-str (object)
Package

twitter.

Methods
Reader Method: cursor-friend-id-next-cursor-str ((cursor-friend-id cursor-friend-id))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

next-cursor-str.

Generic Writer: (setf cursor-friend-id-next-cursor-str) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-friend-id-next-cursor-str) ((cursor-friend-id cursor-friend-id))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

next-cursor-str.

Generic Reader: cursor-friend-id-previous-cursor (object)
Package

twitter.

Methods
Reader Method: cursor-friend-id-previous-cursor ((cursor-friend-id cursor-friend-id))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

previous-cursor.

Generic Writer: (setf cursor-friend-id-previous-cursor) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-friend-id-previous-cursor) ((cursor-friend-id cursor-friend-id))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

previous-cursor.

Generic Reader: cursor-friend-id-previous-cursor-str (object)
Package

twitter.

Methods
Reader Method: cursor-friend-id-previous-cursor-str ((cursor-friend-id cursor-friend-id))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

previous-cursor-str.

Generic Writer: (setf cursor-friend-id-previous-cursor-str) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-friend-id-previous-cursor-str) ((cursor-friend-id cursor-friend-id))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

previous-cursor-str.

Generic Reader: cursor-id-ids (object)
Package

twitter.

Methods
Reader Method: cursor-id-ids ((cursor-id cursor-id))

automatically generated reader method

Source

twitter-blocks.lisp.

Target Slot

ids.

Generic Writer: (setf cursor-id-ids) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-id-ids) ((cursor-id cursor-id))

automatically generated writer method

Source

twitter-blocks.lisp.

Target Slot

ids.

Generic Reader: cursor-id-next-cursor (object)
Package

twitter.

Methods
Reader Method: cursor-id-next-cursor ((cursor-id cursor-id))

automatically generated reader method

Source

twitter-blocks.lisp.

Target Slot

next-cursor.

Generic Writer: (setf cursor-id-next-cursor) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-id-next-cursor) ((cursor-id cursor-id))

automatically generated writer method

Source

twitter-blocks.lisp.

Target Slot

next-cursor.

Generic Reader: cursor-id-next-cursor-str (object)
Package

twitter.

Methods
Reader Method: cursor-id-next-cursor-str ((cursor-id cursor-id))

automatically generated reader method

Source

twitter-blocks.lisp.

Target Slot

next-cursor-str.

Generic Writer: (setf cursor-id-next-cursor-str) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-id-next-cursor-str) ((cursor-id cursor-id))

automatically generated writer method

Source

twitter-blocks.lisp.

Target Slot

next-cursor-str.

Generic Reader: cursor-id-previous-cursor (object)
Package

twitter.

Methods
Reader Method: cursor-id-previous-cursor ((cursor-id cursor-id))

automatically generated reader method

Source

twitter-blocks.lisp.

Target Slot

previous-cursor.

Generic Writer: (setf cursor-id-previous-cursor) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-id-previous-cursor) ((cursor-id cursor-id))

automatically generated writer method

Source

twitter-blocks.lisp.

Target Slot

previous-cursor.

Generic Reader: cursor-id-previous-cursor-str (object)
Package

twitter.

Methods
Reader Method: cursor-id-previous-cursor-str ((cursor-id cursor-id))

automatically generated reader method

Source

twitter-blocks.lisp.

Target Slot

previous-cursor-str.

Generic Writer: (setf cursor-id-previous-cursor-str) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-id-previous-cursor-str) ((cursor-id cursor-id))

automatically generated writer method

Source

twitter-blocks.lisp.

Target Slot

previous-cursor-str.

Generic Reader: cursor-tweet-next-cursor (object)
Package

twitter.

Methods
Reader Method: cursor-tweet-next-cursor ((cursor-tweet cursor-tweet))

automatically generated reader method

Source

twitter-tweet-status.lisp.

Target Slot

next-cursor.

Generic Writer: (setf cursor-tweet-next-cursor) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-tweet-next-cursor) ((cursor-tweet cursor-tweet))

automatically generated writer method

Source

twitter-tweet-status.lisp.

Target Slot

next-cursor.

Generic Reader: cursor-tweet-next-cursor-str (object)
Package

twitter.

Methods
Reader Method: cursor-tweet-next-cursor-str ((cursor-tweet cursor-tweet))

automatically generated reader method

Source

twitter-tweet-status.lisp.

Target Slot

next-cursor-str.

Generic Writer: (setf cursor-tweet-next-cursor-str) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-tweet-next-cursor-str) ((cursor-tweet cursor-tweet))

automatically generated writer method

Source

twitter-tweet-status.lisp.

Target Slot

next-cursor-str.

Generic Reader: cursor-tweet-previous-cursor (object)
Package

twitter.

Methods
Reader Method: cursor-tweet-previous-cursor ((cursor-tweet cursor-tweet))

automatically generated reader method

Source

twitter-tweet-status.lisp.

Target Slot

previous-cursor.

Generic Writer: (setf cursor-tweet-previous-cursor) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-tweet-previous-cursor) ((cursor-tweet cursor-tweet))

automatically generated writer method

Source

twitter-tweet-status.lisp.

Target Slot

previous-cursor.

Generic Reader: cursor-tweet-previous-cursor-str (object)
Package

twitter.

Methods
Reader Method: cursor-tweet-previous-cursor-str ((cursor-tweet cursor-tweet))

automatically generated reader method

Source

twitter-tweet-status.lisp.

Target Slot

previous-cursor-str.

Generic Writer: (setf cursor-tweet-previous-cursor-str) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-tweet-previous-cursor-str) ((cursor-tweet cursor-tweet))

automatically generated writer method

Source

twitter-tweet-status.lisp.

Target Slot

previous-cursor-str.

Generic Reader: cursor-tweet-user-ids (object)
Package

twitter.

Methods
Reader Method: cursor-tweet-user-ids ((cursor-tweet cursor-tweet))

automatically generated reader method

Source

twitter-tweet-status.lisp.

Target Slot

user-ids.

Generic Writer: (setf cursor-tweet-user-ids) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-tweet-user-ids) ((cursor-tweet cursor-tweet))

automatically generated writer method

Source

twitter-tweet-status.lisp.

Target Slot

user-ids.

Generic Reader: cursor-user-id (object)
Package

twitter.

Methods
Reader Method: cursor-user-id ((cursor-user cursor-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

id.

Generic Writer: (setf cursor-user-id) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-user-id) ((cursor-user cursor-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

id.

Generic Reader: cursor-user-next-cursor (object)
Package

twitter.

Methods
Reader Method: cursor-user-next-cursor ((cursor-user cursor-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

next-cursor.

Generic Writer: (setf cursor-user-next-cursor) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-user-next-cursor) ((cursor-user cursor-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

next-cursor.

Generic Reader: cursor-user-next-cursor-str (object)
Package

twitter.

Methods
Reader Method: cursor-user-next-cursor-str ((cursor-user cursor-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

next-cursor-str.

Generic Writer: (setf cursor-user-next-cursor-str) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-user-next-cursor-str) ((cursor-user cursor-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

next-cursor-str.

Generic Reader: cursor-user-previous-cursor (object)
Package

twitter.

Methods
Reader Method: cursor-user-previous-cursor ((cursor-user cursor-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

previous-cursor.

Generic Writer: (setf cursor-user-previous-cursor) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-user-previous-cursor) ((cursor-user cursor-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

previous-cursor.

Generic Reader: cursor-user-previous-cursor-str (object)
Package

twitter.

Methods
Reader Method: cursor-user-previous-cursor-str ((cursor-user cursor-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

previous-cursor-str.

Generic Writer: (setf cursor-user-previous-cursor-str) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-user-previous-cursor-str) ((cursor-user cursor-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

previous-cursor-str.

Generic Reader: cursor-user-users (object)
Package

twitter.

Methods
Reader Method: cursor-user-users ((cursor-user cursor-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

users.

Generic Writer: (setf cursor-user-users) (object)
Package

twitter.

Methods
Writer Method: (setf cursor-user-users) ((cursor-user cursor-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

users.

Generic Function: dispatch-on-type (type tree)
Package

twitter.

Source

twitter-social-graph.lisp.

Methods
Method: dispatch-on-type ((type (eql :social-graph)) (tree cons))
Generic Reader: end-session-id (object)
Package

twitter.

Methods
Reader Method: end-session-id ((end-session end-session))

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

id.

Generic Writer: (setf end-session-id) (object)
Package

twitter.

Methods
Writer Method: (setf end-session-id) ((end-session end-session))

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

id.

Generic Reader: follow-source-all-replies (object)
Package

twitter.

Methods
Reader Method: follow-source-all-replies ((follow-source follow-source))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

all-replies.

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

twitter.

Methods
Writer Method: (setf follow-source-all-replies) ((follow-source follow-source))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

all-replies.

Generic Reader: follow-source-blocking (object)
Package

twitter.

Methods
Reader Method: follow-source-blocking ((follow-source follow-source))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

blocking.

Generic Writer: (setf follow-source-blocking) (object)
Package

twitter.

Methods
Writer Method: (setf follow-source-blocking) ((follow-source follow-source))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

blocking.

Generic Reader: follow-source-events (object)
Package

twitter.

Methods
Reader Method: follow-source-events ((follow-source follow-source))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

events.

Generic Writer: (setf follow-source-events) (object)
Package

twitter.

Methods
Writer Method: (setf follow-source-events) ((follow-source follow-source))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

events.

Generic Reader: follow-source-followed-by (object)
Package

twitter.

Methods
Reader Method: follow-source-followed-by ((follow-source follow-source))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

followed-by.

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

twitter.

Methods
Writer Method: (setf follow-source-followed-by) ((follow-source follow-source))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

followed-by.

Generic Reader: follow-source-following (object)
Package

twitter.

Methods
Reader Method: follow-source-following ((follow-source follow-source))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

following.

Generic Writer: (setf follow-source-following) (object)
Package

twitter.

Methods
Writer Method: (setf follow-source-following) ((follow-source follow-source))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

following.

Generic Reader: follow-source-id (object)
Package

twitter.

Methods
Reader Method: follow-source-id ((follow-source follow-source))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

id.

Generic Writer: (setf follow-source-id) (object)
Package

twitter.

Methods
Writer Method: (setf follow-source-id) ((follow-source follow-source))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

id.

Generic Reader: follow-source-id-str (object)
Package

twitter.

Methods
Reader Method: follow-source-id-str ((follow-source follow-source))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

id-str.

Generic Writer: (setf follow-source-id-str) (object)
Package

twitter.

Methods
Writer Method: (setf follow-source-id-str) ((follow-source follow-source))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

id-str.

Generic Reader: follow-source-marked-spam (object)
Package

twitter.

Methods
Reader Method: follow-source-marked-spam ((follow-source follow-source))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

marked-spam.

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

twitter.

Methods
Writer Method: (setf follow-source-marked-spam) ((follow-source follow-source))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

marked-spam.

Generic Reader: follow-source-notifications-enabled (object)
Package

twitter.

Methods
Reader Method: follow-source-notifications-enabled ((follow-source follow-source))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

notifications-enabled.

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

twitter.

Methods
Writer Method: (setf follow-source-notifications-enabled) ((follow-source follow-source))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

notifications-enabled.

Generic Reader: follow-source-screen-name (object)
Package

twitter.

Methods
Reader Method: follow-source-screen-name ((follow-source follow-source))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

screen-name.

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

twitter.

Methods
Writer Method: (setf follow-source-screen-name) ((follow-source follow-source))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

screen-name.

Generic Reader: follow-source-want-retweets (object)
Package

twitter.

Methods
Reader Method: follow-source-want-retweets ((follow-source follow-source))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

want-retweets.

Generic Writer: (setf follow-source-want-retweets) (object)
Package

twitter.

Methods
Writer Method: (setf follow-source-want-retweets) ((follow-source follow-source))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

want-retweets.

Generic Reader: follow-target-events (object)
Package

twitter.

Methods
Reader Method: follow-target-events ((follow-target follow-target))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

events.

Generic Writer: (setf follow-target-events) (object)
Package

twitter.

Methods
Writer Method: (setf follow-target-events) ((follow-target follow-target))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

events.

Generic Reader: follow-target-followed-by (object)
Package

twitter.

Methods
Reader Method: follow-target-followed-by ((follow-target follow-target))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

followed-by.

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

twitter.

Methods
Writer Method: (setf follow-target-followed-by) ((follow-target follow-target))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

followed-by.

Generic Reader: follow-target-following (object)
Package

twitter.

Methods
Reader Method: follow-target-following ((follow-target follow-target))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

following.

Generic Writer: (setf follow-target-following) (object)
Package

twitter.

Methods
Writer Method: (setf follow-target-following) ((follow-target follow-target))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

following.

Generic Reader: follow-target-id (object)
Package

twitter.

Methods
Reader Method: follow-target-id ((follow-target follow-target))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

id.

Generic Writer: (setf follow-target-id) (object)
Package

twitter.

Methods
Writer Method: (setf follow-target-id) ((follow-target follow-target))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

id.

Generic Reader: follow-target-id-str (object)
Package

twitter.

Methods
Reader Method: follow-target-id-str ((follow-target follow-target))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

id-str.

Generic Writer: (setf follow-target-id-str) (object)
Package

twitter.

Methods
Writer Method: (setf follow-target-id-str) ((follow-target follow-target))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

id-str.

Generic Reader: follow-target-screen-name (object)
Package

twitter.

Methods
Reader Method: follow-target-screen-name ((follow-target follow-target))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

screen-name.

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

twitter.

Methods
Writer Method: (setf follow-target-screen-name) ((follow-target follow-target))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

screen-name.

Generic Function: followers-ids (screen-name &key cursor count)
Package

twitter.

Methods
Method: followers-ids ((user-id integer) &key cursor count)
Source

twitter-social-graph.lisp.

Method: followers-ids ((screen-name string) &key cursor count)
Source

twitter-social-graph.lisp.

Generic Function: followers-list (screen-name &key cursor count skip-status include-user-entities)
Package

twitter.

Methods
Method: followers-list ((user-id integer) &key cursor count skip-status include-user-entities)
Source

twitter-social-graph.lisp.

Method: followers-list ((screen-name string) &key cursor count skip-status include-user-entities)
Source

twitter-social-graph.lisp.

Generic Function: friends-ids (screen-name &key cursor count)
Package

twitter.

Methods
Method: friends-ids ((user-id integer) &key cursor count)
Source

twitter-social-graph.lisp.

Method: friends-ids ((screen-name string) &key cursor count)
Source

twitter-social-graph.lisp.

Generic Function: friends-list (screen-name &key cursor count skip-status include-user-entities)
Package

twitter.

Methods
Method: friends-list ((user-id integer) &key cursor count skip-status include-user-entities)
Source

twitter-social-graph.lisp.

Method: friends-list ((screen-name string) &key cursor count skip-status include-user-entities)
Source

twitter-social-graph.lisp.

Generic Reader: geo-attribute-id (object)
Package

twitter.

Methods
Reader Method: geo-attribute-id ((geo-attribute geo-attribute))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

id.

Generic Writer: (setf geo-attribute-id) (object)
Package

twitter.

Methods
Writer Method: (setf geo-attribute-id) ((geo-attribute geo-attribute))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

id.

Generic Function: geo-attribute-street-address (object)
Package

twitter.

Methods
Method: geo-attribute-street-address ((obj (eql nil)))
Source

twitter-geo.lisp.

Reader Method: geo-attribute-street-address ((geo-attribute geo-attribute))

automatically generated reader method

Source

twitter-geo.lisp.

Target Slot

street-address.

Generic Writer: (setf geo-attribute-street-address) (object)
Package

twitter.

Methods
Writer Method: (setf geo-attribute-street-address) ((geo-attribute geo-attribute))

automatically generated writer method

Source

twitter-geo.lisp.

Target Slot

street-address.

Generic Function: interp-number (count qualifier number)
Package

twitter.

Source

twitter-social-graph.lisp.

Methods
Method: interp-number ((count (eql :count)) (qualifier (eql :integer)) (number integer))
Method: interp-number ((count (eql :count)) (qualifier (eql :all)) number)
Generic Reader: limits-limit (object)
Package

twitter.

Methods
Reader Method: limits-limit ((limits limits))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

limit.

Generic Writer: (setf limits-limit) (object)
Package

twitter.

Methods
Writer Method: (setf limits-limit) ((limits limits))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

limit.

Generic Reader: limits-remaining (object)
Package

twitter.

Methods
Reader Method: limits-remaining ((limits limits))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

remaining.

Generic Writer: (setf limits-remaining) (object)
Package

twitter.

Methods
Writer Method: (setf limits-remaining) ((limits limits))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

remaining.

Generic Reader: limits-reset (object)
Package

twitter.

Methods
Reader Method: limits-reset ((limits limits))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

reset.

Generic Writer: (setf limits-reset) (object)
Package

twitter.

Methods
Writer Method: (setf limits-reset) ((limits limits))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

reset.

Generic Reader: list-type-created-at (object)
Package

twitter.

Methods
Reader Method: list-type-created-at ((list-type list-type))

automatically generated reader method

Source

twitter-lists.lisp.

Target Slot

created-at.

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

twitter.

Methods
Writer Method: (setf list-type-created-at) ((list-type list-type))

automatically generated writer method

Source

twitter-lists.lisp.

Target Slot

created-at.

Generic Reader: list-type-following (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-lists.lisp.

Target Slot

following.

Generic Writer: (setf list-type-following) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-lists.lisp.

Target Slot

following.

Generic Reader: list-type-name (object)
Package

twitter.

Methods
Reader Method: list-type-name ((list-type list-type))

automatically generated reader method

Source

twitter-lists.lisp.

Target Slot

name.

Generic Writer: (setf list-type-name) (object)
Package

twitter.

Methods
Writer Method: (setf list-type-name) ((list-type list-type))

automatically generated writer method

Source

twitter-lists.lisp.

Target Slot

name.

Generic Reader: list-type-subscriber-count (object)
Package

twitter.

Methods
Reader Method: list-type-subscriber-count ((list-type list-type))

automatically generated reader method

Source

twitter-lists.lisp.

Target Slot

subscriber-count.

Generic Writer: (setf list-type-subscriber-count) (object)
Package

twitter.

Methods
Writer Method: (setf list-type-subscriber-count) ((list-type list-type))

automatically generated writer method

Source

twitter-lists.lisp.

Target Slot

subscriber-count.

Generic Reader: lists-/lists/list (object)
Package

twitter.

Methods
Reader Method: lists-/lists/list ((lists lists))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

/lists/list.

Generic Writer: (setf lists-/lists/list) (object)
Package

twitter.

Methods
Writer Method: (setf lists-/lists/list) ((lists lists))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

/lists/list.

Generic Reader: lists-/lists/members (object)
Package

twitter.

Methods
Reader Method: lists-/lists/members ((lists lists))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

/lists/members.

Generic Writer: (setf lists-/lists/members) (object)
Package

twitter.

Methods
Writer Method: (setf lists-/lists/members) ((lists lists))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

/lists/members.

Generic Reader: lists-/lists/members/show (object)
Package

twitter.

Methods
Reader Method: lists-/lists/members/show ((lists lists))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

/lists/members/show.

Generic Writer: (setf lists-/lists/members/show) (object)
Package

twitter.

Methods
Writer Method: (setf lists-/lists/members/show) ((lists lists))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

/lists/members/show.

Generic Reader: lists-/lists/memberships (object)
Package

twitter.

Methods
Reader Method: lists-/lists/memberships ((lists lists))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

/lists/memberships.

Generic Writer: (setf lists-/lists/memberships) (object)
Package

twitter.

Methods
Writer Method: (setf lists-/lists/memberships) ((lists lists))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

/lists/memberships.

Generic Reader: lists-/lists/ownerships (object)
Package

twitter.

Methods
Reader Method: lists-/lists/ownerships ((lists lists))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

/lists/ownerships.

Generic Writer: (setf lists-/lists/ownerships) (object)
Package

twitter.

Methods
Writer Method: (setf lists-/lists/ownerships) ((lists lists))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

/lists/ownerships.

Generic Reader: lists-/lists/show (object)
Package

twitter.

Methods
Reader Method: lists-/lists/show ((lists lists))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

/lists/show.

Generic Writer: (setf lists-/lists/show) (object)
Package

twitter.

Methods
Writer Method: (setf lists-/lists/show) ((lists lists))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

/lists/show.

Generic Reader: lists-/lists/statuses (object)
Package

twitter.

Methods
Reader Method: lists-/lists/statuses ((lists lists))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

/lists/statuses.

Generic Writer: (setf lists-/lists/statuses) (object)
Package

twitter.

Methods
Writer Method: (setf lists-/lists/statuses) ((lists lists))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

/lists/statuses.

Generic Reader: lists-/lists/subscribers (object)
Package

twitter.

Methods
Reader Method: lists-/lists/subscribers ((lists lists))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

/lists/subscribers.

Generic Writer: (setf lists-/lists/subscribers) (object)
Package

twitter.

Methods
Writer Method: (setf lists-/lists/subscribers) ((lists lists))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

/lists/subscribers.

Generic Reader: lists-/lists/subscribers/show (object)
Package

twitter.

Methods
Reader Method: lists-/lists/subscribers/show ((lists lists))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

/lists/subscribers/show.

Generic Writer: (setf lists-/lists/subscribers/show) (object)
Package

twitter.

Methods
Writer Method: (setf lists-/lists/subscribers/show) ((lists lists))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

/lists/subscribers/show.

Generic Reader: lists-/lists/subscriptions (object)
Package

twitter.

Methods
Reader Method: lists-/lists/subscriptions ((lists lists))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

/lists/subscriptions.

Generic Writer: (setf lists-/lists/subscriptions) (object)
Package

twitter.

Methods
Writer Method: (setf lists-/lists/subscriptions) ((lists lists))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

/lists/subscriptions.

Generic Reader: long-message (condition)
Package

twitter.

Methods
Reader Method: long-message ((condition twitter-api-condition))
Source

conditions.lisp.

Target Slot

long.

Generic Function: lookup (entity obj &rest rest)

generic lookup function

Package

twitter.

Source

twitter-generic-lookup.lisp.

Methods
Method: lookup ((entity (eql :friendships)) (cons cons) &rest ignore)
Method: lookup ((entity (eql :friendships)) (user-id integer) &rest rest)
Method: lookup ((entity (eql :friendships)) (screen-name string) &rest rest)
Method: lookup ((entity (eql :users)) (cons cons) &rest ignore)
Method: lookup ((entity (eql :users)) (user-id integer) &rest rest)
Method: lookup ((entity (eql :users)) (screen-name string) &rest rest)
Method: lookup ((entity (eql :statuses)) (id integer) &rest rest)
Method: lookup ((entity (eql :statuses)) (cons cons) &rest ignore)
Method: lookup (entity (obj (eql nil)) &rest rest)
Generic Function: lookup-user (obj)
Package

twitter.

Source

twitter-user.lisp.

Methods
Method: lookup-user ((name string))
Generic Reader: media-sizes-id (object)
Package

twitter.

Methods
Reader Method: media-sizes-id ((media-sizes media-sizes))

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

id.

Generic Writer: (setf media-sizes-id) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

id.

Generic Reader: media-sizes-large (object)
Package

twitter.

Methods
Reader Method: media-sizes-large ((media-sizes media-sizes))

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

large.

Generic Writer: (setf media-sizes-large) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

large.

Generic Reader: media-sizes-medium (object)
Package

twitter.

Methods
Reader Method: media-sizes-medium ((media-sizes media-sizes))

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

medium.

Generic Writer: (setf media-sizes-medium) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

medium.

Generic Reader: media-sizes-small (object)
Package

twitter.

Methods
Reader Method: media-sizes-small ((media-sizes media-sizes))

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

small.

Generic Writer: (setf media-sizes-small) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

small.

Generic Reader: media-sizes-thumb (object)
Package

twitter.

Methods
Reader Method: media-sizes-thumb ((media-sizes media-sizes))

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

thumb.

Generic Writer: (setf media-sizes-thumb) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

thumb.

Generic Function: parse-record (response prim-type)

Default response parser for primitive types; assume target structure

Package

twitter.

Source

elements.lisp.

Methods
Method: parse-record (response (prim-type (eql :new-trends)))

Unparse and unpack trend type records

Source

twitter-trends.lisp.

Method: parse-record (response prim-type)
Method: parse-record (response (prim-type (eql :integer)))
Method: parse-record (response (prim-type (eql :string)))
Method: parse-record (response (prim-type (eql :identity)))
Generic Reader: place-countrycode (object)
Package

twitter.

Methods
Reader Method: place-countrycode ((place place))

automatically generated reader method

Source

twitter-trends.lisp.

Target Slot

countrycode.

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

twitter.

Methods
Writer Method: (setf place-countrycode) ((place place))

automatically generated writer method

Source

twitter-trends.lisp.

Target Slot

countrycode.

Generic Reader: place-id (object)
Package

twitter.

Methods
Reader Method: place-id ((place place))

automatically generated reader method

Source

twitter-trends.lisp.

Target Slot

id.

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

twitter.

Methods
Writer Method: (setf place-id) ((place place))

automatically generated writer method

Source

twitter-trends.lisp.

Target Slot

id.

Generic Reader: place-url (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-trends.lisp.

Target Slot

url.

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

twitter.

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

automatically generated writer method

Source

twitter-trends.lisp.

Target Slot

url.

Generic Reader: placetype-code (object)
Package

twitter.

Methods
Reader Method: placetype-code ((placetype placetype))

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

code.

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

twitter.

Methods
Writer Method: (setf placetype-code) ((placetype placetype))

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

code.

Generic Reader: placetype-id (object)
Package

twitter.

Methods
Reader Method: placetype-id ((placetype placetype))

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

id.

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

twitter.

Methods
Writer Method: (setf placetype-id) ((placetype placetype))

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

id.

Generic Function: placetype-name (object)
Package

twitter.

Methods
Method: placetype-name ((name (eql nil)))
Source

twitter-account.lisp.

Reader Method: placetype-name ((placetype placetype))

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

name.

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

twitter.

Methods
Writer Method: (setf placetype-name) ((placetype placetype))

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

name.

Generic Function: print-tweet (tweet)
Package

twitter.

Methods
Method: print-tweet (tweet)
Source

twitter-tweet-status.lisp.

Method: print-tweet ((tweet (eql nil)))
Source

twitter-tweet-status.lisp.

Generic Reader: rate-limit-context-access-token (object)
Package

twitter.

Methods
Reader Method: rate-limit-context-access-token ((rate-limit-context rate-limit-context))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

access-token.

Generic Writer: (setf rate-limit-context-access-token) (object)
Package

twitter.

Methods
Writer Method: (setf rate-limit-context-access-token) ((rate-limit-context rate-limit-context))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

access-token.

Generic Reader: relationship-id (object)
Package

twitter.

Methods
Reader Method: relationship-id ((relationship relationship))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

id.

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

twitter.

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

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

id.

Generic Reader: relationship-source (object)
Package

twitter.

Methods
Reader Method: relationship-source ((relationship relationship))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

source.

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

twitter.

Methods
Writer Method: (setf relationship-source) ((relationship relationship))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

source.

Generic Reader: relationship-target (object)
Package

twitter.

Methods
Reader Method: relationship-target ((relationship relationship))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

target.

Generic Writer: (setf relationship-target) (object)
Package

twitter.

Methods
Writer Method: (setf relationship-target) ((relationship relationship))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

target.

Generic Reader: relationships-id (object)
Package

twitter.

Methods
Reader Method: relationships-id ((relationships relationships))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

id.

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

twitter.

Methods
Writer Method: (setf relationships-id) ((relationships relationships))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

id.

Generic Reader: relationships-relationship (object)
Package

twitter.

Methods
Reader Method: relationships-relationship ((relationships relationships))

automatically generated reader method

Source

twitter-friendship.lisp.

Target Slot

relationship.

Generic Writer: (setf relationships-relationship) (object)
Package

twitter.

Methods
Writer Method: (setf relationships-relationship) ((relationships relationships))

automatically generated writer method

Source

twitter-friendship.lisp.

Target Slot

relationship.

Generic Reader: request-message (condition)
Package

twitter.

Methods
Reader Method: request-message ((condition twitter-api-condition))
Source

conditions.lisp.

Target Slot

request.

Generic Reader: request-uri (condition)
Package

twitter.

Methods
Reader Method: request-uri ((condition twitter-api-condition))
Source

conditions.lisp.

Target Slot

uri.

Generic Reader: resources-lists (object)
Package

twitter.

Methods
Reader Method: resources-lists ((resources resources))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

lists.

Generic Writer: (setf resources-lists) (object)
Package

twitter.

Methods
Writer Method: (setf resources-lists) ((resources resources))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

lists.

Generic Reader: resources-search (object)
Package

twitter.

Methods
Reader Method: resources-search ((resources resources))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

search.

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

twitter.

Methods
Writer Method: (setf resources-search) ((resources resources))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

search.

Generic Reader: resources-statuses (object)
Package

twitter.

Methods
Reader Method: resources-statuses ((resources resources))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

statuses.

Generic Writer: (setf resources-statuses) (object)
Package

twitter.

Methods
Writer Method: (setf resources-statuses) ((resources resources))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

statuses.

Generic Reader: search-metadata-max-id-str (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-search.lisp.

Target Slot

max-id-str.

Generic Writer: (setf search-metadata-max-id-str) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-search.lisp.

Target Slot

max-id-str.

Generic Reader: search2-/search/tweets (object)
Package

twitter.

Methods
Reader Method: search2-/search/tweets ((search2 search2))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

/search/tweets.

Generic Writer: (setf search2-/search/tweets) (object)
Package

twitter.

Methods
Writer Method: (setf search2-/search/tweets) ((search2 search2))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

/search/tweets.

Generic Reader: short-message (condition)
Package

twitter.

Methods
Reader Method: short-message ((condition twitter-api-condition))
Source

conditions.lisp.

Target Slot

short.

Generic Function: show-message (message)
Package

twitter.

Methods
Method: show-message ((message twitter-message))
Source

twitter-messages.lisp.

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

twitter.

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

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

enabled.

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

twitter.

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

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

enabled.

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

twitter.

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

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

end-time.

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

twitter.

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

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

end-time.

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

twitter.

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

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

start-time.

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

twitter.

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

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

start-time.

Generic Reader: social-graph-cursor-id-command (object)
Package

twitter.

Methods
Reader Method: social-graph-cursor-id-command ((social-graph-cursor-id social-graph-cursor-id))

automatically generated reader method

Source

twitter-social-graph.lisp.

Target Slot

command.

Generic Writer: (setf social-graph-cursor-id-command) (object)
Package

twitter.

Methods
Writer Method: (setf social-graph-cursor-id-command) ((social-graph-cursor-id social-graph-cursor-id))

automatically generated writer method

Source

twitter-social-graph.lisp.

Target Slot

command.

Generic Reader: social-graph-cursor-user-command (object)
Package

twitter.

Methods
Reader Method: social-graph-cursor-user-command ((social-graph-cursor-user social-graph-cursor-user))

automatically generated reader method

Source

twitter-social-graph.lisp.

Target Slot

command.

Generic Writer: (setf social-graph-cursor-user-command) (object)
Package

twitter.

Methods
Writer Method: (setf social-graph-cursor-user-command) ((social-graph-cursor-user social-graph-cursor-user))

automatically generated writer method

Source

twitter-social-graph.lisp.

Target Slot

command.

Generic Reader: social-graph-cursor-user-id (object)
Package

twitter.

Methods
Reader Method: social-graph-cursor-user-id ((social-graph-cursor-user social-graph-cursor-user))

automatically generated reader method

Source

twitter-social-graph.lisp.

Target Slot

id.

Generic Writer: (setf social-graph-cursor-user-id) (object)
Package

twitter.

Methods
Writer Method: (setf social-graph-cursor-user-id) ((social-graph-cursor-user social-graph-cursor-user))

automatically generated writer method

Source

twitter-social-graph.lisp.

Target Slot

id.

Generic Reader: social-graph-cursor-user-next-cursor (object)
Package

twitter.

Methods
Reader Method: social-graph-cursor-user-next-cursor ((social-graph-cursor-user social-graph-cursor-user))

automatically generated reader method

Source

twitter-social-graph.lisp.

Target Slot

next-cursor.

Generic Writer: (setf social-graph-cursor-user-next-cursor) (object)
Package

twitter.

Methods
Writer Method: (setf social-graph-cursor-user-next-cursor) ((social-graph-cursor-user social-graph-cursor-user))

automatically generated writer method

Source

twitter-social-graph.lisp.

Target Slot

next-cursor.

Generic Reader: social-graph-cursor-user-next-cursor-str (object)
Package

twitter.

Methods
Reader Method: social-graph-cursor-user-next-cursor-str ((social-graph-cursor-user social-graph-cursor-user))

automatically generated reader method

Source

twitter-social-graph.lisp.

Target Slot

next-cursor-str.

Generic Writer: (setf social-graph-cursor-user-next-cursor-str) (object)
Package

twitter.

Methods
Writer Method: (setf social-graph-cursor-user-next-cursor-str) ((social-graph-cursor-user social-graph-cursor-user))

automatically generated writer method

Source

twitter-social-graph.lisp.

Target Slot

next-cursor-str.

Generic Reader: social-graph-cursor-user-previous-cursor (object)
Package

twitter.

Methods
Reader Method: social-graph-cursor-user-previous-cursor ((social-graph-cursor-user social-graph-cursor-user))

automatically generated reader method

Source

twitter-social-graph.lisp.

Target Slot

previous-cursor.

Generic Writer: (setf social-graph-cursor-user-previous-cursor) (object)
Package

twitter.

Methods
Writer Method: (setf social-graph-cursor-user-previous-cursor) ((social-graph-cursor-user social-graph-cursor-user))

automatically generated writer method

Source

twitter-social-graph.lisp.

Target Slot

previous-cursor.

Generic Reader: social-graph-cursor-user-previous-cursor-str (object)
Package

twitter.

Methods
Reader Method: social-graph-cursor-user-previous-cursor-str ((social-graph-cursor-user social-graph-cursor-user))

automatically generated reader method

Source

twitter-social-graph.lisp.

Target Slot

previous-cursor-str.

Generic Writer: (setf social-graph-cursor-user-previous-cursor-str) (object)
Package

twitter.

Methods
Writer Method: (setf social-graph-cursor-user-previous-cursor-str) ((social-graph-cursor-user social-graph-cursor-user))

automatically generated writer method

Source

twitter-social-graph.lisp.

Target Slot

previous-cursor-str.

Generic Reader: social-graph-cursor-user-screen-name (object)
Package

twitter.

Methods
Reader Method: social-graph-cursor-user-screen-name ((social-graph-cursor-user social-graph-cursor-user))

automatically generated reader method

Source

twitter-social-graph.lisp.

Target Slot

screen-name.

Generic Writer: (setf social-graph-cursor-user-screen-name) (object)
Package

twitter.

Methods
Writer Method: (setf social-graph-cursor-user-screen-name) ((social-graph-cursor-user social-graph-cursor-user))

automatically generated writer method

Source

twitter-social-graph.lisp.

Target Slot

screen-name.

Generic Reader: social-graph-cursor-user-users (object)
Package

twitter.

Methods
Reader Method: social-graph-cursor-user-users ((social-graph-cursor-user social-graph-cursor-user))

automatically generated reader method

Source

twitter-social-graph.lisp.

Target Slot

users.

Generic Writer: (setf social-graph-cursor-user-users) (object)
Package

twitter.

Methods
Writer Method: (setf social-graph-cursor-user-users) ((social-graph-cursor-user social-graph-cursor-user))

automatically generated writer method

Source

twitter-social-graph.lisp.

Target Slot

users.

Generic Function: social-graph-type (method count action user container return)
Package

twitter.

Source

twitter-social-graph.lisp.

Methods
Method: social-graph-type ((method (eql :select)) (count integer) (action (eql :friends)) (user string) (container (eql :list)) (return (eql :ids)))
Method: social-graph-type ((method (eql :select)) (count (eql :all)) (action (eql :friends)) (user string) (container (eql :list)) (return (eql :ids)))
Method: social-graph-type ((method (eql :select)) (count integer) (action (eql :followers)) (user string) (container (eql :list)) (return (eql :ids)))
Method: social-graph-type ((method (eql :select)) (count (eql :all)) (action (eql :followers)) (user string) (container (eql :list)) (return (eql :ids)))
Method: social-graph-type ((method (eql :select)) (count integer) (action (eql :friends)) (user string) (container (eql :list)) (return (eql :users)))
Method: social-graph-type ((method (eql :select)) (count (eql :all)) (action (eql :friends)) (user string) (container (eql :list)) (return (eql :users)))
Method: social-graph-type ((method (eql :select)) (count integer) (action (eql :followers)) (user string) (container (eql :list)) (return (eql :users)))
Method: social-graph-type ((method (eql :select)) (count (eql :all)) (action (eql :followers)) (user string) (container (eql :list)) (return (eql :users)))
Method: social-graph-type ((method (eql :count)) (count (eql :all)) (action (eql :friends)) (user string) container (return (eql :users)))
Method: social-graph-type ((method (eql :count)) (count (eql :all)) (action (eql :followers)) (user string) container (return (eql :users)))
Method: social-graph-type (method count action user (container (eql :set)) (return (eql :users)))
Method: social-graph-type (method count action user container return)
Generic Reader: statuses-/statuses/friends (object)
Package

twitter.

Methods
Reader Method: statuses-/statuses/friends ((statuses statuses))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

/statuses/friends.

Generic Writer: (setf statuses-/statuses/friends) (object)
Package

twitter.

Methods
Writer Method: (setf statuses-/statuses/friends) ((statuses statuses))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

/statuses/friends.

Generic Reader: statuses-/statuses/home-timeline (object)
Package

twitter.

Methods
Reader Method: statuses-/statuses/home-timeline ((statuses statuses))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

/statuses/home-timeline.

Generic Writer: (setf statuses-/statuses/home-timeline) (object)
Package

twitter.

Methods
Writer Method: (setf statuses-/statuses/home-timeline) ((statuses statuses))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

/statuses/home-timeline.

Generic Reader: statuses-/statuses/lookup (object)
Package

twitter.

Methods
Reader Method: statuses-/statuses/lookup ((statuses statuses))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

/statuses/lookup.

Generic Writer: (setf statuses-/statuses/lookup) (object)
Package

twitter.

Methods
Writer Method: (setf statuses-/statuses/lookup) ((statuses statuses))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

/statuses/lookup.

Generic Reader: statuses-/statuses/mentions-timeline (object)
Package

twitter.

Methods
Reader Method: statuses-/statuses/mentions-timeline ((statuses statuses))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

/statuses/mentions-timeline.

Generic Writer: (setf statuses-/statuses/mentions-timeline) (object)
Package

twitter.

Methods
Writer Method: (setf statuses-/statuses/mentions-timeline) ((statuses statuses))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

/statuses/mentions-timeline.

Generic Reader: statuses-/statuses/oembed (object)
Package

twitter.

Methods
Reader Method: statuses-/statuses/oembed ((statuses statuses))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

/statuses/oembed.

Generic Writer: (setf statuses-/statuses/oembed) (object)
Package

twitter.

Methods
Writer Method: (setf statuses-/statuses/oembed) ((statuses statuses))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

/statuses/oembed.

Generic Reader: statuses-/statuses/retweeters/ids (object)
Package

twitter.

Methods
Reader Method: statuses-/statuses/retweeters/ids ((statuses statuses))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

/statuses/retweeters/ids.

Generic Writer: (setf statuses-/statuses/retweeters/ids) (object)
Package

twitter.

Methods
Writer Method: (setf statuses-/statuses/retweeters/ids) ((statuses statuses))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

/statuses/retweeters/ids.

Generic Reader: statuses-/statuses/retweets-of-me (object)
Package

twitter.

Methods
Reader Method: statuses-/statuses/retweets-of-me ((statuses statuses))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

/statuses/retweets-of-me.

Generic Writer: (setf statuses-/statuses/retweets-of-me) (object)
Package

twitter.

Methods
Writer Method: (setf statuses-/statuses/retweets-of-me) ((statuses statuses))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

/statuses/retweets-of-me.

Generic Reader: statuses-/statuses/retweets/:id (object)
Package

twitter.

Methods
Reader Method: statuses-/statuses/retweets/:id ((statuses statuses))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

/statuses/retweets/∶id.

Generic Writer: (setf statuses-/statuses/retweets/:id) (object)
Package

twitter.

Methods
Writer Method: (setf statuses-/statuses/retweets/:id) ((statuses statuses))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

/statuses/retweets/∶id.

Generic Reader: statuses-/statuses/show/:id (object)
Package

twitter.

Methods
Reader Method: statuses-/statuses/show/:id ((statuses statuses))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

/statuses/show/∶id.

Generic Writer: (setf statuses-/statuses/show/:id) (object)
Package

twitter.

Methods
Writer Method: (setf statuses-/statuses/show/:id) ((statuses statuses))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

/statuses/show/∶id.

Generic Reader: statuses-/statuses/user-timeline (object)
Package

twitter.

Methods
Reader Method: statuses-/statuses/user-timeline ((statuses statuses))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

/statuses/user-timeline.

Generic Writer: (setf statuses-/statuses/user-timeline) (object)
Package

twitter.

Methods
Writer Method: (setf statuses-/statuses/user-timeline) ((statuses statuses))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

/statuses/user-timeline.

Generic Reader: suggestion-name (object)
Package

twitter.

Methods
Reader Method: suggestion-name ((suggestion suggestion))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

name.

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

twitter.

Methods
Writer Method: (setf suggestion-name) ((suggestion suggestion))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

name.

Generic Reader: suggestion-size (object)
Package

twitter.

Methods
Reader Method: suggestion-size ((suggestion suggestion))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

size.

Generic Writer: (setf suggestion-size) (object)
Package

twitter.

Methods
Writer Method: (setf suggestion-size) ((suggestion suggestion))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

size.

Generic Reader: suggestion-slug (object)
Package

twitter.

Methods
Reader Method: suggestion-slug ((suggestion suggestion))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

slug.

Generic Writer: (setf suggestion-slug) (object)
Package

twitter.

Methods
Writer Method: (setf suggestion-slug) ((suggestion suggestion))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

slug.

Generic Reader: time-zone-name (object)
Package

twitter.

Methods
Reader Method: time-zone-name ((time-zone time-zone))

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

name.

Generic Writer: (setf time-zone-name) (object)
Package

twitter.

Methods
Writer Method: (setf time-zone-name) ((time-zone time-zone))

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

name.

Generic Reader: time-zone-tzinfo-name (object)
Package

twitter.

Methods
Reader Method: time-zone-tzinfo-name ((time-zone time-zone))

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

tzinfo-name.

Generic Writer: (setf time-zone-tzinfo-name) (object)
Package

twitter.

Methods
Writer Method: (setf time-zone-tzinfo-name) ((time-zone time-zone))

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

tzinfo-name.

Generic Reader: time-zone-utc-offset (object)
Package

twitter.

Methods
Reader Method: time-zone-utc-offset ((time-zone time-zone))

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

utc-offset.

Generic Writer: (setf time-zone-utc-offset) (object)
Package

twitter.

Methods
Writer Method: (setf time-zone-utc-offset) ((time-zone time-zone))

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

utc-offset.

Generic Function: tolist (obj)
Package

twitter.

Source

utils.lisp.

Methods
Method: tolist ((obj hash-table))
Method: tolist ((obj cons))
Method: tolist (obj)
Generic Reader: trend-location-country (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

country.

Generic Writer: (setf trend-location-country) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

country.

Generic Reader: trend-location-countrycode (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

countrycode.

Generic Writer: (setf trend-location-countrycode) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

countrycode.

Generic Reader: trend-location-id (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

id.

Generic Writer: (setf trend-location-id) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

id.

Generic Function: trend-location-name (object)
Package

twitter.

Methods
Method: trend-location-name ((obj (eql nil)))
Source

twitter-account.lisp.

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

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

name.

Generic Writer: (setf trend-location-name) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

name.

Generic Reader: trend-location-placetype (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

placetype.

Generic Writer: (setf trend-location-placetype) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

placetype.

Generic Reader: trend-location-url (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

url.

Generic Writer: (setf trend-location-url) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

url.

Generic Reader: trend-location-woeid (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-account.lisp.

Target Slot

woeid.

Generic Writer: (setf trend-location-woeid) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-account.lisp.

Target Slot

woeid.

Generic Reader: tweet-contributors (object)
Package

twitter.

Methods
Reader Method: tweet-contributors ((tweet tweet))

automatically generated reader method

Source

twitter-tweet-status.lisp.

Target Slot

contributors.

Generic Writer: (setf tweet-contributors) (object)
Package

twitter.

Methods
Writer Method: (setf tweet-contributors) ((tweet tweet))

automatically generated writer method

Source

twitter-tweet-status.lisp.

Target Slot

contributors.

Generic Reader: tweet-geo (object)
Package

twitter.

Methods
Reader Method: tweet-geo ((tweet tweet))

automatically generated reader method

Source

twitter-tweet-status.lisp.

Target Slot

geo.

Generic Writer: (setf tweet-geo) (object)
Package

twitter.

Methods
Writer Method: (setf tweet-geo) ((tweet tweet))

automatically generated writer method

Source

twitter-tweet-status.lisp.

Target Slot

geo.

Generic Reader: tweet-geo-enabled (object)
Package

twitter.

Methods
Reader Method: tweet-geo-enabled ((tweet tweet))

automatically generated reader method

Source

twitter-tweet-status.lisp.

Target Slot

geo-enabled.

Generic Writer: (setf tweet-geo-enabled) (object)
Package

twitter.

Methods
Writer Method: (setf tweet-geo-enabled) ((tweet tweet))

automatically generated writer method

Source

twitter-tweet-status.lisp.

Target Slot

geo-enabled.

Generic Function: twitter-op-ext (command &rest args)
Package

twitter.

Methods
Method: twitter-op-ext (command &rest args)
Source

twitter-op.lisp.

Generic Reader: twitter-rate-limit-rate-limit-context (object)
Package

twitter.

Methods
Reader Method: twitter-rate-limit-rate-limit-context ((twitter-rate-limit twitter-rate-limit))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

rate-limit-context.

Generic Writer: (setf twitter-rate-limit-rate-limit-context) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-rate-limit-rate-limit-context) ((twitter-rate-limit twitter-rate-limit))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

rate-limit-context.

Generic Reader: twitter-rate-limit-resources (object)
Package

twitter.

Methods
Reader Method: twitter-rate-limit-resources ((twitter-rate-limit twitter-rate-limit))

automatically generated reader method

Source

twitter-application.lisp.

Target Slot

resources.

Generic Writer: (setf twitter-rate-limit-resources) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-rate-limit-resources) ((twitter-rate-limit twitter-rate-limit))

automatically generated writer method

Source

twitter-application.lisp.

Target Slot

resources.

Generic Reader: twitter-user-contributors-enabled (object)
Package

twitter.

Methods
Reader Method: twitter-user-contributors-enabled ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

contributors-enabled.

Generic Writer: (setf twitter-user-contributors-enabled) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-contributors-enabled) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

contributors-enabled.

Generic Reader: twitter-user-geo (object)
Package

twitter.

Methods
Reader Method: twitter-user-geo ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

geo.

Generic Writer: (setf twitter-user-geo) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-geo) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

geo.

Generic Reader: twitter-user-geo-enabled (object)
Package

twitter.

Methods
Reader Method: twitter-user-geo-enabled ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

geo-enabled.

Generic Writer: (setf twitter-user-geo-enabled) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-geo-enabled) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

geo-enabled.

Generic Reader: twitter-user-lang (object)
Package

twitter.

Methods
Reader Method: twitter-user-lang ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

lang.

Generic Writer: (setf twitter-user-lang) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-lang) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

lang.

Generic Reader: twitter-user-verified (object)
Package

twitter.

Methods
Reader Method: twitter-user-verified ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

verified.

Generic Writer: (setf twitter-user-verified) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-verified) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

verified.

Generic Reader: twitter-user-verified-profile (object)
Package

twitter.

Methods
Reader Method: twitter-user-verified-profile ((twitter-user twitter-user))

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

verified-profile.

Generic Writer: (setf twitter-user-verified-profile) (object)
Package

twitter.

Methods
Writer Method: (setf twitter-user-verified-profile) ((twitter-user twitter-user))

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

verified-profile.

Generic Reader: user-list-name (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

name.

Generic Writer: (setf user-list-name) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

name.

Generic Reader: user-list-size (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

size.

Generic Writer: (setf user-list-size) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

size.

Generic Reader: user-list-slug (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

slug.

Generic Writer: (setf user-list-slug) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

slug.

Generic Reader: user-list-users (object)
Package

twitter.

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

automatically generated reader method

Source

twitter-user.lisp.

Target Slot

users.

Generic Writer: (setf user-list-users) (object)
Package

twitter.

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

automatically generated writer method

Source

twitter-user.lisp.

Target Slot

users.

Generic Reader: user-mention-indices (object)
Package

twitter.

Methods
Reader Method: user-mention-indices ((user-mention user-mention))

automatically generated reader method

Source

twitter-entity.lisp.

Target Slot

indices.

Generic Writer: (setf user-mention-indices) (object)
Package

twitter.

Methods
Writer Method: (setf user-mention-indices) ((user-mention user-mention))

automatically generated writer method

Source

twitter-entity.lisp.

Target Slot

indices.

Generic Function: users-suggestions (&key slug lang)
Package

twitter.

Methods
Method: users-suggestions (&key slug lang)
Source

twitter-user.lisp.

Generic Function: verify (type obj lst)

verify the that rest elements are all of the same type

Package

twitter.

Source

twitter-generic-lookup.lisp.

Methods
Method: verify ((type (eql :integer)) (integer integer) (cons (eql nil)))
Method: verify ((type (eql :integer)) (integer integer) (cons cons))
Method: verify ((type (eql :integer)) integer cons)
Method: verify ((type (eql :string)) (string string) (cons (eql nil)))
Method: verify ((type (eql :string)) (string string) (cons cons))
Method: verify ((type (eql :string)) string cons)

6.2.7 Structures

Structure: twitter-command
Package

twitter.

Source

commands.lisp.

Direct superclasses

structure-object.

Direct methods

print-object.

Direct slots
Slot: name
Readers

command-name.

Writers

(setf command-name).

Slot: method
Package

common-lisp.

Readers

command-method.

Writers

(setf command-method).

Slot: return-type
Readers

command-return-type.

Writers

(setf command-return-type).

Slot: base-url
Readers

command-base-url.

Writers

(setf command-base-url).

Slot: description
Readers

command-description.

Writers

(setf command-description).

Slot: argmap
Readers

command-argmap.

Writers

(setf command-argmap).


6.2.8 Classes

Class: account-settings
Package

twitter.

Source

twitter-account.lisp.

Direct methods
Direct slots
Slot: time-zone
Initargs

:time-zone

Readers

account-settings-time-zone.

Writers

(setf account-settings-time-zone).

Slot: protected
Initargs

:protected

Readers

account-settings-protected.

Writers

(setf account-settings-protected).

Slot: screen-name
Initargs

:screen-name

Readers

account-settings-screen-name.

Writers

(setf account-settings-screen-name).

Slot: always-use-https
Initargs

:always-use-https

Readers

account-settings-always-use-https.

Writers

(setf account-settings-always-use-https).

Slot: use-cookie-personalization
Initargs

:use-cookie-personalization

Readers

account-settings-use-cookie-personalization.

Writers

(setf account-settings-use-cookie-personalization).

Slot: sleep-time
Initargs

:sleep-time

Readers

account-settings-sleep-time.

Writers

(setf account-settings-sleep-time).

Slot: geo-enabled
Initargs

:geo-enabled

Readers

account-settings-geo-enabled.

Writers

(setf account-settings-geo-enabled).

Slot: language
Initargs

:language

Readers

account-settings-language.

Writers

(setf account-settings-language).

Slot: discoverable-by-email
Initargs

:discoverable-by-email

Readers

account-settings-discoverable-by-email.

Writers

(setf account-settings-discoverable-by-email).

Slot: discoverable-by-mobile-phone
Initargs

:discoverable-by-mobile-phone

Readers

account-settings-discoverable-by-mobile-phone.

Writers

(setf account-settings-discoverable-by-mobile-phone).

Slot: display-sensitive-media
Initargs

:display-sensitive-media

Readers

account-settings-display-sensitive-media.

Writers

(setf account-settings-display-sensitive-media).

Slot: allow-contributor-request
Initargs

:allow-contributor-request

Readers

account-settings-allow-contributor-request.

Writers

(setf account-settings-allow-contributor-request).

Slot: allow-dms-from
Initargs

:allow-dms-from

Readers

account-settings-allow-dms-from.

Writers

(setf account-settings-allow-dms-from).

Slot: allow-dm-groups-from
Initargs

:allow-dm-groups-from

Readers

account-settings-allow-dm-groups-from.

Writers

(setf account-settings-allow-dm-groups-from).

Slot: trend-location
Initargs

:trend-location

Readers

account-settings-trend-location.

Writers

(setf account-settings-trend-location).

Class: connection
Package

twitter.

Source

twitter-friendship.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

connection-id.

Writers

(setf connection-id).

Slot: id-str
Initargs

:id-str

Readers

connection-id-str.

Writers

(setf connection-id-str).

Slot: screen-name
Initargs

:screen-name

Readers

connection-screen-name.

Writers

(setf connection-screen-name).

Slot: name
Initargs

:name

Readers

connection-name.

Writers

(setf connection-name).

Slot: connections
Initargs

:connections

Readers

connection-connections.

Writers

(setf connection-connections).

Class: cursor-friend-id
Package

twitter.

Source

twitter-friendship.lisp.

Direct methods
Direct slots
Slot: next-cursor-str
Initargs

:next-cursor-str

Readers

cursor-friend-id-next-cursor-str.

Writers

(setf cursor-friend-id-next-cursor-str).

Slot: previous-cursor-str
Initargs

:previous-cursor-str

Readers

cursor-friend-id-previous-cursor-str.

Writers

(setf cursor-friend-id-previous-cursor-str).

Slot: next-cursor
Initargs

:next-cursor

Readers

cursor-friend-id-next-cursor.

Writers

(setf cursor-friend-id-next-cursor).

Slot: ids
Initargs

:ids

Readers

cursor-friend-id-ids.

Writers

(setf cursor-friend-id-ids).

Slot: previous-cursor
Initargs

:previous-cursor

Readers

cursor-friend-id-previous-cursor.

Writers

(setf cursor-friend-id-previous-cursor).

Class: cursor-id
Package

twitter.

Source

twitter-blocks.lisp.

Direct methods
Direct slots
Slot: next-cursor-str
Initargs

:next-cursor-str

Readers

cursor-id-next-cursor-str.

Writers

(setf cursor-id-next-cursor-str).

Slot: previous-cursor-str
Initargs

:previous-cursor-str

Readers

cursor-id-previous-cursor-str.

Writers

(setf cursor-id-previous-cursor-str).

Slot: next-cursor
Initargs

:next-cursor

Readers

cursor-id-next-cursor.

Writers

(setf cursor-id-next-cursor).

Slot: ids
Initargs

:ids

Readers

cursor-id-ids.

Writers

(setf cursor-id-ids).

Slot: previous-cursor
Initargs

:previous-cursor

Readers

cursor-id-previous-cursor.

Writers

(setf cursor-id-previous-cursor).

Class: cursor-tweet
Package

twitter.

Source

twitter-tweet-status.lisp.

Direct methods
Direct slots
Slot: next-cursor-str
Initargs

:next-cursor-str

Readers

cursor-tweet-next-cursor-str.

Writers

(setf cursor-tweet-next-cursor-str).

Slot: previous-cursor-str
Initargs

:previous-cursor-str

Readers

cursor-tweet-previous-cursor-str.

Writers

(setf cursor-tweet-previous-cursor-str).

Slot: next-cursor
Initargs

:next-cursor

Readers

cursor-tweet-next-cursor.

Writers

(setf cursor-tweet-next-cursor).

Slot: user-ids
Initargs

:user-ids

Readers

cursor-tweet-user-ids.

Writers

(setf cursor-tweet-user-ids).

Slot: previous-cursor
Initargs

:previous-cursor

Readers

cursor-tweet-previous-cursor.

Writers

(setf cursor-tweet-previous-cursor).

Class: cursor-user
Package

twitter.

Source

twitter-user.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

cursor-user-id.

Writers

(setf cursor-user-id).

Slot: next-cursor-str
Initargs

:next-cursor-str

Readers

cursor-user-next-cursor-str.

Writers

(setf cursor-user-next-cursor-str).

Slot: previous-cursor-str
Initargs

:previous-cursor-str

Readers

cursor-user-previous-cursor-str.

Writers

(setf cursor-user-previous-cursor-str).

Slot: next-cursor
Initargs

:next-cursor

Readers

cursor-user-next-cursor.

Writers

(setf cursor-user-next-cursor).

Slot: users
Initargs

:users

Readers

cursor-user-users.

Writers

(setf cursor-user-users).

Slot: previous-cursor
Initargs

:previous-cursor

Readers

cursor-user-previous-cursor.

Writers

(setf cursor-user-previous-cursor).

Class: cursor-user-lists
Package

twitter.

Source

twitter-lists.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

cursor-user-lists-id.

Writers

(setf cursor-user-lists-id).

Slot: lists
Initargs

:lists

Readers

cursor-user-lists-lists.

Writers

(setf cursor-user-lists-lists).

Slot: next-cursor-str
Initargs

:next-cursor-str

Readers

cursor-user-lists-next-cursor-str.

Writers

(setf cursor-user-lists-next-cursor-str).

Slot: previous-cursor-str
Initargs

:previous-cursor-str

Readers

cursor-user-lists-previous-cursor-str.

Writers

(setf cursor-user-lists-previous-cursor-str).

Slot: next-cursor
Initargs

:next-cursor

Readers

cursor-user-lists-next-cursor.

Writers

(setf cursor-user-lists-next-cursor).

Slot: previous-cursor
Initargs

:previous-cursor

Readers

cursor-user-lists-previous-cursor.

Writers

(setf cursor-user-lists-previous-cursor).

Class: follow-source
Package

twitter.

Source

twitter-friendship.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

follow-source-id.

Writers

(setf follow-source-id).

Slot: id-str
Initargs

:id-str

Readers

follow-source-id-str.

Writers

(setf follow-source-id-str).

Slot: marked-spam
Initargs

:marked-spam

Readers

follow-source-marked-spam.

Writers

(setf follow-source-marked-spam).

Slot: all-replies
Initargs

:all-replies

Readers

follow-source-all-replies.

Writers

(setf follow-source-all-replies).

Slot: blocking
Initargs

:blocking

Readers

follow-source-blocking.

Writers

(setf follow-source-blocking).

Slot: notifications-enabled
Initargs

:notifications-enabled

Readers

follow-source-notifications-enabled.

Writers

(setf follow-source-notifications-enabled).

Slot: want-retweets
Initargs

:want-retweets

Readers

follow-source-want-retweets.

Writers

(setf follow-source-want-retweets).

Slot: following
Initargs

:following

Readers

follow-source-following.

Writers

(setf follow-source-following).

Slot: followed-by
Initargs

:followed-by

Readers

follow-source-followed-by.

Writers

(setf follow-source-followed-by).

Slot: events
Initargs

:events

Readers

follow-source-events.

Writers

(setf follow-source-events).

Slot: screen-name
Initargs

:screen-name

Readers

follow-source-screen-name.

Writers

(setf follow-source-screen-name).

Class: follow-target
Package

twitter.

Source

twitter-friendship.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

follow-target-id.

Writers

(setf follow-target-id).

Slot: id-str
Initargs

:id-str

Readers

follow-target-id-str.

Writers

(setf follow-target-id-str).

Slot: following
Initargs

:following

Readers

follow-target-following.

Writers

(setf follow-target-following).

Slot: followed-by
Initargs

:followed-by

Readers

follow-target-followed-by.

Writers

(setf follow-target-followed-by).

Slot: events
Initargs

:events

Readers

follow-target-events.

Writers

(setf follow-target-events).

Slot: screen-name
Initargs

:screen-name

Readers

follow-target-screen-name.

Writers

(setf follow-target-screen-name).

Class: geo-attribute
Package

twitter.

Source

twitter-geo.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

geo-attribute-id.

Writers

(setf geo-attribute-id).

Slot: street-address
Initargs

:street-address

Readers

geo-attribute-street-address.

Writers

(setf geo-attribute-street-address).

Class: geo-bounding-box
Package

twitter.

Source

twitter-geo.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

geo-bounding-box-id.

Writers

(setf geo-bounding-box-id).

Slot: coordinates
Initargs

:coordinates

Readers

geo-bounding-box-coordinates.

Writers

(setf geo-bounding-box-coordinates).

Slot: type
Package

common-lisp.

Initargs

:type

Readers

geo-bounding-box-type.

Writers

(setf geo-bounding-box-type).

Class: geo-coordinate
Package

twitter.

Source

twitter-geo.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

geo-coordinate-id.

Writers

(setf geo-coordinate-id).

Slot: long
Initargs

:long

Readers

geo-coordinate-long.

Writers

(setf geo-coordinate-long).

Slot: lat
Initargs

:lat

Readers

geo-coordinate-lat.

Writers

(setf geo-coordinate-lat).

Class: geo-place
Package

twitter.

Source

twitter-geo.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

geo-place-id.

Writers

(setf geo-place-id).

Slot: code
Initargs

:code

Readers

geo-place-code.

Writers

(setf geo-place-code).

Slot: name
Initargs

:name

Readers

geo-place-name.

Writers

(setf geo-place-name).

Slot: attributes
Initargs

:attributes

Readers

geo-place-attributes.

Writers

(setf geo-place-attributes).

Slot: url
Initargs

:url

Readers

geo-place-url.

Writers

(setf geo-place-url).

Slot: place-type
Initargs

:place-type

Readers

geo-place-place-type.

Writers

(setf geo-place-place-type).

Slot: full-name
Initargs

:full-name

Readers

geo-place-full-name.

Writers

(setf geo-place-full-name).

Slot: country
Initargs

:country

Readers

geo-place-country.

Writers

(setf geo-place-country).

Slot: bounding-box
Initargs

:bounding-box

Readers

geo-place-bounding-box.

Writers

(setf geo-place-bounding-box).

Slot: geometry
Initargs

:geometry

Readers

geo-place-geometry.

Writers

(setf geo-place-geometry).

Slot: country-code
Initargs

:country-code

Readers

geo-place-country-code.

Writers

(setf geo-place-country-code).

Slot: polylines
Initargs

:polylines

Readers

geo-place-polylines.

Writers

(setf geo-place-polylines).

Slot: contained-within
Initargs

:contained-within

Readers

geo-place-contained-within.

Writers

(setf geo-place-contained-within).

Class: geo-places
Package

twitter.

Source

twitter-geo.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

geo-places-id.

Writers

(setf geo-places-id).

Slot: token
Initargs

:token

Readers

geo-places-token.

Writers

(setf geo-places-token).

Slot: places
Initargs

:places

Readers

geo-places-places.

Writers

(setf geo-places-places).

Class: geo-query
Package

twitter.

Source

twitter-geo.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

geo-query-id.

Writers

(setf geo-query-id).

Slot: type
Package

common-lisp.

Initargs

:type

Readers

geo-query-type.

Writers

(setf geo-query-type).

Slot: params
Initargs

:params

Readers

geo-query-params.

Writers

(setf geo-query-params).

Slot: url
Initargs

:url

Readers

geo-query-url.

Writers

(setf geo-query-url).

Class: geo-result
Package

twitter.

Source

twitter-geo.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

geo-result-id.

Writers

(setf geo-result-id).

Slot: result
Initargs

:result

Readers

geo-result-result.

Writers

(setf geo-result-result).

Slot: query
Initargs

:query

Readers

geo-result-query.

Writers

(setf geo-result-query).

Class: hashtag
Package

twitter.

Source

twitter-entity.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

hashtag-id.

Writers

(setf hashtag-id).

Slot: text
Initargs

:text

Readers

hashtag-text.

Writers

(setf hashtag-text).

Slot: indices
Initargs

:indices

Readers

hashtag-indices.

Writers

(setf hashtag-indices).

Class: limits
Package

twitter.

Source

twitter-application.lisp.

Direct methods
Direct slots
Slot: limit
Initargs

:limit

Readers

limits-limit.

Writers

(setf limits-limit).

Slot: remaining
Initargs

:remaining

Readers

limits-remaining.

Writers

(setf limits-remaining).

Slot: reset
Initargs

:reset

Readers

limits-reset.

Writers

(setf limits-reset).

Class: list-type
Package

twitter.

Source

twitter-lists.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

list-type-id.

Writers

(setf list-type-id).

Slot: name
Initargs

:name

Readers

list-type-name.

Writers

(setf list-type-name).

Slot: mode
Initargs

:mode

Readers

list-type-mode.

Writers

(setf list-type-mode).

Slot: description
Initargs

:description

Readers

list-type-description.

Writers

(setf list-type-description).

Slot: slug
Initargs

:slug

Readers

list-type-slug.

Writers

(setf list-type-slug).

Slot: uri
Initargs

:uri

Readers

list-type-uri.

Writers

(setf list-type-uri).

Slot: subscriber-count
Initargs

:subscriber-count

Readers

list-type-subscriber-count.

Writers

(setf list-type-subscriber-count).

Slot: member-count
Initargs

:member-count

Readers

list-type-member-count.

Writers

(setf list-type-member-count).

Slot: id-str
Initargs

:id-str

Readers

list-type-id-str.

Writers

(setf list-type-id-str).

Slot: created-at
Initargs

:created-at

Readers

list-type-created-at.

Writers

(setf list-type-created-at).

Slot: following
Initargs

:following

Readers

list-type-following.

Writers

(setf list-type-following).

Slot: full-name
Initargs

:full-name

Readers

list-type-full-name.

Writers

(setf list-type-full-name).

Slot: user
Initargs

:user

Readers

list-type-user.

Writers

(setf list-type-user).

Class: lists
Package

twitter.

Source

twitter-application.lisp.

Direct methods
Direct slots
Slot: /lists/list
Initargs

:/lists/list

Readers

lists-/lists/list.

Writers

(setf lists-/lists/list).

Slot: /lists/memberships
Initargs

:/lists/memberships

Readers

lists-/lists/memberships.

Writers

(setf lists-/lists/memberships).

Slot: /lists/subscribers/show
Initargs

:/lists/subscribers/show

Readers

lists-/lists/subscribers/show.

Writers

(setf lists-/lists/subscribers/show).

Slot: /lists/members
Initargs

:/lists/members

Readers

lists-/lists/members.

Writers

(setf lists-/lists/members).

Slot: /lists/subscriptions
Initargs

:/lists/subscriptions

Readers

lists-/lists/subscriptions.

Writers

(setf lists-/lists/subscriptions).

Slot: /lists/show
Initargs

:/lists/show

Readers

lists-/lists/show.

Writers

(setf lists-/lists/show).

Slot: /lists/ownerships
Initargs

:/lists/ownerships

Readers

lists-/lists/ownerships.

Writers

(setf lists-/lists/ownerships).

Slot: /lists/subscribers
Initargs

:/lists/subscribers

Readers

lists-/lists/subscribers.

Writers

(setf lists-/lists/subscribers).

Slot: /lists/members/show
Initargs

:/lists/members/show

Readers

lists-/lists/members/show.

Writers

(setf lists-/lists/members/show).

Slot: /lists/statuses
Initargs

:/lists/statuses

Readers

lists-/lists/statuses.

Writers

(setf lists-/lists/statuses).

Class: media-entity
Package

twitter.

Source

twitter-entity.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

media-entity-id.

Writers

(setf media-entity-id).

Slot: id-str
Initargs

:id-str

Readers

media-entity-id-str.

Writers

(setf media-entity-id-str).

Slot: media-url
Initargs

:media-url

Readers

media-entity-media-url.

Writers

(setf media-entity-media-url).

Slot: media-url-https
Initargs

:media-url-https

Readers

media-entity-media-url-https.

Writers

(setf media-entity-media-url-https).

Slot: url
Initargs

:url

Readers

media-entity-url.

Writers

(setf media-entity-url).

Slot: display-url
Initargs

:display-url

Readers

media-entity-display-url.

Writers

(setf media-entity-display-url).

Slot: expanded-url
Initargs

:expanded-url

Readers

media-entity-expanded-url.

Writers

(setf media-entity-expanded-url).

Slot: type
Package

common-lisp.

Initargs

:type

Readers

media-entity-type.

Writers

(setf media-entity-type).

Slot: sizes
Initargs

:sizes

Readers

media-entity-sizes.

Writers

(setf media-entity-sizes).

Slot: indices
Initargs

:indices

Readers

media-entity-indices.

Writers

(setf media-entity-indices).

Class: media-size
Package

twitter.

Source

twitter-entity.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

media-size-id.

Writers

(setf media-size-id).

Slot: w
Initargs

:w

Readers

media-size-w.

Writers

(setf media-size-w).

Slot: h
Initargs

:h

Readers

media-size-h.

Writers

(setf media-size-h).

Slot: resize
Initargs

:resize

Readers

media-size-resize.

Writers

(setf media-size-resize).

Class: media-sizes
Package

twitter.

Source

twitter-entity.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

media-sizes-id.

Writers

(setf media-sizes-id).

Slot: large
Initargs

:large

Readers

media-sizes-large.

Writers

(setf media-sizes-large).

Slot: medium
Initargs

:medium

Readers

media-sizes-medium.

Writers

(setf media-sizes-medium).

Slot: small
Initargs

:small

Readers

media-sizes-small.

Writers

(setf media-sizes-small).

Slot: thumb
Initargs

:thumb

Readers

media-sizes-thumb.

Writers

(setf media-sizes-thumb).

Class: place
Package

twitter.

Source

twitter-trends.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

place-id.

Writers

(setf place-id).

Slot: url
Initargs

:url

Readers

place-url.

Writers

(setf place-url).

Slot: placetype
Initargs

:placetype

Readers

place-placetype.

Writers

(setf place-placetype).

Slot: country
Initargs

:country

Readers

place-country.

Writers

(setf place-country).

Slot: countrycode
Initargs

:countrycode

Readers

place-countrycode.

Writers

(setf place-countrycode).

Slot: woeid
Initargs

:woeid

Readers

place-woeid.

Writers

(setf place-woeid).

Slot: name
Initargs

:name

Readers

place-name.

Writers

(setf place-name).

Class: place-type
Package

twitter.

Source

twitter-trends.lisp.

Direct methods
Direct slots
Slot: code
Initargs

:code

Readers

place-type-code.

Writers

(setf place-type-code).

Slot: name
Initargs

:name

Readers

place-type-name.

Writers

(setf place-type-name).

Class: placetype
Package

twitter.

Source

twitter-account.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

placetype-id.

Writers

(setf placetype-id).

Slot: code
Initargs

:code

Readers

placetype-code.

Writers

(setf placetype-code).

Slot: name
Initargs

:name

Readers

placetype-name.

Writers

(setf placetype-name).

Class: rate-limit-context
Package

twitter.

Source

twitter-application.lisp.

Direct methods
Direct slots
Slot: access-token
Initargs

:access-token

Readers

rate-limit-context-access-token.

Writers

(setf rate-limit-context-access-token).

Class: relationship
Package

twitter.

Source

twitter-friendship.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

relationship-id.

Writers

(setf relationship-id).

Slot: target
Initargs

:target

Readers

relationship-target.

Writers

(setf relationship-target).

Slot: source
Initargs

:source

Readers

relationship-source.

Writers

(setf relationship-source).

Class: relationships
Package

twitter.

Source

twitter-friendship.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

relationships-id.

Writers

(setf relationships-id).

Slot: relationship
Initargs

:relationship

Readers

relationships-relationship.

Writers

(setf relationships-relationship).

Class: resources
Package

twitter.

Source

twitter-application.lisp.

Direct methods
Direct slots
Package

common-lisp.

Initargs

:search

Readers

resources-search.

Writers

(setf resources-search).

Slot: statuses
Initargs

:statuses

Readers

resources-statuses.

Writers

(setf resources-statuses).

Slot: lists
Initargs

:lists

Readers

resources-lists.

Writers

(setf resources-lists).

Class: search2
Package

twitter.

Source

twitter-application.lisp.

Direct methods
Direct slots
Slot: /search/tweets
Initargs

:/search/tweets

Readers

search2-/search/tweets.

Writers

(setf search2-/search/tweets).

Class: sleep-time
Package

twitter.

Source

twitter-account.lisp.

Direct methods
Direct slots
Slot: enabled
Initargs

:enabled

Readers

sleep-time-enabled.

Writers

(setf sleep-time-enabled).

Slot: end-time
Initargs

:end-time

Readers

sleep-time-end-time.

Writers

(setf sleep-time-end-time).

Slot: start-time
Initargs

:start-time

Readers

sleep-time-start-time.

Writers

(setf sleep-time-start-time).

Class: social-graph-cursor-user
Package

twitter.

Source

twitter-social-graph.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

social-graph-cursor-user-id.

Writers

(setf social-graph-cursor-user-id).

Slot: next-cursor-str
Initargs

:next-cursor-str

Readers

social-graph-cursor-user-next-cursor-str.

Writers

(setf social-graph-cursor-user-next-cursor-str).

Slot: previous-cursor-str
Initargs

:previous-cursor-str

Readers

social-graph-cursor-user-previous-cursor-str.

Writers

(setf social-graph-cursor-user-previous-cursor-str).

Slot: next-cursor
Initargs

:next-cursor

Readers

social-graph-cursor-user-next-cursor.

Writers

(setf social-graph-cursor-user-next-cursor).

Slot: screen-name
Initargs

:screen-name

Readers

social-graph-cursor-user-screen-name.

Writers

(setf social-graph-cursor-user-screen-name).

Slot: command
Initargs

:command

Readers

social-graph-cursor-user-command.

Writers

(setf social-graph-cursor-user-command).

Slot: users
Initargs

:users

Readers

social-graph-cursor-user-users.

Writers

(setf social-graph-cursor-user-users).

Slot: previous-cursor
Initargs

:previous-cursor

Readers

social-graph-cursor-user-previous-cursor.

Writers

(setf social-graph-cursor-user-previous-cursor).

Class: statuses
Package

twitter.

Source

twitter-application.lisp.

Direct methods
Direct slots
Slot: /statuses/retweeters/ids
Initargs

:/statuses/retweeters/ids

Readers

statuses-/statuses/retweeters/ids.

Writers

(setf statuses-/statuses/retweeters/ids).

Slot: /statuses/retweets-of-me
Initargs

:/statuses/retweets-of-me

Readers

statuses-/statuses/retweets-of-me.

Writers

(setf statuses-/statuses/retweets-of-me).

Slot: /statuses/home-timeline
Initargs

:/statuses/home-timeline

Readers

statuses-/statuses/home-timeline.

Writers

(setf statuses-/statuses/home-timeline).

Slot: /statuses/show/:id
Initargs

:|/statuses/show/:id|

Readers

statuses-/statuses/show/∶id.

Writers

(setf statuses-/statuses/show/∶id).

Slot: /statuses/user-timeline
Initargs

:/statuses/user-timeline

Readers

statuses-/statuses/user-timeline.

Writers

(setf statuses-/statuses/user-timeline).

Slot: /statuses/friends
Initargs

:/statuses/friends

Readers

statuses-/statuses/friends.

Writers

(setf statuses-/statuses/friends).

Slot: /statuses/retweets/:id
Initargs

:|/statuses/retweets/:id|

Readers

statuses-/statuses/retweets/∶id.

Writers

(setf statuses-/statuses/retweets/∶id).

Slot: /statuses/mentions-timeline
Initargs

:/statuses/mentions-timeline

Readers

statuses-/statuses/mentions-timeline.

Writers

(setf statuses-/statuses/mentions-timeline).

Slot: /statuses/oembed
Initargs

:/statuses/oembed

Readers

statuses-/statuses/oembed.

Writers

(setf statuses-/statuses/oembed).

Slot: /statuses/lookup
Initargs

:/statuses/lookup

Readers

statuses-/statuses/lookup.

Writers

(setf statuses-/statuses/lookup).

Class: suggestion
Package

twitter.

Source

twitter-user.lisp.

Direct methods
Direct slots
Slot: size
Initargs

:size

Readers

suggestion-size.

Writers

(setf suggestion-size).

Slot: slug
Initargs

:slug

Readers

suggestion-slug.

Writers

(setf suggestion-slug).

Slot: name
Initargs

:name

Readers

suggestion-name.

Writers

(setf suggestion-name).

Class: time-zone
Package

twitter.

Source

twitter-account.lisp.

Direct methods
Direct slots
Slot: name
Initargs

:name

Readers

time-zone-name.

Writers

(setf time-zone-name).

Slot: utc-offset
Initargs

:utc-offset

Readers

time-zone-utc-offset.

Writers

(setf time-zone-utc-offset).

Slot: tzinfo-name
Initargs

:tzinfo-name

Readers

time-zone-tzinfo-name.

Writers

(setf time-zone-tzinfo-name).

Class: trend-location
Package

twitter.

Source

twitter-account.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

trend-location-id.

Writers

(setf trend-location-id).

Slot: url
Initargs

:url

Readers

trend-location-url.

Writers

(setf trend-location-url).

Slot: placetype
Initargs

:placetype

Readers

trend-location-placetype.

Writers

(setf trend-location-placetype).

Slot: country
Initargs

:country

Readers

trend-location-country.

Writers

(setf trend-location-country).

Slot: countrycode
Initargs

:countrycode

Readers

trend-location-countrycode.

Writers

(setf trend-location-countrycode).

Slot: woeid
Initargs

:woeid

Readers

trend-location-woeid.

Writers

(setf trend-location-woeid).

Slot: name
Initargs

:name

Readers

trend-location-name.

Writers

(setf trend-location-name).

Class: twitter-entities
Package

twitter.

Source

twitter-entity.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

twitter-entities-id.

Writers

(setf twitter-entities-id).

Slot: hashtags
Initargs

:hashtags

Readers

twitter-entities-hashtags.

Writers

(setf twitter-entities-hashtags).

Slot: user-mentions
Initargs

:user-mentions

Readers

twitter-entities-user-mentions.

Writers

(setf twitter-entities-user-mentions).

Slot: media
Initargs

:media

Readers

twitter-entities-media.

Writers

(setf twitter-entities-media).

Slot: urls
Initargs

:urls

Readers

twitter-entities-urls.

Writers

(setf twitter-entities-urls).

Class: twitter-rate-limit
Package

twitter.

Source

twitter-application.lisp.

Direct methods
Direct slots
Slot: rate-limit-context
Initargs

:rate-limit-context

Readers

twitter-rate-limit-rate-limit-context.

Writers

(setf twitter-rate-limit-rate-limit-context).

Slot: resources
Initargs

:resources

Readers

twitter-rate-limit-resources.

Writers

(setf twitter-rate-limit-resources).

Class: url-entity
Package

twitter.

Source

twitter-entity.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

url-entity-id.

Writers

(setf url-entity-id).

Slot: url
Initargs

:url

Readers

url-entity-url.

Writers

(setf url-entity-url).

Slot: display-url
Initargs

:display-url

Readers

url-entity-display-url.

Writers

(setf url-entity-display-url).

Slot: expanded-url
Initargs

:expanded-url

Readers

url-entity-expanded-url.

Writers

(setf url-entity-expanded-url).

Slot: indices
Initargs

:indices

Readers

url-entity-indices.

Writers

(setf url-entity-indices).

Class: user-list
Package

twitter.

Source

twitter-user.lisp.

Direct methods
Direct slots
Slot: users
Initargs

:users

Readers

user-list-users.

Writers

(setf user-list-users).

Slot: size
Initargs

:size

Readers

user-list-size.

Writers

(setf user-list-size).

Slot: slug
Initargs

:slug

Readers

user-list-slug.

Writers

(setf user-list-slug).

Slot: name
Initargs

:name

Readers

user-list-name.

Writers

(setf user-list-name).

Class: user-mention
Package

twitter.

Source

twitter-entity.lisp.

Direct methods
Direct slots
Slot: id
Initargs

:id

Readers

user-mention-id.

Writers

(setf user-mention-id).

Slot: id-str
Initargs

:id-str

Readers

user-mention-id-str.

Writers

(setf user-mention-id-str).

Slot: screen-name
Initargs

:screen-name

Readers

user-mention-screen-name.

Writers

(setf user-mention-screen-name).

Slot: name
Initargs

:name

Readers

user-mention-name.

Writers

(setf user-mention-name).

Slot: indices
Initargs

:indices

Readers

user-mention-indices.

Writers

(setf user-mention-indices).


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   (  
A   B   C   D   E   F   G   H   I   L   M   O   P   R   S   T   U   V   W  
Index Entry  Section

(
(setf account-settings-allow-contributor-request): Private generic functions
(setf account-settings-allow-contributor-request): Private generic functions
(setf account-settings-allow-dm-groups-from): Private generic functions
(setf account-settings-allow-dm-groups-from): Private generic functions
(setf account-settings-allow-dms-from): Private generic functions
(setf account-settings-allow-dms-from): Private generic functions
(setf account-settings-always-use-https): Private generic functions
(setf account-settings-always-use-https): Private generic functions
(setf account-settings-discoverable-by-email): Private generic functions
(setf account-settings-discoverable-by-email): Private generic functions
(setf account-settings-discoverable-by-mobile-phone): Private generic functions
(setf account-settings-discoverable-by-mobile-phone): Private generic functions
(setf account-settings-display-sensitive-media): Private generic functions
(setf account-settings-display-sensitive-media): Private generic functions
(setf account-settings-geo-enabled): Private generic functions
(setf account-settings-geo-enabled): Private generic functions
(setf account-settings-language): Private generic functions
(setf account-settings-language): Private generic functions
(setf account-settings-protected): Private generic functions
(setf account-settings-protected): Private generic functions
(setf account-settings-screen-name): Private generic functions
(setf account-settings-screen-name): Private generic functions
(setf account-settings-sleep-time): Private generic functions
(setf account-settings-sleep-time): Private generic functions
(setf account-settings-time-zone): Private generic functions
(setf account-settings-time-zone): Private generic functions
(setf account-settings-trend-location): Private generic functions
(setf account-settings-trend-location): Private generic functions
(setf account-settings-use-cookie-personalization): Private generic functions
(setf account-settings-use-cookie-personalization): Private generic functions
(setf command-argmap): Private ordinary functions
(setf command-base-url): Private ordinary functions
(setf command-description): Private ordinary functions
(setf command-method): Private ordinary functions
(setf command-name): Private ordinary functions
(setf command-return-type): Private ordinary functions
(setf connection-connections): Private generic functions
(setf connection-connections): Private generic functions
(setf connection-id): Private generic functions
(setf connection-id): Private generic functions
(setf connection-id-str): Private generic functions
(setf connection-id-str): Private generic functions
(setf connection-name): Private generic functions
(setf connection-name): Private generic functions
(setf connection-screen-name): Private generic functions
(setf connection-screen-name): Private generic functions
(setf cursor-friend-id-ids): Private generic functions
(setf cursor-friend-id-ids): Private generic functions
(setf cursor-friend-id-next-cursor): Private generic functions
(setf cursor-friend-id-next-cursor): Private generic functions
(setf cursor-friend-id-next-cursor-str): Private generic functions
(setf cursor-friend-id-next-cursor-str): Private generic functions
(setf cursor-friend-id-previous-cursor): Private generic functions
(setf cursor-friend-id-previous-cursor): Private generic functions
(setf cursor-friend-id-previous-cursor-str): Private generic functions
(setf cursor-friend-id-previous-cursor-str): Private generic functions
(setf cursor-id-ids): Private generic functions
(setf cursor-id-ids): Private generic functions
(setf cursor-id-next-cursor): Private generic functions
(setf cursor-id-next-cursor): Private generic functions
(setf cursor-id-next-cursor-str): Private generic functions
(setf cursor-id-next-cursor-str): Private generic functions
(setf cursor-id-previous-cursor): Private generic functions
(setf cursor-id-previous-cursor): Private generic functions
(setf cursor-id-previous-cursor-str): Private generic functions
(setf cursor-id-previous-cursor-str): Private generic functions
(setf cursor-tweet-next-cursor): Private generic functions
(setf cursor-tweet-next-cursor): Private generic functions
(setf cursor-tweet-next-cursor-str): Private generic functions
(setf cursor-tweet-next-cursor-str): Private generic functions
(setf cursor-tweet-previous-cursor): Private generic functions
(setf cursor-tweet-previous-cursor): Private generic functions
(setf cursor-tweet-previous-cursor-str): Private generic functions
(setf cursor-tweet-previous-cursor-str): Private generic functions
(setf cursor-tweet-user-ids): Private generic functions
(setf cursor-tweet-user-ids): Private generic functions
(setf cursor-user-id): Private generic functions
(setf cursor-user-id): Private generic functions
(setf cursor-user-lists-id): Public generic functions
(setf cursor-user-lists-id): Public generic functions
(setf cursor-user-lists-lists): Public generic functions
(setf cursor-user-lists-lists): Public generic functions
(setf cursor-user-lists-next-cursor): Public generic functions
(setf cursor-user-lists-next-cursor): Public generic functions
(setf cursor-user-lists-next-cursor-str): Public generic functions
(setf cursor-user-lists-next-cursor-str): Public generic functions
(setf cursor-user-lists-previous-cursor): Public generic functions
(setf cursor-user-lists-previous-cursor): Public generic functions
(setf cursor-user-lists-previous-cursor-str): Public generic functions
(setf cursor-user-lists-previous-cursor-str): Public generic functions
(setf cursor-user-next-cursor): Private generic functions
(setf cursor-user-next-cursor): Private generic functions
(setf cursor-user-next-cursor-str): Private generic functions
(setf cursor-user-next-cursor-str): Private generic functions
(setf cursor-user-previous-cursor): Private generic functions
(setf cursor-user-previous-cursor): Private generic functions
(setf cursor-user-previous-cursor-str): Private generic functions
(setf cursor-user-previous-cursor-str): Private generic functions
(setf cursor-user-users): Private generic functions
(setf cursor-user-users): Private generic functions
(setf end-session-error): Public generic functions
(setf end-session-error): Public generic functions
(setf end-session-id): Private generic functions
(setf end-session-id): Private generic functions
(setf end-session-request): Public generic functions
(setf end-session-request): Public generic functions
(setf follow-source-all-replies): Private generic functions
(setf follow-source-all-replies): Private generic functions
(setf follow-source-blocking): Private generic functions
(setf follow-source-blocking): Private generic functions
(setf follow-source-events): Private generic functions
(setf follow-source-events): Private generic functions
(setf follow-source-followed-by): Private generic functions
(setf follow-source-followed-by): Private generic functions
(setf follow-source-following): Private generic functions
(setf follow-source-following): Private generic functions
(setf follow-source-id): Private generic functions
(setf follow-source-id): Private generic functions
(setf follow-source-id-str): Private generic functions
(setf follow-source-id-str): Private generic functions
(setf follow-source-marked-spam): Private generic functions
(setf follow-source-marked-spam): Private generic functions
(setf follow-source-notifications-enabled): Private generic functions
(setf follow-source-notifications-enabled): Private generic functions
(setf follow-source-screen-name): Private generic functions
(setf follow-source-screen-name): Private generic functions
(setf follow-source-want-retweets): Private generic functions
(setf follow-source-want-retweets): Private generic functions
(setf follow-target-events): Private generic functions
(setf follow-target-events): Private generic functions
(setf follow-target-followed-by): Private generic functions
(setf follow-target-followed-by): Private generic functions
(setf follow-target-following): Private generic functions
(setf follow-target-following): Private generic functions
(setf follow-target-id): Private generic functions
(setf follow-target-id): Private generic functions
(setf follow-target-id-str): Private generic functions
(setf follow-target-id-str): Private generic functions
(setf follow-target-screen-name): Private generic functions
(setf follow-target-screen-name): Private generic functions
(setf geo-attribute-id): Private generic functions
(setf geo-attribute-id): Private generic functions
(setf geo-attribute-street-address): Private generic functions
(setf geo-attribute-street-address): Private generic functions
(setf geo-bounding-box-coordinates): Public generic functions
(setf geo-bounding-box-coordinates): Public generic functions
(setf geo-bounding-box-id): Public generic functions
(setf geo-bounding-box-id): Public generic functions
(setf geo-bounding-box-type): Public generic functions
(setf geo-bounding-box-type): Public generic functions
(setf geo-coordinate-id): Public generic functions
(setf geo-coordinate-id): Public generic functions
(setf geo-coordinate-lat): Public generic functions
(setf geo-coordinate-lat): Public generic functions
(setf geo-coordinate-long): Public generic functions
(setf geo-coordinate-long): Public generic functions
(setf geo-place-attributes): Public generic functions
(setf geo-place-attributes): Public generic functions
(setf geo-place-bounding-box): Public generic functions
(setf geo-place-bounding-box): Public generic functions
(setf geo-place-code): Public generic functions
(setf geo-place-code): Public generic functions
(setf geo-place-contained-within): Public generic functions
(setf geo-place-contained-within): Public generic functions
(setf geo-place-country): Public generic functions
(setf geo-place-country): Public generic functions
(setf geo-place-country-code): Public generic functions
(setf geo-place-country-code): Public generic functions
(setf geo-place-full-name): Public generic functions
(setf geo-place-full-name): Public generic functions
(setf geo-place-geometry): Public generic functions
(setf geo-place-geometry): Public generic functions
(setf geo-place-id): Public generic functions
(setf geo-place-id): Public generic functions
(setf geo-place-name): Public generic functions
(setf geo-place-name): Public generic functions
(setf geo-place-place-type): Public generic functions
(setf geo-place-place-type): Public generic functions
(setf geo-place-polylines): Public generic functions
(setf geo-place-polylines): Public generic functions
(setf geo-place-url): Public generic functions
(setf geo-place-url): Public generic functions
(setf geo-places-id): Public generic functions
(setf geo-places-id): Public generic functions
(setf geo-places-places): Public generic functions
(setf geo-places-places): Public generic functions
(setf geo-places-token): Public generic functions
(setf geo-places-token): Public generic functions
(setf geo-query-id): Public generic functions
(setf geo-query-id): Public generic functions
(setf geo-query-params): Public generic functions
(setf geo-query-params): Public generic functions
(setf geo-query-type): Public generic functions
(setf geo-query-type): Public generic functions
(setf geo-query-url): Public generic functions
(setf geo-query-url): Public generic functions
(setf geo-result-id): Public generic functions
(setf geo-result-id): Public generic functions
(setf geo-result-query): Public generic functions
(setf geo-result-query): Public generic functions
(setf geo-result-result): Public generic functions
(setf geo-result-result): Public generic functions
(setf get-value): Private setf expanders
(setf hashtag-id): Public generic functions
(setf hashtag-id): Public generic functions
(setf hashtag-indices): Public generic functions
(setf hashtag-indices): Public generic functions
(setf hashtag-text): Public generic functions
(setf hashtag-text): Public generic functions
(setf limits-limit): Private generic functions
(setf limits-limit): Private generic functions
(setf limits-remaining): Private generic functions
(setf limits-remaining): Private generic functions
(setf limits-reset): Private generic functions
(setf limits-reset): Private generic functions
(setf list-type-created-at): Private generic functions
(setf list-type-created-at): Private generic functions
(setf list-type-description): Public generic functions
(setf list-type-description): Public generic functions
(setf list-type-following): Private generic functions
(setf list-type-following): Private generic functions
(setf list-type-full-name): Public generic functions
(setf list-type-full-name): Public generic functions
(setf list-type-id): Public generic functions
(setf list-type-id): Public generic functions
(setf list-type-id-str): Public generic functions
(setf list-type-id-str): Public generic functions
(setf list-type-member-count): Public generic functions
(setf list-type-member-count): Public generic functions
(setf list-type-mode): Public generic functions
(setf list-type-mode): Public generic functions
(setf list-type-name): Private generic functions
(setf list-type-name): Private generic functions
(setf list-type-slug): Public generic functions
(setf list-type-slug): Public generic functions
(setf list-type-subscriber-count): Private generic functions
(setf list-type-subscriber-count): Private generic functions
(setf list-type-uri): Public generic functions
(setf list-type-uri): Public generic functions
(setf list-type-user): Public generic functions
(setf list-type-user): Public generic functions
(setf lists-/lists/list): Private generic functions
(setf lists-/lists/list): Private generic functions
(setf lists-/lists/members): Private generic functions
(setf lists-/lists/members): Private generic functions
(setf lists-/lists/members/show): Private generic functions
(setf lists-/lists/members/show): Private generic functions
(setf lists-/lists/memberships): Private generic functions
(setf lists-/lists/memberships): Private generic functions
(setf lists-/lists/ownerships): Private generic functions
(setf lists-/lists/ownerships): Private generic functions
(setf lists-/lists/show): Private generic functions
(setf lists-/lists/show): Private generic functions
(setf lists-/lists/statuses): Private generic functions
(setf lists-/lists/statuses): Private generic functions
(setf lists-/lists/subscribers): Private generic functions
(setf lists-/lists/subscribers): Private generic functions
(setf lists-/lists/subscribers/show): Private generic functions
(setf lists-/lists/subscribers/show): Private generic functions
(setf lists-/lists/subscriptions): Private generic functions
(setf lists-/lists/subscriptions): Private generic functions
(setf media-entity-display-url): Public generic functions
(setf media-entity-display-url): Public generic functions
(setf media-entity-expanded-url): Public generic functions
(setf media-entity-expanded-url): Public generic functions
(setf media-entity-id): Public generic functions
(setf media-entity-id): Public generic functions
(setf media-entity-id-str): Public generic functions
(setf media-entity-id-str): Public generic functions
(setf media-entity-indices): Public generic functions
(setf media-entity-indices): Public generic functions
(setf media-entity-media-url): Public generic functions
(setf media-entity-media-url): Public generic functions
(setf media-entity-media-url-https): Public generic functions
(setf media-entity-media-url-https): Public generic functions
(setf media-entity-sizes): Public generic functions
(setf media-entity-sizes): Public generic functions
(setf media-entity-type): Public generic functions
(setf media-entity-type): Public generic functions
(setf media-entity-url): Public generic functions
(setf media-entity-url): Public generic functions
(setf media-size-h): Public generic functions
(setf media-size-h): Public generic functions
(setf media-size-id): Public generic functions
(setf media-size-id): Public generic functions
(setf media-size-resize): Public generic functions
(setf media-size-resize): Public generic functions
(setf media-size-w): Public generic functions
(setf media-size-w): Public generic functions
(setf media-sizes-id): Private generic functions
(setf media-sizes-id): Private generic functions
(setf media-sizes-large): Private generic functions
(setf media-sizes-large): Private generic functions
(setf media-sizes-medium): Private generic functions
(setf media-sizes-medium): Private generic functions
(setf media-sizes-small): Private generic functions
(setf media-sizes-small): Private generic functions
(setf media-sizes-thumb): Private generic functions
(setf media-sizes-thumb): Private generic functions
(setf place-country): Public generic functions
(setf place-country): Public generic functions
(setf place-countrycode): Private generic functions
(setf place-countrycode): Private generic functions
(setf place-id): Private generic functions
(setf place-id): Private generic functions
(setf place-name): Public generic functions
(setf place-name): Public generic functions
(setf place-placetype): Public generic functions
(setf place-placetype): Public generic functions
(setf place-type-code): Public generic functions
(setf place-type-code): Public generic functions
(setf place-type-name): Public generic functions
(setf place-type-name): Public generic functions
(setf place-url): Private generic functions
(setf place-url): Private generic functions
(setf place-woeid): Public generic functions
(setf place-woeid): Public generic functions
(setf placetype-code): Private generic functions
(setf placetype-code): Private generic functions
(setf placetype-id): Private generic functions
(setf placetype-id): Private generic functions
(setf placetype-name): Private generic functions
(setf placetype-name): Private generic functions
(setf rate-limit-context-access-token): Private generic functions
(setf rate-limit-context-access-token): Private generic functions
(setf relationship-id): Private generic functions
(setf relationship-id): Private generic functions
(setf relationship-source): Private generic functions
(setf relationship-source): Private generic functions
(setf relationship-target): Private generic functions
(setf relationship-target): Private generic functions
(setf relationships-id): Private generic functions
(setf relationships-id): Private generic functions
(setf relationships-relationship): Private generic functions
(setf relationships-relationship): Private generic functions
(setf resources-lists): Private generic functions
(setf resources-lists): Private generic functions
(setf resources-search): Private generic functions
(setf resources-search): Private generic functions
(setf resources-statuses): Private generic functions
(setf resources-statuses): Private generic functions
(setf saved-search-created-at): Public generic functions
(setf saved-search-created-at): Public generic functions
(setf saved-search-id): Public generic functions
(setf saved-search-id): Public generic functions
(setf saved-search-id-str): Public generic functions
(setf saved-search-id-str): Public generic functions
(setf saved-search-name): Public generic functions
(setf saved-search-name): Public generic functions
(setf saved-search-position): Public generic functions
(setf saved-search-position): Public generic functions
(setf saved-search-query): Public generic functions
(setf saved-search-query): Public generic functions
(setf search-metadata-completed-in): Public generic functions
(setf search-metadata-completed-in): Public generic functions
(setf search-metadata-count): Public generic functions
(setf search-metadata-count): Public generic functions
(setf search-metadata-max-id): Public generic functions
(setf search-metadata-max-id): Public generic functions
(setf search-metadata-max-id-str): Private generic functions
(setf search-metadata-max-id-str): Private generic functions
(setf search-metadata-next-results): Public generic functions
(setf search-metadata-next-results): Public generic functions
(setf search-metadata-query): Public generic functions
(setf search-metadata-query): Public generic functions
(setf search-metadata-refresh-url): Public generic functions
(setf search-metadata-refresh-url): Public generic functions
(setf search-metadata-since-id): Public generic functions
(setf search-metadata-since-id): Public generic functions
(setf search-metadata-since-id-str): Public generic functions
(setf search-metadata-since-id-str): Public generic functions
(setf search-result-search-metadata): Public generic functions
(setf search-result-search-metadata): Public generic functions
(setf search-result-statuses): Public generic functions
(setf search-result-statuses): Public generic functions
(setf search2-/search/tweets): Private generic functions
(setf search2-/search/tweets): Private generic functions
(setf sleep-time-enabled): Private generic functions
(setf sleep-time-enabled): Private generic functions
(setf sleep-time-end-time): Private generic functions
(setf sleep-time-end-time): Private generic functions
(setf sleep-time-start-time): Private generic functions
(setf sleep-time-start-time): Private generic functions
(setf social-graph-cursor-id-command): Private generic functions
(setf social-graph-cursor-id-command): Private generic functions
(setf social-graph-cursor-id-id): Public generic functions
(setf social-graph-cursor-id-id): Public generic functions
(setf social-graph-cursor-id-ids): Public generic functions
(setf social-graph-cursor-id-ids): Public generic functions
(setf social-graph-cursor-id-next-cursor): Public generic functions
(setf social-graph-cursor-id-next-cursor): Public generic functions
(setf social-graph-cursor-id-next-cursor-str): Public generic functions
(setf social-graph-cursor-id-next-cursor-str): Public generic functions
(setf social-graph-cursor-id-previous-cursor): Public generic functions
(setf social-graph-cursor-id-previous-cursor): Public generic functions
(setf social-graph-cursor-id-previous-cursor-str): Public generic functions
(setf social-graph-cursor-id-previous-cursor-str): Public generic functions
(setf social-graph-cursor-id-screen-name): Public generic functions
(setf social-graph-cursor-id-screen-name): Public generic functions
(setf social-graph-cursor-user-command): Private generic functions
(setf social-graph-cursor-user-command): Private generic functions
(setf social-graph-cursor-user-id): Private generic functions
(setf social-graph-cursor-user-id): Private generic functions
(setf social-graph-cursor-user-next-cursor): Private generic functions
(setf social-graph-cursor-user-next-cursor): Private generic functions
(setf social-graph-cursor-user-next-cursor-str): Private generic functions
(setf social-graph-cursor-user-next-cursor-str): Private generic functions
(setf social-graph-cursor-user-previous-cursor): Private generic functions
(setf social-graph-cursor-user-previous-cursor): Private generic functions
(setf social-graph-cursor-user-previous-cursor-str): Private generic functions
(setf social-graph-cursor-user-previous-cursor-str): Private generic functions
(setf social-graph-cursor-user-screen-name): Private generic functions
(setf social-graph-cursor-user-screen-name): Private generic functions
(setf social-graph-cursor-user-users): Private generic functions
(setf social-graph-cursor-user-users): Private generic functions
(setf statuses-/statuses/friends): Private generic functions
(setf statuses-/statuses/friends): Private generic functions
(setf statuses-/statuses/home-timeline): Private generic functions
(setf statuses-/statuses/home-timeline): Private generic functions
(setf statuses-/statuses/lookup): Private generic functions
(setf statuses-/statuses/lookup): Private generic functions
(setf statuses-/statuses/mentions-timeline): Private generic functions
(setf statuses-/statuses/mentions-timeline): Private generic functions
(setf statuses-/statuses/oembed): Private generic functions
(setf statuses-/statuses/oembed): Private generic functions
(setf statuses-/statuses/retweeters/ids): Private generic functions
(setf statuses-/statuses/retweeters/ids): Private generic functions
(setf statuses-/statuses/retweets-of-me): Private generic functions
(setf statuses-/statuses/retweets-of-me): Private generic functions
(setf statuses-/statuses/retweets/:id): Private generic functions
(setf statuses-/statuses/retweets/:id): Private generic functions
(setf statuses-/statuses/show/:id): Private generic functions
(setf statuses-/statuses/show/:id): Private generic functions
(setf statuses-/statuses/user-timeline): Private generic functions
(setf statuses-/statuses/user-timeline): Private generic functions
(setf suggestion-name): Private generic functions
(setf suggestion-name): Private generic functions
(setf suggestion-size): Private generic functions
(setf suggestion-size): Private generic functions
(setf suggestion-slug): Private generic functions
(setf suggestion-slug): Private generic functions
(setf time-zone-name): Private generic functions
(setf time-zone-name): Private generic functions
(setf time-zone-tzinfo-name): Private generic functions
(setf time-zone-tzinfo-name): Private generic functions
(setf time-zone-utc-offset): Private generic functions
(setf time-zone-utc-offset): Private generic functions
(setf trend-list-as-of): Public generic functions
(setf trend-list-as-of): Public generic functions
(setf trend-list-created-at): Public generic functions
(setf trend-list-created-at): Public generic functions
(setf trend-list-id): Public generic functions
(setf trend-list-id): Public generic functions
(setf trend-list-locations): Public generic functions
(setf trend-list-locations): Public generic functions
(setf trend-list-trends): Public generic functions
(setf trend-list-trends): Public generic functions
(setf trend-location-country): Private generic functions
(setf trend-location-country): Private generic functions
(setf trend-location-countrycode): Private generic functions
(setf trend-location-countrycode): Private generic functions
(setf trend-location-id): Private generic functions
(setf trend-location-id): Private generic functions
(setf trend-location-name): Private generic functions
(setf trend-location-name): Private generic functions
(setf trend-location-placetype): Private generic functions
(setf trend-location-placetype): Private generic functions
(setf trend-location-url): Private generic functions
(setf trend-location-url): Private generic functions
(setf trend-location-woeid): Private generic functions
(setf trend-location-woeid): Private generic functions
(setf trend-name): Public generic functions
(setf trend-name): Public generic functions
(setf trend-promoted-content): Public generic functions
(setf trend-promoted-content): Public generic functions
(setf trend-query): Public generic functions
(setf trend-query): Public generic functions
(setf trend-url): Public generic functions
(setf trend-url): Public generic functions
(setf tweet-contributors): Private generic functions
(setf tweet-contributors): Private generic functions
(setf tweet-created-at): Public generic functions
(setf tweet-created-at): Public generic functions
(setf tweet-entities): Public generic functions
(setf tweet-entities): Public generic functions
(setf tweet-favorited): Public generic functions
(setf tweet-favorited): Public generic functions
(setf tweet-geo): Private generic functions
(setf tweet-geo): Private generic functions
(setf tweet-geo-enabled): Private generic functions
(setf tweet-geo-enabled): Private generic functions
(setf tweet-id): Public generic functions
(setf tweet-id): Public generic functions
(setf tweet-in-reply-to-screen-name): Public generic functions
(setf tweet-in-reply-to-screen-name): Public generic functions
(setf tweet-in-reply-to-status-id): Public generic functions
(setf tweet-in-reply-to-status-id): Public generic functions
(setf tweet-in-reply-to-user-id): Public generic functions
(setf tweet-in-reply-to-user-id): Public generic functions
(setf tweet-source): Public generic functions
(setf tweet-source): Public generic functions
(setf tweet-text): Public generic functions
(setf tweet-text): Public generic functions
(setf tweet-truncated): Public generic functions
(setf tweet-truncated): Public generic functions
(setf tweet-user): Public generic functions
(setf tweet-user): Public generic functions
(setf twitter-entities-hashtags): Public generic functions
(setf twitter-entities-hashtags): Public generic functions
(setf twitter-entities-id): Public generic functions
(setf twitter-entities-id): Public generic functions
(setf twitter-entities-media): Public generic functions
(setf twitter-entities-media): Public generic functions
(setf twitter-entities-urls): Public generic functions
(setf twitter-entities-urls): Public generic functions
(setf twitter-entities-user-mentions): Public generic functions
(setf twitter-entities-user-mentions): Public generic functions
(setf twitter-message-created-at): Public generic functions
(setf twitter-message-created-at): Public generic functions
(setf twitter-message-id): Public generic functions
(setf twitter-message-id): Public generic functions
(setf twitter-message-recipient): Public generic functions
(setf twitter-message-recipient): Public generic functions
(setf twitter-message-recipient-id): Public generic functions
(setf twitter-message-recipient-id): Public generic functions
(setf twitter-message-recipient-screen-name): Public generic functions
(setf twitter-message-recipient-screen-name): Public generic functions
(setf twitter-message-sender): Public generic functions
(setf twitter-message-sender): Public generic functions
(setf twitter-message-sender-id): Public generic functions
(setf twitter-message-sender-id): Public generic functions
(setf twitter-message-sender-screen-name): Public generic functions
(setf twitter-message-sender-screen-name): Public generic functions
(setf twitter-message-text): Public generic functions
(setf twitter-message-text): Public generic functions
(setf twitter-rate-limit-rate-limit-context): Private generic functions
(setf twitter-rate-limit-rate-limit-context): Private generic functions
(setf twitter-rate-limit-resources): Private generic functions
(setf twitter-rate-limit-resources): Private generic functions
(setf twitter-user-access-token): Public generic functions
(setf twitter-user-access-token): Public generic functions
(setf twitter-user-contributors-enabled): Private generic functions
(setf twitter-user-contributors-enabled): Private generic functions
(setf twitter-user-created-at): Public generic functions
(setf twitter-user-created-at): Public generic functions
(setf twitter-user-description): Public generic functions
(setf twitter-user-description): Public generic functions
(setf twitter-user-favourites-count): Public generic functions
(setf twitter-user-favourites-count): Public generic functions
(setf twitter-user-followers-count): Public generic functions
(setf twitter-user-followers-count): Public generic functions
(setf twitter-user-following): Public generic functions
(setf twitter-user-following): Public generic functions
(setf twitter-user-friends-count): Public generic functions
(setf twitter-user-friends-count): Public generic functions
(setf twitter-user-geo): Private generic functions
(setf twitter-user-geo): Private generic functions
(setf twitter-user-geo-enabled): Private generic functions
(setf twitter-user-geo-enabled): Private generic functions
(setf twitter-user-id): Public generic functions
(setf twitter-user-id): Public generic functions
(setf twitter-user-lang): Private generic functions
(setf twitter-user-lang): Private generic functions
(setf twitter-user-location): Public generic functions
(setf twitter-user-location): Public generic functions
(setf twitter-user-name): Public generic functions
(setf twitter-user-name): Public generic functions
(setf twitter-user-notifications): Public generic functions
(setf twitter-user-notifications): Public generic functions
(setf twitter-user-password): Public generic functions
(setf twitter-user-password): Public generic functions
(setf twitter-user-profile-background-color): Public generic functions
(setf twitter-user-profile-background-color): Public generic functions
(setf twitter-user-profile-background-image-url): Public generic functions
(setf twitter-user-profile-background-image-url): Public generic functions
(setf twitter-user-profile-background-tile): Public generic functions
(setf twitter-user-profile-background-tile): Public generic functions
(setf twitter-user-profile-image-url): Public generic functions
(setf twitter-user-profile-image-url): Public generic functions
(setf twitter-user-profile-link-color): Public generic functions
(setf twitter-user-profile-link-color): Public generic functions
(setf twitter-user-profile-sidebar-border-color): Public generic functions
(setf twitter-user-profile-sidebar-border-color): Public generic functions
(setf twitter-user-profile-sidebar-color): Public generic functions
(setf twitter-user-profile-sidebar-color): Public generic functions
(setf twitter-user-profile-sidebar-fill-color): Public generic functions
(setf twitter-user-profile-sidebar-fill-color): Public generic functions
(setf twitter-user-profile-text-color): Public generic functions
(setf twitter-user-profile-text-color): Public generic functions
(setf twitter-user-protected): Public generic functions
(setf twitter-user-protected): Public generic functions
(setf twitter-user-screen-name): Public generic functions
(setf twitter-user-screen-name): Public generic functions
(setf twitter-user-status): Public generic functions
(setf twitter-user-status): Public generic functions
(setf twitter-user-statuses-count): Public generic functions
(setf twitter-user-statuses-count): Public generic functions
(setf twitter-user-time-zone): Public generic functions
(setf twitter-user-time-zone): Public generic functions
(setf twitter-user-url): Public generic functions
(setf twitter-user-url): Public generic functions
(setf twitter-user-utc-offset): Public generic functions
(setf twitter-user-utc-offset): Public generic functions
(setf twitter-user-verified): Private generic functions
(setf twitter-user-verified): Private generic functions
(setf twitter-user-verified-profile): Private generic functions
(setf twitter-user-verified-profile): Private generic functions
(setf url-entity-display-url): Public generic functions
(setf url-entity-display-url): Public generic functions
(setf url-entity-expanded-url): Public generic functions
(setf url-entity-expanded-url): Public generic functions
(setf url-entity-id): Public generic functions
(setf url-entity-id): Public generic functions
(setf url-entity-indices): Public generic functions
(setf url-entity-indices): Public generic functions
(setf url-entity-url): Public generic functions
(setf url-entity-url): Public generic functions
(setf user-list-name): Private generic functions
(setf user-list-name): Private generic functions
(setf user-list-size): Private generic functions
(setf user-list-size): Private generic functions
(setf user-list-slug): Private generic functions
(setf user-list-slug): Private generic functions
(setf user-list-users): Private generic functions
(setf user-list-users): Private generic functions
(setf user-mention-id): Public generic functions
(setf user-mention-id): Public generic functions
(setf user-mention-id-str): Public generic functions
(setf user-mention-id-str): Public generic functions
(setf user-mention-indices): Private generic functions
(setf user-mention-indices): Private generic functions
(setf user-mention-name): Public generic functions
(setf user-mention-name): Public generic functions
(setf user-mention-screen-name): Public generic functions
(setf user-mention-screen-name): Public generic functions

A
abstract-syntax-tree: Private ordinary functions
accessor-name: Private ordinary functions
account-settings: Private ordinary functions
account-settings-allow-contributor-request: Private generic functions
account-settings-allow-contributor-request: Private generic functions
account-settings-allow-dm-groups-from: Private generic functions
account-settings-allow-dm-groups-from: Private generic functions
account-settings-allow-dms-from: Private generic functions
account-settings-allow-dms-from: Private generic functions
account-settings-always-use-https: Private generic functions
account-settings-always-use-https: Private generic functions
account-settings-discoverable-by-email: Private generic functions
account-settings-discoverable-by-email: Private generic functions
account-settings-discoverable-by-mobile-phone: Private generic functions
account-settings-discoverable-by-mobile-phone: Private generic functions
account-settings-display-sensitive-media: Private generic functions
account-settings-display-sensitive-media: Private generic functions
account-settings-geo-enabled: Private generic functions
account-settings-geo-enabled: Private generic functions
account-settings-language: Private generic functions
account-settings-language: Private generic functions
account-settings-p: Private ordinary functions
account-settings-protected: Private generic functions
account-settings-protected: Private generic functions
account-settings-screen-name: Private generic functions
account-settings-screen-name: Private generic functions
account-settings-sleep-time: Private generic functions
account-settings-sleep-time: Private generic functions
account-settings-time-zone: Private generic functions
account-settings-time-zone: Private generic functions
account-settings-trend-location: Private generic functions
account-settings-trend-location: Private generic functions
account-settings-use-cookie-personalization: Private generic functions
account-settings-use-cookie-personalization: Private generic functions
account-update-profile: Private ordinary functions
account-verify-credentials: Private ordinary functions
add-conversion: Private ordinary functions
add-conversions: Private ordinary functions
add-conversions-from-twitter: Private ordinary functions
alist->plist: Private ordinary functions
application-rate-limit-status: Private ordinary functions
argument-help: Private ordinary functions
arguments: Private ordinary functions
as-keyword: Private ordinary functions
as-string: Private ordinary functions

B
blocks-create: Private ordinary functions
blocks-destroy: Private ordinary functions
blocks-ids: Private ordinary functions
blocks-list: Private ordinary functions

C
cache-map-reduce: Public generic functions
cache-map-reduce: Public generic functions
cache-map-reduce: Public generic functions
cache-map-reduce: Public generic functions
cache-spec: Private ordinary functions
caches: Public generic functions
caches: Public generic functions
check-arguments: Private ordinary functions
collect-memberships: Private ordinary functions
collect-results: Private ordinary functions
collect-subscriptions: Private ordinary functions
collect-tweets: Private macros
collect-tweets-2: Private ordinary functions
collect-user-list-members: Public ordinary functions
collect-users-by-id: Private ordinary functions
command-argmap: Private ordinary functions
command-base-url: Private ordinary functions
command-description: Private ordinary functions
command-help: Public ordinary functions
command-method: Private ordinary functions
command-name: Private ordinary functions
command-request-arguments: Private ordinary functions
command-return-type: Private ordinary functions
connection-connections: Private generic functions
connection-connections: Private generic functions
connection-id: Private generic functions
connection-id: Private generic functions
connection-id-str: Private generic functions
connection-id-str: Private generic functions
connection-name: Private generic functions
connection-name: Private generic functions
connection-p: Private ordinary functions
connection-screen-name: Private generic functions
connection-screen-name: Private generic functions
convert->lisp=>twitter: Private ordinary functions
convert-from-twitter: Private ordinary functions
convert-to-tinyurl: Private ordinary functions
convert-to-twitter: Private ordinary functions
copy-twitter-command: Private ordinary functions
create-caches: Private macros
create-embedded-elements: Private ordinary functions
current-utc: Private ordinary functions
cursor-friend-id-ids: Private generic functions
cursor-friend-id-ids: Private generic functions
cursor-friend-id-next-cursor: Private generic functions
cursor-friend-id-next-cursor: Private generic functions
cursor-friend-id-next-cursor-str: Private generic functions
cursor-friend-id-next-cursor-str: Private generic functions
cursor-friend-id-p: Private ordinary functions
cursor-friend-id-previous-cursor: Private generic functions
cursor-friend-id-previous-cursor: Private generic functions
cursor-friend-id-previous-cursor-str: Private generic functions
cursor-friend-id-previous-cursor-str: Private generic functions
cursor-id: Private ordinary functions
cursor-id-ids: Private generic functions
cursor-id-ids: Private generic functions
cursor-id-next-cursor: Private generic functions
cursor-id-next-cursor: Private generic functions
cursor-id-next-cursor-str: Private generic functions
cursor-id-next-cursor-str: Private generic functions
cursor-id-p: Private ordinary functions
cursor-id-previous-cursor: Private generic functions
cursor-id-previous-cursor: Private generic functions
cursor-id-previous-cursor-str: Private generic functions
cursor-id-previous-cursor-str: Private generic functions
cursor-tweet-next-cursor: Private generic functions
cursor-tweet-next-cursor: Private generic functions
cursor-tweet-next-cursor-str: Private generic functions
cursor-tweet-next-cursor-str: Private generic functions
cursor-tweet-p: Private ordinary functions
cursor-tweet-previous-cursor: Private generic functions
cursor-tweet-previous-cursor: Private generic functions
cursor-tweet-previous-cursor-str: Private generic functions
cursor-tweet-previous-cursor-str: Private generic functions
cursor-tweet-user-ids: Private generic functions
cursor-tweet-user-ids: Private generic functions
cursor-user-id: Private generic functions
cursor-user-id: Private generic functions
cursor-user-lists-id: Public generic functions
cursor-user-lists-id: Public generic functions
cursor-user-lists-lists: Public generic functions
cursor-user-lists-lists: Public generic functions
cursor-user-lists-next-cursor: Public generic functions
cursor-user-lists-next-cursor: Public generic functions
cursor-user-lists-next-cursor-str: Public generic functions
cursor-user-lists-next-cursor-str: Public generic functions
cursor-user-lists-p: Private ordinary functions
cursor-user-lists-previous-cursor: Public generic functions
cursor-user-lists-previous-cursor: Public generic functions
cursor-user-lists-previous-cursor-str: Public generic functions
cursor-user-lists-previous-cursor-str: Public generic functions
cursor-user-next-cursor: Private generic functions
cursor-user-next-cursor: Private generic functions
cursor-user-next-cursor-str: Private generic functions
cursor-user-next-cursor-str: Private generic functions
cursor-user-p: Private ordinary functions
cursor-user-previous-cursor: Private generic functions
cursor-user-previous-cursor: Private generic functions
cursor-user-previous-cursor-str: Private generic functions
cursor-user-previous-cursor-str: Private generic functions
cursor-user-users: Private generic functions
cursor-user-users: Private generic functions

D
day-of-week: Private ordinary functions
db-initialize: Public generic functions
db-initialize: Public generic functions
db-map-reduce: Public generic functions
db-map-reduce: Public generic functions
db-shutdown: Public generic functions
db-shutdown: Public generic functions
db-status: Public generic functions
db-status: Public generic functions
db-store-object: Public generic functions
db-store-object: Public generic functions
default-file-path: Public ordinary functions
default-make-element: Private ordinary functions
define-command: Private macros
define-element: Private macros
define-twitter-method: Private macros
delete-message: Public generic functions
delete-message: Public generic functions
delete-tweet: Public generic functions
delete-tweet: Public generic functions
delete-tweet: Public generic functions
describe-object: Public standalone methods
describe-object: Public standalone methods
describe-object: Public standalone methods
determine-page-size: Private ordinary functions
direct-messages: Private ordinary functions
direct-messages-destroy: Private ordinary functions
direct-messages-new: Private ordinary functions
direct-messages-sent: Public ordinary functions
direct-messages-show: Private ordinary functions
dispatch: Private ordinary functions
dispatch-on-type: Private generic functions
dispatch-on-type: Private generic functions
do-search: Public ordinary functions
do-user-search: Public ordinary functions
driver-spec: Private ordinary functions
drop-cache: Public ordinary functions
dump-lisp->twitter-symbols: Private ordinary functions
dump-stream: Private ordinary functions
dump-twitter->lisp-symbols: Private ordinary functions

E
element-help: Public ordinary functions
end-parse: Private ordinary functions
end-session: Public ordinary functions
end-session-error: Public generic functions
end-session-error: Public generic functions
end-session-id: Private generic functions
end-session-id: Private generic functions
end-session-p: Private ordinary functions
end-session-request: Public generic functions
end-session-request: Public generic functions
entity-hashtags: Public generic functions
entity-hashtags: Public generic functions
entity-media: Public generic functions
entity-media: Public generic functions
entity-urls: Public generic functions
entity-urls: Public generic functions
entity-user-mentions: Public generic functions
entity-user-mentions: Public generic functions

F
favor-tweet: Public ordinary functions
favorites-create: Private ordinary functions
favorites-destroy: Private ordinary functions
favorites-list: Private ordinary functions
find-tweets: Private ordinary functions
fix-args: Private ordinary functions
fix-attribute: Private ordinary functions
fixup: Private macros
follow: Public ordinary functions
follow-notification: Public ordinary functions
follow-source-all-replies: Private generic functions
follow-source-all-replies: Private generic functions
follow-source-blocking: Private generic functions
follow-source-blocking: Private generic functions
follow-source-events: Private generic functions
follow-source-events: Private generic functions
follow-source-followed-by: Private generic functions
follow-source-followed-by: Private generic functions
follow-source-following: Private generic functions
follow-source-following: Private generic functions
follow-source-id: Private generic functions
follow-source-id: Private generic functions
follow-source-id-str: Private generic functions
follow-source-id-str: Private generic functions
follow-source-marked-spam: Private generic functions
follow-source-marked-spam: Private generic functions
follow-source-notifications-enabled: Private generic functions
follow-source-notifications-enabled: Private generic functions
follow-source-p: Private ordinary functions
follow-source-screen-name: Private generic functions
follow-source-screen-name: Private generic functions
follow-source-want-retweets: Private generic functions
follow-source-want-retweets: Private generic functions
follow-target-events: Private generic functions
follow-target-events: Private generic functions
follow-target-followed-by: Private generic functions
follow-target-followed-by: Private generic functions
follow-target-following: Private generic functions
follow-target-following: Private generic functions
follow-target-id: Private generic functions
follow-target-id: Private generic functions
follow-target-id-str: Private generic functions
follow-target-id-str: Private generic functions
follow-target-p: Private ordinary functions
follow-target-screen-name: Private generic functions
follow-target-screen-name: Private generic functions
followers: Private ordinary functions
followers-as-ids: Private ordinary functions
followers-ids: Private generic functions
followers-ids: Private generic functions
followers-ids: Private generic functions
followers-list: Private generic functions
followers-list: Private generic functions
followers-list: Private generic functions
friends: Private ordinary functions
friends-as-ids: Private ordinary functions
friends-ids: Private generic functions
friends-ids: Private generic functions
friends-ids: Private generic functions
friends-list: Private generic functions
friends-list: Private generic functions
friends-list: Private generic functions
friendships-create: Private ordinary functions
friendships-destroy: Private ordinary functions
friendships-incoming: Private ordinary functions
friendships-lookup: Private ordinary functions
friendships-no-retweets-ids: Private ordinary functions
friendships-outgoing: Private ordinary functions
friendships-show: Private ordinary functions
friendships-update: Private ordinary functions
Function, (setf command-argmap): Private ordinary functions
Function, (setf command-base-url): Private ordinary functions
Function, (setf command-description): Private ordinary functions
Function, (setf command-method): Private ordinary functions
Function, (setf command-name): Private ordinary functions
Function, (setf command-return-type): Private ordinary functions
Function, abstract-syntax-tree: Private ordinary functions
Function, accessor-name: Private ordinary functions
Function, account-settings: Private ordinary functions
Function, account-settings-p: Private ordinary functions
Function, account-update-profile: Private ordinary functions
Function, account-verify-credentials: Private ordinary functions
Function, add-conversion: Private ordinary functions
Function, add-conversions: Private ordinary functions
Function, add-conversions-from-twitter: Private ordinary functions
Function, alist->plist: Private ordinary functions
Function, application-rate-limit-status: Private ordinary functions
Function, argument-help: Private ordinary functions
Function, arguments: Private ordinary functions
Function, as-keyword: Private ordinary functions
Function, as-string: Private ordinary functions
Function, blocks-create: Private ordinary functions
Function, blocks-destroy: Private ordinary functions
Function, blocks-ids: Private ordinary functions
Function, blocks-list: Private ordinary functions
Function, cache-spec: Private ordinary functions
Function, check-arguments: Private ordinary functions
Function, collect-memberships: Private ordinary functions
Function, collect-results: Private ordinary functions
Function, collect-subscriptions: Private ordinary functions
Function, collect-tweets-2: Private ordinary functions
Function, collect-user-list-members: Public ordinary functions
Function, collect-users-by-id: Private ordinary functions
Function, command-argmap: Private ordinary functions
Function, command-base-url: Private ordinary functions
Function, command-description: Private ordinary functions
Function, command-help: Public ordinary functions
Function, command-method: Private ordinary functions
Function, command-name: Private ordinary functions
Function, command-request-arguments: Private ordinary functions
Function, command-return-type: Private ordinary functions
Function, connection-p: Private ordinary functions
Function, convert->lisp=>twitter: Private ordinary functions
Function, convert-from-twitter: Private ordinary functions
Function, convert-to-tinyurl: Private ordinary functions
Function, convert-to-twitter: Private ordinary functions
Function, copy-twitter-command: Private ordinary functions
Function, create-embedded-elements: Private ordinary functions
Function, current-utc: Private ordinary functions
Function, cursor-friend-id-p: Private ordinary functions
Function, cursor-id: Private ordinary functions
Function, cursor-id-p: Private ordinary functions
Function, cursor-tweet-p: Private ordinary functions
Function, cursor-user-lists-p: Private ordinary functions
Function, cursor-user-p: Private ordinary functions
Function, day-of-week: Private ordinary functions
Function, default-file-path: Public ordinary functions
Function, default-make-element: Private ordinary functions
Function, determine-page-size: Private ordinary functions
Function, direct-messages: Private ordinary functions
Function, direct-messages-destroy: Private ordinary functions
Function, direct-messages-new: Private ordinary functions
Function, direct-messages-sent: Public ordinary functions
Function, direct-messages-show: Private ordinary functions
Function, dispatch: Private ordinary functions
Function, do-search: Public ordinary functions
Function, do-user-search: Public ordinary functions
Function, driver-spec: Private ordinary functions
Function, drop-cache: Public ordinary functions
Function, dump-lisp->twitter-symbols: Private ordinary functions
Function, dump-stream: Private ordinary functions
Function, dump-twitter->lisp-symbols: Private ordinary functions
Function, element-help: Public ordinary functions
Function, end-parse: Private ordinary functions
Function, end-session: Public ordinary functions
Function, end-session-p: Private ordinary functions
Function, favor-tweet: Public ordinary functions
Function, favorites-create: Private ordinary functions
Function, favorites-destroy: Private ordinary functions
Function, favorites-list: Private ordinary functions
Function, find-tweets: Private ordinary functions
Function, fix-args: Private ordinary functions
Function, fix-attribute: Private ordinary functions
Function, follow: Public ordinary functions
Function, follow-notification: Public ordinary functions
Function, follow-source-p: Private ordinary functions
Function, follow-target-p: Private ordinary functions
Function, followers: Private ordinary functions
Function, followers-as-ids: Private ordinary functions
Function, friends: Private ordinary functions
Function, friends-as-ids: Private ordinary functions
Function, friendships-create: Private ordinary functions
Function, friendships-destroy: Private ordinary functions
Function, friendships-incoming: Private ordinary functions
Function, friendships-lookup: Private ordinary functions
Function, friendships-no-retweets-ids: Private ordinary functions
Function, friendships-outgoing: Private ordinary functions
Function, friendships-show: Private ordinary functions
Function, friendships-update: Private ordinary functions
Function, generate-get-url: Private ordinary functions
Function, geo-attribute-p: Private ordinary functions
Function, geo-bounding-box-p: Private ordinary functions
Function, geo-coordinate-p: Private ordinary functions
Function, geo-id-place-id: Private ordinary functions
Function, geo-place-p: Private ordinary functions
Function, geo-places-p: Private ordinary functions
Function, geo-print-places: Public ordinary functions
Function, geo-query-p: Private ordinary functions
Function, geo-result-p: Private ordinary functions
Function, geo-reverse-geocode: Public ordinary functions
Function, geo-search: Public ordinary functions
Function, geo-token: Public ordinary functions
Function, get-command: Private ordinary functions
Function, get-command-request: Private ordinary functions
Function, get-description: Private ordinary functions
Function, get-dirs: Private ordinary functions
Function, get-id-command-request: Private ordinary functions
Function, get-request-argument: Private ordinary functions
Function, get-required-request-argument: Private ordinary functions
Function, get-tinyurl: Public ordinary functions
Function, get-user: Public ordinary functions
Function, get-user-command-request: Private ordinary functions
Function, get-user-id-command-request: Private ordinary functions
Function, get-user-list-id-command-request: Private ordinary functions
Function, get-user-list-id-id-command-request: Private ordinary functions
Function, get-value: Private ordinary functions
Function, hashtag-p: Private ordinary functions
Function, home-timeline: Public ordinary functions
Function, inject-url-id: Private ordinary functions
Function, inject-url-list-id: Private ordinary functions
Function, inject-url-user: Private ordinary functions
Function, inject-url-user-id: Private ordinary functions
Function, inject-url-user-list-id: Private ordinary functions
Function, inject-url-user-list-id-id: Private ordinary functions
Function, intern-all: Private ordinary functions
Function, invalidate-parser-state: Private ordinary functions
Function, leave-notification: Public ordinary functions
Function, limit-length: Private ordinary functions
Function, limits-p: Private ordinary functions
Function, lisp->twitter: Private ordinary functions
Function, lisp->twitter-plist: Private ordinary functions
Function, list-commands: Public ordinary functions
Function, list-memberships-timeline: Private ordinary functions
Function, list-subscriptions-timeline: Private ordinary functions
Function, list-timeline: Private ordinary functions
Function, list-type-p: Private ordinary functions
Function, lists-create: Private ordinary functions
Function, lists-delete: Private ordinary functions
Function, lists-list: Private ordinary functions
Function, lists-members: Private ordinary functions
Function, lists-members-create: Private ordinary functions
Function, lists-members-create-all: Private ordinary functions
Function, lists-members-destroy: Private ordinary functions
Function, lists-members-destroy-all: Private ordinary functions
Function, lists-members-show: Private ordinary functions
Function, lists-memberships: Private ordinary functions
Function, lists-ownerships: Private ordinary functions
Function, lists-p: Private ordinary functions
Function, lists-show: Private ordinary functions
Function, lists-statuses: Private ordinary functions
Function, lists-subscribers: Private ordinary functions
Function, lists-subscribers-create: Private ordinary functions
Function, lists-subscribers-destroy: Private ordinary functions
Function, lists-subscribers-show: Private ordinary functions
Function, lists-subscriptions: Private ordinary functions
Function, lists-update: Private ordinary functions
Function, localize-symbol: Private ordinary functions
Function, lookup-fn-name: Private ordinary functions
Function, lookup-id-name: Private ordinary functions
Function, make-slot-init: Private ordinary functions
Function, make-twitter-command: Private ordinary functions
Function, maybe-add-conversion: Private ordinary functions
Function, maybe-add-conversion-from-twitter: Private ordinary functions
Function, media-entity-p: Private ordinary functions
Function, media-size-p: Private ordinary functions
Function, media-sizes-p: Private ordinary functions
Function, mentions-timeline: Public ordinary functions
Function, messages-received: Private ordinary functions
Function, messages-sent: Private ordinary functions
Function, month: Private ordinary functions
Function, option-not-nil: Private ordinary functions
Function, parse-account-settings: Private ordinary functions
Function, parse-add-type: Private ordinary functions
Function, parse-command-response: Private ordinary functions
Function, parse-connection: Private ordinary functions
Function, parse-cursor-friend-id: Private ordinary functions
Function, parse-cursor-id: Private ordinary functions
Function, parse-cursor-tweet: Private ordinary functions
Function, parse-cursor-user: Private ordinary functions
Function, parse-cursor-user-lists: Private ordinary functions
Function, parse-element-record: Private ordinary functions
Function, parse-embedded-element: Private ordinary functions
Function, parse-end-session: Private ordinary functions
Function, parse-error-response: Private ordinary functions
Function, parse-fn-name: Private ordinary functions
Function, parse-follow-source: Private ordinary functions
Function, parse-follow-target: Private ordinary functions
Function, parse-geo-attribute: Private ordinary functions
Function, parse-geo-bounding-box: Private ordinary functions
Function, parse-geo-coordinate: Private ordinary functions
Function, parse-geo-coordinates: Private ordinary functions
Function, parse-geo-place: Private ordinary functions
Function, parse-geo-places: Private ordinary functions
Function, parse-geo-query: Private ordinary functions
Function, parse-geo-result: Private ordinary functions
Function, parse-hashtag: Private ordinary functions
Function, parse-identity: Private ordinary functions
Function, parse-limits: Private ordinary functions
Function, parse-list-type: Private ordinary functions
Function, parse-lists: Private ordinary functions
Function, parse-media-entity: Private ordinary functions
Function, parse-media-size: Private ordinary functions
Function, parse-media-sizes: Private ordinary functions
Function, parse-place: Private ordinary functions
Function, parse-place-type: Private ordinary functions
Function, parse-placetype: Private ordinary functions
Function, parse-rate-limit-context: Private ordinary functions
Function, parse-relationship: Private ordinary functions
Function, parse-relationships: Private ordinary functions
Function, parse-resources: Private ordinary functions
Function, parse-saved-search: Private ordinary functions
Function, parse-search-metadata: Private ordinary functions
Function, parse-search-result: Private ordinary functions
Function, parse-search2: Private ordinary functions
Function, parse-sleep-time: Private ordinary functions
Function, parse-social-graph-cursor-id: Private ordinary functions
Function, parse-social-graph-cursor-user: Private ordinary functions
Function, parse-statuses: Private ordinary functions
Function, parse-suggestion: Private ordinary functions
Function, parse-time-zone: Private ordinary functions
Function, parse-tree-done?: Private ordinary functions
Function, parse-tree-start?: Private ordinary functions
Function, parse-trend: Private ordinary functions
Function, parse-trend-list: Private ordinary functions
Function, parse-trend-location: Private ordinary functions
Function, parse-tweet: Private ordinary functions
Function, parse-twitter-entities: Private ordinary functions
Function, parse-twitter-message: Private ordinary functions
Function, parse-twitter-rate-limit: Private ordinary functions
Function, parse-twitter-user: Private ordinary functions
Function, parse-url-entity: Private ordinary functions
Function, parse-user-list: Private ordinary functions
Function, parse-user-mention: Private ordinary functions
Function, parser-done: Private ordinary functions
Function, parser-error: Private ordinary functions
Function, parser-op: Private ordinary functions
Function, parser-op-cond: Private ordinary functions
Function, parser-op-or: Private ordinary functions
Function, parser-or: Private ordinary functions
Function, parser-print: Private ordinary functions
Function, parser-read: Private ordinary functions
Function, parser-validate: Private ordinary functions
Function, place-p: Private ordinary functions
Function, place-type-p: Private ordinary functions
Function, placetype-p: Private ordinary functions
Function, plist->alist: Private ordinary functions
Function, plist->uri-params: Private ordinary functions
Function, plist-keywords: Private ordinary functions
Function, post-command-request: Private ordinary functions
Function, post-id-command-request: Private ordinary functions
Function, post-user-command-request: Private ordinary functions
Function, post-user-id-command-request: Private ordinary functions
Function, post-user-list-id-command-request: Private ordinary functions
Function, print-account-settings: Private ordinary functions
Function, print-cursor-user: Private ordinary functions
Function, print-cursor-user-lists: Private ordinary functions
Function, print-end-session: Private ordinary functions
Function, print-follow-source: Private ordinary functions
Function, print-follow-target: Private ordinary functions
Function, print-geo-attribute: Private ordinary functions
Function, print-geo-bounding-box: Private ordinary functions
Function, print-geo-coordinate: Private ordinary functions
Function, print-geo-place: Public ordinary functions
Function, print-geo-places: Private ordinary functions
Function, print-geo-query: Private ordinary functions
Function, print-geo-result: Private ordinary functions
Function, print-list-type: Private ordinary functions
Function, print-place: Private ordinary functions
Function, print-place-type: Private ordinary functions
Function, print-placetype: Private ordinary functions
Function, print-relationship: Private ordinary functions
Function, print-relationships: Private ordinary functions
Function, print-saved-search: Private ordinary functions
Function, print-search-results: Private ordinary functions
Function, print-social-graph-cursor-id: Private ordinary functions
Function, print-social-graph-cursor-user: Private ordinary functions
Function, print-suggestion: Private ordinary functions
Function, print-trend: Private ordinary functions
Function, print-trend-list: Private ordinary functions
Function, print-trend-location: Private ordinary functions
Function, print-user-list: Private ordinary functions
Function, push-until-keyword: Private ordinary functions
Function, rate-limit-context-p: Private ordinary functions
Function, rate-limit-exceeded: Private ordinary functions
Function, rate-limit-status: Public ordinary functions
Function, read-cache-spec: Public ordinary functions
Function, read-driver-spec: Private ordinary functions
Function, record-arg-descriptions: Private ordinary functions
Function, record-type-args: Private ordinary functions
Function, relationship-p: Private ordinary functions
Function, relationships-p: Private ordinary functions
Function, rem-keywords: Private ordinary functions
Function, rem-nil-keywords: Private ordinary functions
Function, report-spam: Public ordinary functions
Function, resources-p: Private ordinary functions
Function, retweets-of-me: Public ordinary functions
Function, run-verify-parse-tree: Private ordinary functions
Function, safe-decode-json: Private ordinary functions
Function, saved-search-p: Private ordinary functions
Function, saved-searches-create: Private ordinary functions
Function, saved-searches-destroy: Private ordinary functions
Function, saved-searches-list: Private ordinary functions
Function, saved-searches-show: Private ordinary functions
Function, search-metadata-p: Private ordinary functions
Function, search-result-p: Private ordinary functions
Function, search-results: Private ordinary functions
Function, search-tweets: Private ordinary functions
Function, search2-p: Private ordinary functions
Function, send-command: Private ordinary functions
Function, set-count: Private ordinary functions
Function, set-count-s: Private ordinary functions
Function, set-depth: Private ordinary functions
Function, set-depth-s: Private ordinary functions
Function, set-value: Private ordinary functions
Function, show-user: Public ordinary functions
Function, show-user-by-id: Public ordinary functions
Function, sleep-time-p: Private ordinary functions
Function, social-graph-cursor-id-p: Private ordinary functions
Function, social-graph-cursor-user-p: Private ordinary functions
Function, social-graph-parser: Private ordinary functions
Function, split-to-key: Private ordinary functions
Function, start-parse: Private ordinary functions
Function, statuses-destroy: Private ordinary functions
Function, statuses-home-timeline: Private ordinary functions
Function, statuses-lookup: Private ordinary functions
Function, statuses-mentions-timeline: Private ordinary functions
Function, statuses-p: Private ordinary functions
Function, statuses-retweet: Private ordinary functions
Function, statuses-retweeters: Private ordinary functions
Function, statuses-retweets: Private ordinary functions
Function, statuses-retweets-of-me: Private ordinary functions
Function, statuses-show: Private ordinary functions
Function, statuses-update: Private ordinary functions
Function, statuses-user-timeline: Private ordinary functions
Function, stringify-all: Private ordinary functions
Function, strip-keyword: Private ordinary functions
Function, strip-keyword-2: Private ordinary functions
Function, strip-keyword-if: Private ordinary functions
Function, strip-keywords: Private ordinary functions
Function, suggestion-p: Private ordinary functions
Function, time-zone-p: Private ordinary functions
Function, to-uri-param: Private ordinary functions
Function, trend-list-p: Private ordinary functions
Function, trend-location-p: Private ordinary functions
Function, trend-p: Private ordinary functions
Function, trends-available: Private ordinary functions
Function, trends-closest: Private ordinary functions
Function, trends-place: Private ordinary functions
Function, tweet-p: Private ordinary functions
Function, twitter->lisp: Private ordinary functions
Function, twitter->lisp-alist: Private ordinary functions
Function, twitter-app-uri: Private ordinary functions
Function, twitter-command-p: Private ordinary functions
Function, twitter-entities-p: Private ordinary functions
Function, twitter-message-p: Private ordinary functions
Function, twitter-oauth-uri: Public ordinary functions
Function, twitter-object-cache: Private ordinary functions
Function, twitter-privacy: Public ordinary functions
Function, twitter-rate-limit-p: Private ordinary functions
Function, twitter-search-uri: Private ordinary functions
Function, twitter-terms-of-service: Public ordinary functions
Function, twitter-test: Public ordinary functions
Function, twitter-user-p: Private ordinary functions
Function, unfavor-tweet: Public ordinary functions
Function, unfollow: Public ordinary functions
Function, update-element-fields: Private ordinary functions
Function, update-profile-colors: Public ordinary functions
Function, url-entity-p: Private ordinary functions
Function, use-db: Public ordinary functions
Function, user-http-auth: Private ordinary functions
Function, user-list-p: Private ordinary functions
Function, user-list-to-set: Private ordinary functions
Function, user-mention-p: Private ordinary functions
Function, user-timeline: Public ordinary functions
Function, users-lookup: Private ordinary functions
Function, users-profile-banner: Private ordinary functions
Function, users-report-spam: Private ordinary functions
Function, users-search: Private ordinary functions
Function, users-show: Private ordinary functions
Function, users-suggestions-slug-members: Private ordinary functions
Function, valid-parser-state: Private ordinary functions
Function, valid-plist: Private ordinary functions
Function, verify-credentials: Public ordinary functions
Function, verify-parse-tree: Private ordinary functions
Function, write-cache-spec: Public ordinary functions
Function, write-driver-spec: Private ordinary functions

G
generate-get-url: Private ordinary functions
Generic Function, (setf account-settings-allow-contributor-request): Private generic functions
Generic Function, (setf account-settings-allow-dm-groups-from): Private generic functions
Generic Function, (setf account-settings-allow-dms-from): Private generic functions
Generic Function, (setf account-settings-always-use-https): Private generic functions
Generic Function, (setf account-settings-discoverable-by-email): Private generic functions
Generic Function, (setf account-settings-discoverable-by-mobile-phone): Private generic functions
Generic Function, (setf account-settings-display-sensitive-media): Private generic functions
Generic Function, (setf account-settings-geo-enabled): Private generic functions
Generic Function, (setf account-settings-language): Private generic functions
Generic Function, (setf account-settings-protected): Private generic functions
Generic Function, (setf account-settings-screen-name): Private generic functions
Generic Function, (setf account-settings-sleep-time): Private generic functions
Generic Function, (setf account-settings-time-zone): Private generic functions
Generic Function, (setf account-settings-trend-location): Private generic functions
Generic Function, (setf account-settings-use-cookie-personalization): Private generic functions
Generic Function, (setf connection-connections): Private generic functions
Generic Function, (setf connection-id): Private generic functions
Generic Function, (setf connection-id-str): Private generic functions
Generic Function, (setf connection-name): Private generic functions
Generic Function, (setf connection-screen-name): Private generic functions
Generic Function, (setf cursor-friend-id-ids): Private generic functions
Generic Function, (setf cursor-friend-id-next-cursor): Private generic functions
Generic Function, (setf cursor-friend-id-next-cursor-str): Private generic functions
Generic Function, (setf cursor-friend-id-previous-cursor): Private generic functions
Generic Function, (setf cursor-friend-id-previous-cursor-str): Private generic functions
Generic Function, (setf cursor-id-ids): Private generic functions
Generic Function, (setf cursor-id-next-cursor): Private generic functions
Generic Function, (setf cursor-id-next-cursor-str): Private generic functions
Generic Function, (setf cursor-id-previous-cursor): Private generic functions
Generic Function, (setf cursor-id-previous-cursor-str): Private generic functions
Generic Function, (setf cursor-tweet-next-cursor): Private generic functions
Generic Function, (setf cursor-tweet-next-cursor-str): Private generic functions
Generic Function, (setf cursor-tweet-previous-cursor): Private generic functions
Generic Function, (setf cursor-tweet-previous-cursor-str): Private generic functions
Generic Function, (setf cursor-tweet-user-ids): Private generic functions
Generic Function, (setf cursor-user-id): Private generic functions
Generic Function, (setf cursor-user-lists-id): Public generic functions
Generic Function, (setf cursor-user-lists-lists): Public generic functions
Generic Function, (setf cursor-user-lists-next-cursor): Public generic functions
Generic Function, (setf cursor-user-lists-next-cursor-str): Public generic functions
Generic Function, (setf cursor-user-lists-previous-cursor): Public generic functions
Generic Function, (setf cursor-user-lists-previous-cursor-str): Public generic functions
Generic Function, (setf cursor-user-next-cursor): Private generic functions
Generic Function, (setf cursor-user-next-cursor-str): Private generic functions
Generic Function, (setf cursor-user-previous-cursor): Private generic functions
Generic Function, (setf cursor-user-previous-cursor-str): Private generic functions
Generic Function, (setf cursor-user-users): Private generic functions
Generic Function, (setf end-session-error): Public generic functions
Generic Function, (setf end-session-id): Private generic functions
Generic Function, (setf end-session-request): Public generic functions
Generic Function, (setf follow-source-all-replies): Private generic functions
Generic Function, (setf follow-source-blocking): Private generic functions
Generic Function, (setf follow-source-events): Private generic functions
Generic Function, (setf follow-source-followed-by): Private generic functions
Generic Function, (setf follow-source-following): Private generic functions
Generic Function, (setf follow-source-id): Private generic functions
Generic Function, (setf follow-source-id-str): Private generic functions
Generic Function, (setf follow-source-marked-spam): Private generic functions
Generic Function, (setf follow-source-notifications-enabled): Private generic functions
Generic Function, (setf follow-source-screen-name): Private generic functions
Generic Function, (setf follow-source-want-retweets): Private generic functions
Generic Function, (setf follow-target-events): Private generic functions
Generic Function, (setf follow-target-followed-by): Private generic functions
Generic Function, (setf follow-target-following): Private generic functions
Generic Function, (setf follow-target-id): Private generic functions
Generic Function, (setf follow-target-id-str): Private generic functions
Generic Function, (setf follow-target-screen-name): Private generic functions
Generic Function, (setf geo-attribute-id): Private generic functions
Generic Function, (setf geo-attribute-street-address): Private generic functions
Generic Function, (setf geo-bounding-box-coordinates): Public generic functions
Generic Function, (setf geo-bounding-box-id): Public generic functions
Generic Function, (setf geo-bounding-box-type): Public generic functions
Generic Function, (setf geo-coordinate-id): Public generic functions
Generic Function, (setf geo-coordinate-lat): Public generic functions
Generic Function, (setf geo-coordinate-long): Public generic functions
Generic Function, (setf geo-place-attributes): Public generic functions
Generic Function, (setf geo-place-bounding-box): Public generic functions
Generic Function, (setf geo-place-code): Public generic functions
Generic Function, (setf geo-place-contained-within): Public generic functions
Generic Function, (setf geo-place-country): Public generic functions
Generic Function, (setf geo-place-country-code): Public generic functions
Generic Function, (setf geo-place-full-name): Public generic functions
Generic Function, (setf geo-place-geometry): Public generic functions
Generic Function, (setf geo-place-id): Public generic functions
Generic Function, (setf geo-place-name): Public generic functions
Generic Function, (setf geo-place-place-type): Public generic functions
Generic Function, (setf geo-place-polylines): Public generic functions
Generic Function, (setf geo-place-url): Public generic functions
Generic Function, (setf geo-places-id): Public generic functions
Generic Function, (setf geo-places-places): Public generic functions
Generic Function, (setf geo-places-token): Public generic functions
Generic Function, (setf geo-query-id): Public generic functions
Generic Function, (setf geo-query-params): Public generic functions
Generic Function, (setf geo-query-type): Public generic functions
Generic Function, (setf geo-query-url): Public generic functions
Generic Function, (setf geo-result-id): Public generic functions
Generic Function, (setf geo-result-query): Public generic functions
Generic Function, (setf geo-result-result): Public generic functions
Generic Function, (setf hashtag-id): Public generic functions
Generic Function, (setf hashtag-indices): Public generic functions
Generic Function, (setf hashtag-text): Public generic functions
Generic Function, (setf limits-limit): Private generic functions
Generic Function, (setf limits-remaining): Private generic functions
Generic Function, (setf limits-reset): Private generic functions
Generic Function, (setf list-type-created-at): Private generic functions
Generic Function, (setf list-type-description): Public generic functions
Generic Function, (setf list-type-following): Private generic functions
Generic Function, (setf list-type-full-name): Public generic functions
Generic Function, (setf list-type-id): Public generic functions
Generic Function, (setf list-type-id-str): Public generic functions
Generic Function, (setf list-type-member-count): Public generic functions
Generic Function, (setf list-type-mode): Public generic functions
Generic Function, (setf list-type-name): Private generic functions
Generic Function, (setf list-type-slug): Public generic functions
Generic Function, (setf list-type-subscriber-count): Private generic functions
Generic Function, (setf list-type-uri): Public generic functions
Generic Function, (setf list-type-user): Public generic functions
Generic Function, (setf lists-/lists/list): Private generic functions
Generic Function, (setf lists-/lists/members): Private generic functions
Generic Function, (setf lists-/lists/members/show): Private generic functions
Generic Function, (setf lists-/lists/memberships): Private generic functions
Generic Function, (setf lists-/lists/ownerships): Private generic functions
Generic Function, (setf lists-/lists/show): Private generic functions
Generic Function, (setf lists-/lists/statuses): Private generic functions
Generic Function, (setf lists-/lists/subscribers): Private generic functions
Generic Function, (setf lists-/lists/subscribers/show): Private generic functions
Generic Function, (setf lists-/lists/subscriptions): Private generic functions
Generic Function, (setf media-entity-display-url): Public generic functions
Generic Function, (setf media-entity-expanded-url): Public generic functions
Generic Function, (setf media-entity-id): Public generic functions
Generic Function, (setf media-entity-id-str): Public generic functions
Generic Function, (setf media-entity-indices): Public generic functions
Generic Function, (setf media-entity-media-url): Public generic functions
Generic Function, (setf media-entity-media-url-https): Public generic functions
Generic Function, (setf media-entity-sizes): Public generic functions
Generic Function, (setf media-entity-type): Public generic functions
Generic Function, (setf media-entity-url): Public generic functions
Generic Function, (setf media-size-h): Public generic functions
Generic Function, (setf media-size-id): Public generic functions
Generic Function, (setf media-size-resize): Public generic functions
Generic Function, (setf media-size-w): Public generic functions
Generic Function, (setf media-sizes-id): Private generic functions
Generic Function, (setf media-sizes-large): Private generic functions
Generic Function, (setf media-sizes-medium): Private generic functions
Generic Function, (setf media-sizes-small): Private generic functions
Generic Function, (setf media-sizes-thumb): Private generic functions
Generic Function, (setf place-country): Public generic functions
Generic Function, (setf place-countrycode): Private generic functions
Generic Function, (setf place-id): Private generic functions
Generic Function, (setf place-name): Public generic functions
Generic Function, (setf place-placetype): Public generic functions
Generic Function, (setf place-type-code): Public generic functions
Generic Function, (setf place-type-name): Public generic functions
Generic Function, (setf place-url): Private generic functions
Generic Function, (setf place-woeid): Public generic functions
Generic Function, (setf placetype-code): Private generic functions
Generic Function, (setf placetype-id): Private generic functions
Generic Function, (setf placetype-name): Private generic functions
Generic Function, (setf rate-limit-context-access-token): Private generic functions
Generic Function, (setf relationship-id): Private generic functions
Generic Function, (setf relationship-source): Private generic functions
Generic Function, (setf relationship-target): Private generic functions
Generic Function, (setf relationships-id): Private generic functions
Generic Function, (setf relationships-relationship): Private generic functions
Generic Function, (setf resources-lists): Private generic functions
Generic Function, (setf resources-search): Private generic functions
Generic Function, (setf resources-statuses): Private generic functions
Generic Function, (setf saved-search-created-at): Public generic functions
Generic Function, (setf saved-search-id): Public generic functions
Generic Function, (setf saved-search-id-str): Public generic functions
Generic Function, (setf saved-search-name): Public generic functions
Generic Function, (setf saved-search-position): Public generic functions
Generic Function, (setf saved-search-query): Public generic functions
Generic Function, (setf search-metadata-completed-in): Public generic functions
Generic Function, (setf search-metadata-count): Public generic functions
Generic Function, (setf search-metadata-max-id): Public generic functions
Generic Function, (setf search-metadata-max-id-str): Private generic functions
Generic Function, (setf search-metadata-next-results): Public generic functions
Generic Function, (setf search-metadata-query): Public generic functions
Generic Function, (setf search-metadata-refresh-url): Public generic functions
Generic Function, (setf search-metadata-since-id): Public generic functions
Generic Function, (setf search-metadata-since-id-str): Public generic functions
Generic Function, (setf search-result-search-metadata): Public generic functions
Generic Function, (setf search-result-statuses): Public generic functions
Generic Function, (setf search2-/search/tweets): Private generic functions
Generic Function, (setf sleep-time-enabled): Private generic functions
Generic Function, (setf sleep-time-end-time): Private generic functions
Generic Function, (setf sleep-time-start-time): Private generic functions
Generic Function, (setf social-graph-cursor-id-command): Private generic functions
Generic Function, (setf social-graph-cursor-id-id): Public generic functions
Generic Function, (setf social-graph-cursor-id-ids): Public generic functions
Generic Function, (setf social-graph-cursor-id-next-cursor): Public generic functions
Generic Function, (setf social-graph-cursor-id-next-cursor-str): Public generic functions
Generic Function, (setf social-graph-cursor-id-previous-cursor): Public generic functions
Generic Function, (setf social-graph-cursor-id-previous-cursor-str): Public generic functions
Generic Function, (setf social-graph-cursor-id-screen-name): Public generic functions
Generic Function, (setf social-graph-cursor-user-command): Private generic functions
Generic Function, (setf social-graph-cursor-user-id): Private generic functions
Generic Function, (setf social-graph-cursor-user-next-cursor): Private generic functions
Generic Function, (setf social-graph-cursor-user-next-cursor-str): Private generic functions
Generic Function, (setf social-graph-cursor-user-previous-cursor): Private generic functions
Generic Function, (setf social-graph-cursor-user-previous-cursor-str): Private generic functions
Generic Function, (setf social-graph-cursor-user-screen-name): Private generic functions
Generic Function, (setf social-graph-cursor-user-users): Private generic functions
Generic Function, (setf statuses-/statuses/friends): Private generic functions
Generic Function, (setf statuses-/statuses/home-timeline): Private generic functions
Generic Function, (setf statuses-/statuses/lookup): Private generic functions
Generic Function, (setf statuses-/statuses/mentions-timeline): Private generic functions
Generic Function, (setf statuses-/statuses/oembed): Private generic functions
Generic Function, (setf statuses-/statuses/retweeters/ids): Private generic functions
Generic Function, (setf statuses-/statuses/retweets-of-me): Private generic functions
Generic Function, (setf statuses-/statuses/retweets/:id): Private generic functions
Generic Function, (setf statuses-/statuses/show/:id): Private generic functions
Generic Function, (setf statuses-/statuses/user-timeline): Private generic functions
Generic Function, (setf suggestion-name): Private generic functions
Generic Function, (setf suggestion-size): Private generic functions
Generic Function, (setf suggestion-slug): Private generic functions
Generic Function, (setf time-zone-name): Private generic functions
Generic Function, (setf time-zone-tzinfo-name): Private generic functions
Generic Function, (setf time-zone-utc-offset): Private generic functions
Generic Function, (setf trend-list-as-of): Public generic functions
Generic Function, (setf trend-list-created-at): Public generic functions
Generic Function, (setf trend-list-id): Public generic functions
Generic Function, (setf trend-list-locations): Public generic functions
Generic Function, (setf trend-list-trends): Public generic functions
Generic Function, (setf trend-location-country): Private generic functions
Generic Function, (setf trend-location-countrycode): Private generic functions
Generic Function, (setf trend-location-id): Private generic functions
Generic Function, (setf trend-location-name): Private generic functions
Generic Function, (setf trend-location-placetype): Private generic functions
Generic Function, (setf trend-location-url): Private generic functions
Generic Function, (setf trend-location-woeid): Private generic functions
Generic Function, (setf trend-name): Public generic functions
Generic Function, (setf trend-promoted-content): Public generic functions
Generic Function, (setf trend-query): Public generic functions
Generic Function, (setf trend-url): Public generic functions
Generic Function, (setf tweet-contributors): Private generic functions
Generic Function, (setf tweet-created-at): Public generic functions
Generic Function, (setf tweet-entities): Public generic functions
Generic Function, (setf tweet-favorited): Public generic functions
Generic Function, (setf tweet-geo): Private generic functions
Generic Function, (setf tweet-geo-enabled): Private generic functions
Generic Function, (setf tweet-id): Public generic functions
Generic Function, (setf tweet-in-reply-to-screen-name): Public generic functions
Generic Function, (setf tweet-in-reply-to-status-id): Public generic functions
Generic Function, (setf tweet-in-reply-to-user-id): Public generic functions
Generic Function, (setf tweet-source): Public generic functions
Generic Function, (setf tweet-text): Public generic functions
Generic Function, (setf tweet-truncated): Public generic functions
Generic Function, (setf tweet-user): Public generic functions
Generic Function, (setf twitter-entities-hashtags): Public generic functions
Generic Function, (setf twitter-entities-id): Public generic functions
Generic Function, (setf twitter-entities-media): Public generic functions
Generic Function, (setf twitter-entities-urls): Public generic functions
Generic Function, (setf twitter-entities-user-mentions): Public generic functions
Generic Function, (setf twitter-message-created-at): Public generic functions
Generic Function, (setf twitter-message-id): Public generic functions
Generic Function, (setf twitter-message-recipient): Public generic functions
Generic Function, (setf twitter-message-recipient-id): Public generic functions
Generic Function, (setf twitter-message-recipient-screen-name): Public generic functions
Generic Function, (setf twitter-message-sender): Public generic functions
Generic Function, (setf twitter-message-sender-id): Public generic functions
Generic Function, (setf twitter-message-sender-screen-name): Public generic functions
Generic Function, (setf twitter-message-text): Public generic functions
Generic Function, (setf twitter-rate-limit-rate-limit-context): Private generic functions
Generic Function, (setf twitter-rate-limit-resources): Private generic functions
Generic Function, (setf twitter-user-access-token): Public generic functions
Generic Function, (setf twitter-user-contributors-enabled): Private generic functions
Generic Function, (setf twitter-user-created-at): Public generic functions
Generic Function, (setf twitter-user-description): Public generic functions
Generic Function, (setf twitter-user-favourites-count): Public generic functions
Generic Function, (setf twitter-user-followers-count): Public generic functions
Generic Function, (setf twitter-user-following): Public generic functions
Generic Function, (setf twitter-user-friends-count): Public generic functions
Generic Function, (setf twitter-user-geo): Private generic functions
Generic Function, (setf twitter-user-geo-enabled): Private generic functions
Generic Function, (setf twitter-user-id): Public generic functions
Generic Function, (setf twitter-user-lang): Private generic functions
Generic Function, (setf twitter-user-location): Public generic functions
Generic Function, (setf twitter-user-name): Public generic functions
Generic Function, (setf twitter-user-notifications): Public generic functions
Generic Function, (setf twitter-user-password): Public generic functions
Generic Function, (setf twitter-user-profile-background-color): Public generic functions
Generic Function, (setf twitter-user-profile-background-image-url): Public generic functions
Generic Function, (setf twitter-user-profile-background-tile): Public generic functions
Generic Function, (setf twitter-user-profile-image-url): Public generic functions
Generic Function, (setf twitter-user-profile-link-color): Public generic functions
Generic Function, (setf twitter-user-profile-sidebar-border-color): Public generic functions
Generic Function, (setf twitter-user-profile-sidebar-color): Public generic functions
Generic Function, (setf twitter-user-profile-sidebar-fill-color): Public generic functions
Generic Function, (setf twitter-user-profile-text-color): Public generic functions
Generic Function, (setf twitter-user-protected): Public generic functions
Generic Function, (setf twitter-user-screen-name): Public generic functions
Generic Function, (setf twitter-user-status): Public generic functions
Generic Function, (setf twitter-user-statuses-count): Public generic functions
Generic Function, (setf twitter-user-time-zone): Public generic functions
Generic Function, (setf twitter-user-url): Public generic functions
Generic Function, (setf twitter-user-utc-offset): Public generic functions
Generic Function, (setf twitter-user-verified): Private generic functions
Generic Function, (setf twitter-user-verified-profile): Private generic functions
Generic Function, (setf url-entity-display-url): Public generic functions
Generic Function, (setf url-entity-expanded-url): Public generic functions
Generic Function, (setf url-entity-id): Public generic functions
Generic Function, (setf url-entity-indices): Public generic functions
Generic Function, (setf url-entity-url): Public generic functions
Generic Function, (setf user-list-name): Private generic functions
Generic Function, (setf user-list-size): Private generic functions
Generic Function, (setf user-list-slug): Private generic functions
Generic Function, (setf user-list-users): Private generic functions
Generic Function, (setf user-mention-id): Public generic functions
Generic Function, (setf user-mention-id-str): Public generic functions
Generic Function, (setf user-mention-indices): Private generic functions
Generic Function, (setf user-mention-name): Public generic functions
Generic Function, (setf user-mention-screen-name): Public generic functions
Generic Function, account-settings-allow-contributor-request: Private generic functions
Generic Function, account-settings-allow-dm-groups-from: Private generic functions
Generic Function, account-settings-allow-dms-from: Private generic functions
Generic Function, account-settings-always-use-https: Private generic functions
Generic Function, account-settings-discoverable-by-email: Private generic functions
Generic Function, account-settings-discoverable-by-mobile-phone: Private generic functions
Generic Function, account-settings-display-sensitive-media: Private generic functions
Generic Function, account-settings-geo-enabled: Private generic functions
Generic Function, account-settings-language: Private generic functions
Generic Function, account-settings-protected: Private generic functions
Generic Function, account-settings-screen-name: Private generic functions
Generic Function, account-settings-sleep-time: Private generic functions
Generic Function, account-settings-time-zone: Private generic functions
Generic Function, account-settings-trend-location: Private generic functions
Generic Function, account-settings-use-cookie-personalization: Private generic functions
Generic Function, cache-map-reduce: Public generic functions
Generic Function, caches: Public generic functions
Generic Function, connection-connections: Private generic functions
Generic Function, connection-id: Private generic functions
Generic Function, connection-id-str: Private generic functions
Generic Function, connection-name: Private generic functions
Generic Function, connection-screen-name: Private generic functions
Generic Function, cursor-friend-id-ids: Private generic functions
Generic Function, cursor-friend-id-next-cursor: Private generic functions
Generic Function, cursor-friend-id-next-cursor-str: Private generic functions
Generic Function, cursor-friend-id-previous-cursor: Private generic functions
Generic Function, cursor-friend-id-previous-cursor-str: Private generic functions
Generic Function, cursor-id-ids: Private generic functions
Generic Function, cursor-id-next-cursor: Private generic functions
Generic Function, cursor-id-next-cursor-str: Private generic functions
Generic Function, cursor-id-previous-cursor: Private generic functions
Generic Function, cursor-id-previous-cursor-str: Private generic functions
Generic Function, cursor-tweet-next-cursor: Private generic functions
Generic Function, cursor-tweet-next-cursor-str: Private generic functions
Generic Function, cursor-tweet-previous-cursor: Private generic functions
Generic Function, cursor-tweet-previous-cursor-str: Private generic functions
Generic Function, cursor-tweet-user-ids: Private generic functions
Generic Function, cursor-user-id: Private generic functions
Generic Function, cursor-user-lists-id: Public generic functions
Generic Function, cursor-user-lists-lists: Public generic functions
Generic Function, cursor-user-lists-next-cursor: Public generic functions
Generic Function, cursor-user-lists-next-cursor-str: Public generic functions
Generic Function, cursor-user-lists-previous-cursor: Public generic functions
Generic Function, cursor-user-lists-previous-cursor-str: Public generic functions
Generic Function, cursor-user-next-cursor: Private generic functions
Generic Function, cursor-user-next-cursor-str: Private generic functions
Generic Function, cursor-user-previous-cursor: Private generic functions
Generic Function, cursor-user-previous-cursor-str: Private generic functions
Generic Function, cursor-user-users: Private generic functions
Generic Function, db-initialize: Public generic functions
Generic Function, db-map-reduce: Public generic functions
Generic Function, db-shutdown: Public generic functions
Generic Function, db-status: Public generic functions
Generic Function, db-store-object: Public generic functions
Generic Function, delete-message: Public generic functions
Generic Function, delete-tweet: Public generic functions
Generic Function, dispatch-on-type: Private generic functions
Generic Function, end-session-error: Public generic functions
Generic Function, end-session-id: Private generic functions
Generic Function, end-session-request: Public generic functions
Generic Function, entity-hashtags: Public generic functions
Generic Function, entity-media: Public generic functions
Generic Function, entity-urls: Public generic functions
Generic Function, entity-user-mentions: Public generic functions
Generic Function, follow-source-all-replies: Private generic functions
Generic Function, follow-source-blocking: Private generic functions
Generic Function, follow-source-events: Private generic functions
Generic Function, follow-source-followed-by: Private generic functions
Generic Function, follow-source-following: Private generic functions
Generic Function, follow-source-id: Private generic functions
Generic Function, follow-source-id-str: Private generic functions
Generic Function, follow-source-marked-spam: Private generic functions
Generic Function, follow-source-notifications-enabled: Private generic functions
Generic Function, follow-source-screen-name: Private generic functions
Generic Function, follow-source-want-retweets: Private generic functions
Generic Function, follow-target-events: Private generic functions
Generic Function, follow-target-followed-by: Private generic functions
Generic Function, follow-target-following: Private generic functions
Generic Function, follow-target-id: Private generic functions
Generic Function, follow-target-id-str: Private generic functions
Generic Function, follow-target-screen-name: Private generic functions
Generic Function, followers-ids: Private generic functions
Generic Function, followers-list: Private generic functions
Generic Function, friends-ids: Private generic functions
Generic Function, friends-list: Private generic functions
Generic Function, geo-attribute-id: Private generic functions
Generic Function, geo-attribute-street-address: Private generic functions
Generic Function, geo-bounding-box-coordinates: Public generic functions
Generic Function, geo-bounding-box-id: Public generic functions
Generic Function, geo-bounding-box-type: Public generic functions
Generic Function, geo-coordinate-id: Public generic functions
Generic Function, geo-coordinate-lat: Public generic functions
Generic Function, geo-coordinate-long: Public generic functions
Generic Function, geo-place-attributes: Public generic functions
Generic Function, geo-place-bounding-box: Public generic functions
Generic Function, geo-place-code: Public generic functions
Generic Function, geo-place-contained-within: Public generic functions
Generic Function, geo-place-country: Public generic functions
Generic Function, geo-place-country-code: Public generic functions
Generic Function, geo-place-full-name: Public generic functions
Generic Function, geo-place-geometry: Public generic functions
Generic Function, geo-place-id: Public generic functions
Generic Function, geo-place-name: Public generic functions
Generic Function, geo-place-place-type: Public generic functions
Generic Function, geo-place-polylines: Public generic functions
Generic Function, geo-place-url: Public generic functions
Generic Function, geo-places-id: Public generic functions
Generic Function, geo-places-places: Public generic functions
Generic Function, geo-places-token: Public generic functions
Generic Function, geo-query-id: Public generic functions
Generic Function, geo-query-params: Public generic functions
Generic Function, geo-query-type: Public generic functions
Generic Function, geo-query-url: Public generic functions
Generic Function, geo-result-id: Public generic functions
Generic Function, geo-result-query: Public generic functions
Generic Function, geo-result-result: Public generic functions
Generic Function, hashtag-id: Public generic functions
Generic Function, hashtag-indices: Public generic functions
Generic Function, hashtag-text: Public generic functions
Generic Function, interp-number: Private generic functions
Generic Function, limits-limit: Private generic functions
Generic Function, limits-remaining: Private generic functions
Generic Function, limits-reset: Private generic functions
Generic Function, list-type-created-at: Private generic functions
Generic Function, list-type-description: Public generic functions
Generic Function, list-type-following: Private generic functions
Generic Function, list-type-full-name: Public generic functions
Generic Function, list-type-id: Public generic functions
Generic Function, list-type-id-str: Public generic functions
Generic Function, list-type-member-count: Public generic functions
Generic Function, list-type-mode: Public generic functions
Generic Function, list-type-name: Private generic functions
Generic Function, list-type-slug: Public generic functions
Generic Function, list-type-subscriber-count: Private generic functions
Generic Function, list-type-uri: Public generic functions
Generic Function, list-type-user: Public generic functions
Generic Function, lists-/lists/list: Private generic functions
Generic Function, lists-/lists/members: Private generic functions
Generic Function, lists-/lists/members/show: Private generic functions
Generic Function, lists-/lists/memberships: Private generic functions
Generic Function, lists-/lists/ownerships: Private generic functions
Generic Function, lists-/lists/show: Private generic functions
Generic Function, lists-/lists/statuses: Private generic functions
Generic Function, lists-/lists/subscribers: Private generic functions
Generic Function, lists-/lists/subscribers/show: Private generic functions
Generic Function, lists-/lists/subscriptions: Private generic functions
Generic Function, long-message: Private generic functions
Generic Function, lookup: Private generic functions
Generic Function, lookup-twitter-object: Public generic functions
Generic Function, lookup-user: Private generic functions
Generic Function, media-entity-display-url: Public generic functions
Generic Function, media-entity-expanded-url: Public generic functions
Generic Function, media-entity-id: Public generic functions
Generic Function, media-entity-id-str: Public generic functions
Generic Function, media-entity-indices: Public generic functions
Generic Function, media-entity-media-url: Public generic functions
Generic Function, media-entity-media-url-https: Public generic functions
Generic Function, media-entity-sizes: Public generic functions
Generic Function, media-entity-type: Public generic functions
Generic Function, media-entity-url: Public generic functions
Generic Function, media-size-h: Public generic functions
Generic Function, media-size-id: Public generic functions
Generic Function, media-size-resize: Public generic functions
Generic Function, media-size-w: Public generic functions
Generic Function, media-sizes-id: Private generic functions
Generic Function, media-sizes-large: Private generic functions
Generic Function, media-sizes-medium: Private generic functions
Generic Function, media-sizes-small: Private generic functions
Generic Function, media-sizes-thumb: Private generic functions
Generic Function, parse-record: Private generic functions
Generic Function, place-country: Public generic functions
Generic Function, place-countrycode: Private generic functions
Generic Function, place-id: Private generic functions
Generic Function, place-name: Public generic functions
Generic Function, place-placetype: Public generic functions
Generic Function, place-type-code: Public generic functions
Generic Function, place-type-name: Public generic functions
Generic Function, place-url: Private generic functions
Generic Function, place-woeid: Public generic functions
Generic Function, placetype-code: Private generic functions
Generic Function, placetype-id: Private generic functions
Generic Function, placetype-name: Private generic functions
Generic Function, print-tweet: Private generic functions
Generic Function, rate-limit-context-access-token: Private generic functions
Generic Function, register-twitter-object: Public generic functions
Generic Function, relationship-id: Private generic functions
Generic Function, relationship-source: Private generic functions
Generic Function, relationship-target: Private generic functions
Generic Function, relationships-id: Private generic functions
Generic Function, relationships-relationship: Private generic functions
Generic Function, reply-to: Public generic functions
Generic Function, request-message: Private generic functions
Generic Function, request-uri: Private generic functions
Generic Function, resources-lists: Private generic functions
Generic Function, resources-search: Private generic functions
Generic Function, resources-statuses: Private generic functions
Generic Function, return-code: Public generic functions
Generic Function, retweet: Public generic functions
Generic Function, retweeted-by: Public generic functions
Generic Function, retweets: Public generic functions
Generic Function, saved-search-created-at: Public generic functions
Generic Function, saved-search-id: Public generic functions
Generic Function, saved-search-id-str: Public generic functions
Generic Function, saved-search-name: Public generic functions
Generic Function, saved-search-position: Public generic functions
Generic Function, saved-search-query: Public generic functions
Generic Function, search-metadata-completed-in: Public generic functions
Generic Function, search-metadata-count: Public generic functions
Generic Function, search-metadata-max-id: Public generic functions
Generic Function, search-metadata-max-id-str: Private generic functions
Generic Function, search-metadata-next-results: Public generic functions
Generic Function, search-metadata-query: Public generic functions
Generic Function, search-metadata-refresh-url: Public generic functions
Generic Function, search-metadata-since-id: Public generic functions
Generic Function, search-metadata-since-id-str: Public generic functions
Generic Function, search-result-search-metadata: Public generic functions
Generic Function, search-result-statuses: Public generic functions
Generic Function, search2-/search/tweets: Private generic functions
Generic Function, send-message: Public generic functions
Generic Function, short-message: Private generic functions
Generic Function, show: Public generic functions
Generic Function, show-message: Private generic functions
Generic Function, sleep-time-enabled: Private generic functions
Generic Function, sleep-time-end-time: Private generic functions
Generic Function, sleep-time-start-time: Private generic functions
Generic Function, social-graph-cursor-id-command: Private generic functions
Generic Function, social-graph-cursor-id-id: Public generic functions
Generic Function, social-graph-cursor-id-ids: Public generic functions
Generic Function, social-graph-cursor-id-next-cursor: Public generic functions
Generic Function, social-graph-cursor-id-next-cursor-str: Public generic functions
Generic Function, social-graph-cursor-id-previous-cursor: Public generic functions
Generic Function, social-graph-cursor-id-previous-cursor-str: Public generic functions
Generic Function, social-graph-cursor-id-screen-name: Public generic functions
Generic Function, social-graph-cursor-user-command: Private generic functions
Generic Function, social-graph-cursor-user-id: Private generic functions
Generic Function, social-graph-cursor-user-next-cursor: Private generic functions
Generic Function, social-graph-cursor-user-next-cursor-str: Private generic functions
Generic Function, social-graph-cursor-user-previous-cursor: Private generic functions
Generic Function, social-graph-cursor-user-previous-cursor-str: Private generic functions
Generic Function, social-graph-cursor-user-screen-name: Private generic functions
Generic Function, social-graph-cursor-user-users: Private generic functions
Generic Function, social-graph-type: Private generic functions
Generic Function, statuses-/statuses/friends: Private generic functions
Generic Function, statuses-/statuses/home-timeline: Private generic functions
Generic Function, statuses-/statuses/lookup: Private generic functions
Generic Function, statuses-/statuses/mentions-timeline: Private generic functions
Generic Function, statuses-/statuses/oembed: Private generic functions
Generic Function, statuses-/statuses/retweeters/ids: Private generic functions
Generic Function, statuses-/statuses/retweets-of-me: Private generic functions
Generic Function, statuses-/statuses/retweets/:id: Private generic functions
Generic Function, statuses-/statuses/show/:id: Private generic functions
Generic Function, statuses-/statuses/user-timeline: Private generic functions
Generic Function, suggestion-name: Private generic functions
Generic Function, suggestion-size: Private generic functions
Generic Function, suggestion-slug: Private generic functions
Generic Function, time-zone-name: Private generic functions
Generic Function, time-zone-tzinfo-name: Private generic functions
Generic Function, time-zone-utc-offset: Private generic functions
Generic Function, tolist: Private generic functions
Generic Function, trend-list-as-of: Public generic functions
Generic Function, trend-list-created-at: Public generic functions
Generic Function, trend-list-id: Public generic functions
Generic Function, trend-list-locations: Public generic functions
Generic Function, trend-list-trends: Public generic functions
Generic Function, trend-location-country: Private generic functions
Generic Function, trend-location-countrycode: Private generic functions
Generic Function, trend-location-id: Private generic functions
Generic Function, trend-location-name: Private generic functions
Generic Function, trend-location-placetype: Private generic functions
Generic Function, trend-location-url: Private generic functions
Generic Function, trend-location-woeid: Private generic functions
Generic Function, trend-name: Public generic functions
Generic Function, trend-promoted-content: Public generic functions
Generic Function, trend-query: Public generic functions
Generic Function, trend-url: Public generic functions
Generic Function, tweet: Public generic functions
Generic Function, tweet-contributors: Private generic functions
Generic Function, tweet-created-at: Public generic functions
Generic Function, tweet-entities: Public generic functions
Generic Function, tweet-favorited: Public generic functions
Generic Function, tweet-geo: Private generic functions
Generic Function, tweet-geo-enabled: Private generic functions
Generic Function, tweet-id: Public generic functions
Generic Function, tweet-in-reply-to-screen-name: Public generic functions
Generic Function, tweet-in-reply-to-status-id: Public generic functions
Generic Function, tweet-in-reply-to-user-id: Public generic functions
Generic Function, tweet-source: Public generic functions
Generic Function, tweet-text: Public generic functions
Generic Function, tweet-truncated: Public generic functions
Generic Function, tweet-user: Public generic functions
Generic Function, tweet?: Public generic functions
Generic Function, twitter-entities-hashtags: Public generic functions
Generic Function, twitter-entities-id: Public generic functions
Generic Function, twitter-entities-media: Public generic functions
Generic Function, twitter-entities-urls: Public generic functions
Generic Function, twitter-entities-user-mentions: Public generic functions
Generic Function, twitter-message-created-at: Public generic functions
Generic Function, twitter-message-id: Public generic functions
Generic Function, twitter-message-recipient: Public generic functions
Generic Function, twitter-message-recipient-id: Public generic functions
Generic Function, twitter-message-recipient-screen-name: Public generic functions
Generic Function, twitter-message-sender: Public generic functions
Generic Function, twitter-message-sender-id: Public generic functions
Generic Function, twitter-message-sender-screen-name: Public generic functions
Generic Function, twitter-message-text: Public generic functions
Generic Function, twitter-op: Public generic functions
Generic Function, twitter-op-ext: Private generic functions
Generic Function, twitter-rate-limit-rate-limit-context: Private generic functions
Generic Function, twitter-rate-limit-resources: Private generic functions
Generic Function, twitter-user-access-token: Public generic functions
Generic Function, twitter-user-contributors-enabled: Private generic functions
Generic Function, twitter-user-created-at: Public generic functions
Generic Function, twitter-user-description: Public generic functions
Generic Function, twitter-user-favourites-count: Public generic functions
Generic Function, twitter-user-followers-count: Public generic functions
Generic Function, twitter-user-following: Public generic functions
Generic Function, twitter-user-friends-count: Public generic functions
Generic Function, twitter-user-geo: Private generic functions
Generic Function, twitter-user-geo-enabled: Private generic functions
Generic Function, twitter-user-id: Public generic functions
Generic Function, twitter-user-lang: Private generic functions
Generic Function, twitter-user-location: Public generic functions
Generic Function, twitter-user-name: Public generic functions
Generic Function, twitter-user-notifications: Public generic functions
Generic Function, twitter-user-password: Public generic functions
Generic Function, twitter-user-profile-background-color: Public generic functions
Generic Function, twitter-user-profile-background-image-url: Public generic functions
Generic Function, twitter-user-profile-background-tile: Public generic functions
Generic Function, twitter-user-profile-image-url: Public generic functions
Generic Function, twitter-user-profile-link-color: Public generic functions
Generic Function, twitter-user-profile-sidebar-border-color: Public generic functions
Generic Function, twitter-user-profile-sidebar-color: Public generic functions
Generic Function, twitter-user-profile-sidebar-fill-color: Public generic functions
Generic Function, twitter-user-profile-text-color: Public generic functions
Generic Function, twitter-user-protected: Public generic functions
Generic Function, twitter-user-screen-name: Public generic functions
Generic Function, twitter-user-status: Public generic functions
Generic Function, twitter-user-statuses-count: Public generic functions
Generic Function, twitter-user-time-zone: Public generic functions
Generic Function, twitter-user-url: Public generic functions
Generic Function, twitter-user-utc-offset: Public generic functions
Generic Function, twitter-user-verified: Private generic functions
Generic Function, twitter-user-verified-profile: Private generic functions
Generic Function, unique-id: Public generic functions
Generic Function, url-entity-display-url: Public generic functions
Generic Function, url-entity-expanded-url: Public generic functions
Generic Function, url-entity-id: Public generic functions
Generic Function, url-entity-indices: Public generic functions
Generic Function, url-entity-url: Public generic functions
Generic Function, user-list-name: Private generic functions
Generic Function, user-list-size: Private generic functions
Generic Function, user-list-slug: Private generic functions
Generic Function, user-list-users: Private generic functions
Generic Function, user-mention-id: Public generic functions
Generic Function, user-mention-id-str: Public generic functions
Generic Function, user-mention-indices: Private generic functions
Generic Function, user-mention-name: Public generic functions
Generic Function, user-mention-screen-name: Public generic functions
Generic Function, users-suggestions: Private generic functions
Generic Function, verify: Private generic functions
geo-attribute-id: Private generic functions
geo-attribute-id: Private generic functions
geo-attribute-p: Private ordinary functions
geo-attribute-street-address: Private generic functions
geo-attribute-street-address: Private generic functions
geo-attribute-street-address: Private generic functions
geo-bounding-box-coordinates: Public generic functions
geo-bounding-box-coordinates: Public generic functions
geo-bounding-box-id: Public generic functions
geo-bounding-box-id: Public generic functions
geo-bounding-box-p: Private ordinary functions
geo-bounding-box-type: Public generic functions
geo-bounding-box-type: Public generic functions
geo-coordinate-id: Public generic functions
geo-coordinate-id: Public generic functions
geo-coordinate-lat: Public generic functions
geo-coordinate-lat: Public generic functions
geo-coordinate-long: Public generic functions
geo-coordinate-long: Public generic functions
geo-coordinate-p: Private ordinary functions
geo-id-place-id: Private ordinary functions
geo-place-attributes: Public generic functions
geo-place-attributes: Public generic functions
geo-place-bounding-box: Public generic functions
geo-place-bounding-box: Public generic functions
geo-place-code: Public generic functions
geo-place-code: Public generic functions
geo-place-contained-within: Public generic functions
geo-place-contained-within: Public generic functions
geo-place-country: Public generic functions
geo-place-country: Public generic functions
geo-place-country-code: Public generic functions
geo-place-country-code: Public generic functions
geo-place-full-name: Public generic functions
geo-place-full-name: Public generic functions
geo-place-geometry: Public generic functions
geo-place-geometry: Public generic functions
geo-place-id: Public generic functions
geo-place-id: Public generic functions
geo-place-name: Public generic functions
geo-place-name: Public generic functions
geo-place-p: Private ordinary functions
geo-place-place-type: Public generic functions
geo-place-place-type: Public generic functions
geo-place-polylines: Public generic functions
geo-place-polylines: Public generic functions
geo-place-url: Public generic functions
geo-place-url: Public generic functions
geo-places-id: Public generic functions
geo-places-id: Public generic functions
geo-places-p: Private ordinary functions
geo-places-places: Public generic functions
geo-places-places: Public generic functions
geo-places-token: Public generic functions
geo-places-token: Public generic functions
geo-print-places: Public ordinary functions
geo-query-id: Public generic functions
geo-query-id: Public generic functions
geo-query-p: Private ordinary functions
geo-query-params: Public generic functions
geo-query-params: Public generic functions
geo-query-type: Public generic functions
geo-query-type: Public generic functions
geo-query-url: Public generic functions
geo-query-url: Public generic functions
geo-result-id: Public generic functions
geo-result-id: Public generic functions
geo-result-p: Private ordinary functions
geo-result-query: Public generic functions
geo-result-query: Public generic functions
geo-result-result: Public generic functions
geo-result-result: Public generic functions
geo-reverse-geocode: Public ordinary functions
geo-search: Public ordinary functions
geo-token: Public ordinary functions
get-command: Private ordinary functions
get-command-request: Private ordinary functions
get-description: Private ordinary functions
get-dirs: Private ordinary functions
get-id-command-request: Private ordinary functions
get-request-argument: Private ordinary functions
get-required-request-argument: Private ordinary functions
get-tinyurl: Public ordinary functions
get-user: Public ordinary functions
get-user-command-request: Private ordinary functions
get-user-id-command-request: Private ordinary functions
get-user-list-id-command-request: Private ordinary functions
get-user-list-id-id-command-request: Private ordinary functions
get-value: Private ordinary functions

H
hashtag-id: Public generic functions
hashtag-id: Public generic functions
hashtag-indices: Public generic functions
hashtag-indices: Public generic functions
hashtag-p: Private ordinary functions
hashtag-text: Public generic functions
hashtag-text: Public generic functions
home-timeline: Public ordinary functions

I
inject-url-id: Private ordinary functions
inject-url-list-id: Private ordinary functions
inject-url-user: Private ordinary functions
inject-url-user-id: Private ordinary functions
inject-url-user-list-id: Private ordinary functions
inject-url-user-list-id-id: Private ordinary functions
intern-all: Private ordinary functions
interp-number: Private generic functions
interp-number: Private generic functions
interp-number: Private generic functions
invalidate-parser-state: Private ordinary functions

L
leave-notification: Public ordinary functions
limit-length: Private ordinary functions
limits-limit: Private generic functions
limits-limit: Private generic functions
limits-p: Private ordinary functions
limits-remaining: Private generic functions
limits-remaining: Private generic functions
limits-reset: Private generic functions
limits-reset: Private generic functions
lisp->twitter: Private ordinary functions
lisp->twitter-plist: Private ordinary functions
list-commands: Public ordinary functions
list-memberships-timeline: Private ordinary functions
list-subscriptions-timeline: Private ordinary functions
list-timeline: Private ordinary functions
list-type-created-at: Private generic functions
list-type-created-at: Private generic functions
list-type-description: Public generic functions
list-type-description: Public generic functions
list-type-following: Private generic functions
list-type-following: Private generic functions
list-type-full-name: Public generic functions
list-type-full-name: Public generic functions
list-type-id: Public generic functions
list-type-id: Public generic functions
list-type-id-str: Public generic functions
list-type-id-str: Public generic functions
list-type-member-count: Public generic functions
list-type-member-count: Public generic functions
list-type-mode: Public generic functions
list-type-mode: Public generic functions
list-type-name: Private generic functions
list-type-name: Private generic functions
list-type-p: Private ordinary functions
list-type-slug: Public generic functions
list-type-slug: Public generic functions
list-type-subscriber-count: Private generic functions
list-type-subscriber-count: Private generic functions
list-type-uri: Public generic functions
list-type-uri: Public generic functions
list-type-user: Public generic functions
list-type-user: Public generic functions
lists-/lists/list: Private generic functions
lists-/lists/list: Private generic functions
lists-/lists/members: Private generic functions
lists-/lists/members: Private generic functions
lists-/lists/members/show: Private generic functions
lists-/lists/members/show: Private generic functions
lists-/lists/memberships: Private generic functions
lists-/lists/memberships: Private generic functions
lists-/lists/ownerships: Private generic functions
lists-/lists/ownerships: Private generic functions
lists-/lists/show: Private generic functions
lists-/lists/show: Private generic functions
lists-/lists/statuses: Private generic functions
lists-/lists/statuses: Private generic functions
lists-/lists/subscribers: Private generic functions
lists-/lists/subscribers: Private generic functions
lists-/lists/subscribers/show: Private generic functions
lists-/lists/subscribers/show: Private generic functions
lists-/lists/subscriptions: Private generic functions
lists-/lists/subscriptions: Private generic functions
lists-create: Private ordinary functions
lists-delete: Private ordinary functions
lists-list: Private ordinary functions
lists-members: Private ordinary functions
lists-members-create: Private ordinary functions
lists-members-create-all: Private ordinary functions
lists-members-destroy: Private ordinary functions
lists-members-destroy-all: Private ordinary functions
lists-members-show: Private ordinary functions
lists-memberships: Private ordinary functions
lists-ownerships: Private ordinary functions
lists-p: Private ordinary functions
lists-show: Private ordinary functions
lists-statuses: Private ordinary functions
lists-subscribers: Private ordinary functions
lists-subscribers-create: Private ordinary functions
lists-subscribers-destroy: Private ordinary functions
lists-subscribers-show: Private ordinary functions
lists-subscriptions: Private ordinary functions
lists-update: Private ordinary functions
localize-symbol: Private ordinary functions
long-message: Private generic functions
long-message: Private generic functions
lookup: Private generic functions
lookup: Private generic functions
lookup: Private generic functions
lookup: Private generic functions
lookup: Private generic functions
lookup: Private generic functions
lookup: Private generic functions
lookup: Private generic functions
lookup: Private generic functions
lookup: Private generic functions
lookup-fn-name: Private ordinary functions
lookup-id-name: Private ordinary functions
lookup-twitter-object: Public generic functions
lookup-twitter-object: Public generic functions
lookup-twitter-object: Public generic functions
lookup-twitter-object: Public generic functions
lookup-twitter-object: Public generic functions
lookup-user: Private generic functions
lookup-user: Private generic functions

M
Macro, collect-tweets: Private macros
Macro, create-caches: Private macros
Macro, define-command: Private macros
Macro, define-element: Private macros
Macro, define-twitter-method: Private macros
Macro, fixup: Private macros
Macro, map-reduce-cache: Public macros
Macro, run-parser: Private macros
Macro, social-graph: Private macros
Macro, twitter-object-store: Private macros
Macro, use-cache: Public macros
Macro, with-cursor: Public macros
Macro, with-error-handler: Private macros
Macro, with-gensyms: Private macros
Macro, with-paging: Public macros
make-slot-init: Private ordinary functions
make-twitter-command: Private ordinary functions
map-reduce-cache: Public macros
maybe-add-conversion: Private ordinary functions
maybe-add-conversion-from-twitter: Private ordinary functions
media-entity-display-url: Public generic functions
media-entity-display-url: Public generic functions
media-entity-expanded-url: Public generic functions
media-entity-expanded-url: Public generic functions
media-entity-id: Public generic functions
media-entity-id: Public generic functions
media-entity-id-str: Public generic functions
media-entity-id-str: Public generic functions
media-entity-indices: Public generic functions
media-entity-indices: Public generic functions
media-entity-media-url: Public generic functions
media-entity-media-url: Public generic functions
media-entity-media-url-https: Public generic functions
media-entity-media-url-https: Public generic functions
media-entity-p: Private ordinary functions
media-entity-sizes: Public generic functions
media-entity-sizes: Public generic functions
media-entity-type: Public generic functions
media-entity-type: Public generic functions
media-entity-url: Public generic functions
media-entity-url: Public generic functions
media-size-h: Public generic functions
media-size-h: Public generic functions
media-size-id: Public generic functions
media-size-id: Public generic functions
media-size-p: Private ordinary functions
media-size-resize: Public generic functions
media-size-resize: Public generic functions
media-size-w: Public generic functions
media-size-w: Public generic functions
media-sizes-id: Private generic functions
media-sizes-id: Private generic functions
media-sizes-large: Private generic functions
media-sizes-large: Private generic functions
media-sizes-medium: Private generic functions
media-sizes-medium: Private generic functions
media-sizes-p: Private ordinary functions
media-sizes-small: Private generic functions
media-sizes-small: Private generic functions
media-sizes-thumb: Private generic functions
media-sizes-thumb: Private generic functions
mentions-timeline: Public ordinary functions
messages-received: Private ordinary functions
messages-sent: Private ordinary functions
Method, (setf account-settings-allow-contributor-request): Private generic functions
Method, (setf account-settings-allow-dm-groups-from): Private generic functions
Method, (setf account-settings-allow-dms-from): Private generic functions
Method, (setf account-settings-always-use-https): Private generic functions
Method, (setf account-settings-discoverable-by-email): Private generic functions
Method, (setf account-settings-discoverable-by-mobile-phone): Private generic functions
Method, (setf account-settings-display-sensitive-media): Private generic functions
Method, (setf account-settings-geo-enabled): Private generic functions
Method, (setf account-settings-language): Private generic functions
Method, (setf account-settings-protected): Private generic functions
Method, (setf account-settings-screen-name): Private generic functions
Method, (setf account-settings-sleep-time): Private generic functions
Method, (setf account-settings-time-zone): Private generic functions
Method, (setf account-settings-trend-location): Private generic functions
Method, (setf account-settings-use-cookie-personalization): Private generic functions
Method, (setf connection-connections): Private generic functions
Method, (setf connection-id): Private generic functions
Method, (setf connection-id-str): Private generic functions
Method, (setf connection-name): Private generic functions
Method, (setf connection-screen-name): Private generic functions
Method, (setf cursor-friend-id-ids): Private generic functions
Method, (setf cursor-friend-id-next-cursor): Private generic functions
Method, (setf cursor-friend-id-next-cursor-str): Private generic functions
Method, (setf cursor-friend-id-previous-cursor): Private generic functions
Method, (setf cursor-friend-id-previous-cursor-str): Private generic functions
Method, (setf cursor-id-ids): Private generic functions
Method, (setf cursor-id-next-cursor): Private generic functions
Method, (setf cursor-id-next-cursor-str): Private generic functions
Method, (setf cursor-id-previous-cursor): Private generic functions
Method, (setf cursor-id-previous-cursor-str): Private generic functions
Method, (setf cursor-tweet-next-cursor): Private generic functions
Method, (setf cursor-tweet-next-cursor-str): Private generic functions
Method, (setf cursor-tweet-previous-cursor): Private generic functions
Method, (setf cursor-tweet-previous-cursor-str): Private generic functions
Method, (setf cursor-tweet-user-ids): Private generic functions
Method, (setf cursor-user-id): Private generic functions
Method, (setf cursor-user-lists-id): Public generic functions
Method, (setf cursor-user-lists-lists): Public generic functions
Method, (setf cursor-user-lists-next-cursor): Public generic functions
Method, (setf cursor-user-lists-next-cursor-str): Public generic functions
Method, (setf cursor-user-lists-previous-cursor): Public generic functions
Method, (setf cursor-user-lists-previous-cursor-str): Public generic functions
Method, (setf cursor-user-next-cursor): Private generic functions
Method, (setf cursor-user-next-cursor-str): Private generic functions
Method, (setf cursor-user-previous-cursor): Private generic functions
Method, (setf cursor-user-previous-cursor-str): Private generic functions
Method, (setf cursor-user-users): Private generic functions
Method, (setf end-session-error): Public generic functions
Method, (setf end-session-id): Private generic functions
Method, (setf end-session-request): Public generic functions
Method, (setf follow-source-all-replies): Private generic functions
Method, (setf follow-source-blocking): Private generic functions
Method, (setf follow-source-events): Private generic functions
Method, (setf follow-source-followed-by): Private generic functions
Method, (setf follow-source-following): Private generic functions
Method, (setf follow-source-id): Private generic functions
Method, (setf follow-source-id-str): Private generic functions
Method, (setf follow-source-marked-spam): Private generic functions
Method, (setf follow-source-notifications-enabled): Private generic functions
Method, (setf follow-source-screen-name): Private generic functions
Method, (setf follow-source-want-retweets): Private generic functions
Method, (setf follow-target-events): Private generic functions
Method, (setf follow-target-followed-by): Private generic functions
Method, (setf follow-target-following): Private generic functions
Method, (setf follow-target-id): Private generic functions
Method, (setf follow-target-id-str): Private generic functions
Method, (setf follow-target-screen-name): Private generic functions
Method, (setf geo-attribute-id): Private generic functions
Method, (setf geo-attribute-street-address): Private generic functions
Method, (setf geo-bounding-box-coordinates): Public generic functions
Method, (setf geo-bounding-box-id): Public generic functions
Method, (setf geo-bounding-box-type): Public generic functions
Method, (setf geo-coordinate-id): Public generic functions
Method, (setf geo-coordinate-lat): Public generic functions
Method, (setf geo-coordinate-long): Public generic functions
Method, (setf geo-place-attributes): Public generic functions
Method, (setf geo-place-bounding-box): Public generic functions
Method, (setf geo-place-code): Public generic functions
Method, (setf geo-place-contained-within): Public generic functions
Method, (setf geo-place-country): Public generic functions
Method, (setf geo-place-country-code): Public generic functions
Method, (setf geo-place-full-name): Public generic functions
Method, (setf geo-place-geometry): Public generic functions
Method, (setf geo-place-id): Public generic functions
Method, (setf geo-place-name): Public generic functions
Method, (setf geo-place-place-type): Public generic functions
Method, (setf geo-place-polylines): Public generic functions
Method, (setf geo-place-url): Public generic functions
Method, (setf geo-places-id): Public generic functions
Method, (setf geo-places-places): Public generic functions
Method, (setf geo-places-token): Public generic functions
Method, (setf geo-query-id): Public generic functions
Method, (setf geo-query-params): Public generic functions
Method, (setf geo-query-type): Public generic functions
Method, (setf geo-query-url): Public generic functions
Method, (setf geo-result-id): Public generic functions
Method, (setf geo-result-query): Public generic functions
Method, (setf geo-result-result): Public generic functions
Method, (setf hashtag-id): Public generic functions
Method, (setf hashtag-indices): Public generic functions
Method, (setf hashtag-text): Public generic functions
Method, (setf limits-limit): Private generic functions
Method, (setf limits-remaining): Private generic functions
Method, (setf limits-reset): Private generic functions
Method, (setf list-type-created-at): Private generic functions
Method, (setf list-type-description): Public generic functions
Method, (setf list-type-following): Private generic functions
Method, (setf list-type-full-name): Public generic functions
Method, (setf list-type-id): Public generic functions
Method, (setf list-type-id-str): Public generic functions
Method, (setf list-type-member-count): Public generic functions
Method, (setf list-type-mode): Public generic functions
Method, (setf list-type-name): Private generic functions
Method, (setf list-type-slug): Public generic functions
Method, (setf list-type-subscriber-count): Private generic functions
Method, (setf list-type-uri): Public generic functions
Method, (setf list-type-user): Public generic functions
Method, (setf lists-/lists/list): Private generic functions
Method, (setf lists-/lists/members): Private generic functions
Method, (setf lists-/lists/members/show): Private generic functions
Method, (setf lists-/lists/memberships): Private generic functions
Method, (setf lists-/lists/ownerships): Private generic functions
Method, (setf lists-/lists/show): Private generic functions
Method, (setf lists-/lists/statuses): Private generic functions
Method, (setf lists-/lists/subscribers): Private generic functions
Method, (setf lists-/lists/subscribers/show): Private generic functions
Method, (setf lists-/lists/subscriptions): Private generic functions
Method, (setf media-entity-display-url): Public generic functions
Method, (setf media-entity-expanded-url): Public generic functions
Method, (setf media-entity-id): Public generic functions
Method, (setf media-entity-id-str): Public generic functions
Method, (setf media-entity-indices): Public generic functions
Method, (setf media-entity-media-url): Public generic functions
Method, (setf media-entity-media-url-https): Public generic functions
Method, (setf media-entity-sizes): Public generic functions
Method, (setf media-entity-type): Public generic functions
Method, (setf media-entity-url): Public generic functions
Method, (setf media-size-h): Public generic functions
Method, (setf media-size-id): Public generic functions
Method, (setf media-size-resize): Public generic functions
Method, (setf media-size-w): Public generic functions
Method, (setf media-sizes-id): Private generic functions
Method, (setf media-sizes-large): Private generic functions
Method, (setf media-sizes-medium): Private generic functions
Method, (setf media-sizes-small): Private generic functions
Method, (setf media-sizes-thumb): Private generic functions
Method, (setf place-country): Public generic functions
Method, (setf place-countrycode): Private generic functions
Method, (setf place-id): Private generic functions
Method, (setf place-name): Public generic functions
Method, (setf place-placetype): Public generic functions
Method, (setf place-type-code): Public generic functions
Method, (setf place-type-name): Public generic functions
Method, (setf place-url): Private generic functions
Method, (setf place-woeid): Public generic functions
Method, (setf placetype-code): Private generic functions
Method, (setf placetype-id): Private generic functions
Method, (setf placetype-name): Private generic functions
Method, (setf rate-limit-context-access-token): Private generic functions
Method, (setf relationship-id): Private generic functions
Method, (setf relationship-source): Private generic functions
Method, (setf relationship-target): Private generic functions
Method, (setf relationships-id): Private generic functions
Method, (setf relationships-relationship): Private generic functions
Method, (setf resources-lists): Private generic functions
Method, (setf resources-search): Private generic functions
Method, (setf resources-statuses): Private generic functions
Method, (setf saved-search-created-at): Public generic functions
Method, (setf saved-search-id): Public generic functions
Method, (setf saved-search-id-str): Public generic functions
Method, (setf saved-search-name): Public generic functions
Method, (setf saved-search-position): Public generic functions
Method, (setf saved-search-query): Public generic functions
Method, (setf search-metadata-completed-in): Public generic functions
Method, (setf search-metadata-count): Public generic functions
Method, (setf search-metadata-max-id): Public generic functions
Method, (setf search-metadata-max-id-str): Private generic functions
Method, (setf search-metadata-next-results): Public generic functions
Method, (setf search-metadata-query): Public generic functions
Method, (setf search-metadata-refresh-url): Public generic functions
Method, (setf search-metadata-since-id): Public generic functions
Method, (setf search-metadata-since-id-str): Public generic functions
Method, (setf search-result-search-metadata): Public generic functions
Method, (setf search-result-statuses): Public generic functions
Method, (setf search2-/search/tweets): Private generic functions
Method, (setf sleep-time-enabled): Private generic functions
Method, (setf sleep-time-end-time): Private generic functions
Method, (setf sleep-time-start-time): Private generic functions
Method, (setf social-graph-cursor-id-command): Private generic functions
Method, (setf social-graph-cursor-id-id): Public generic functions
Method, (setf social-graph-cursor-id-ids): Public generic functions
Method, (setf social-graph-cursor-id-next-cursor): Public generic functions
Method, (setf social-graph-cursor-id-next-cursor-str): Public generic functions
Method, (setf social-graph-cursor-id-previous-cursor): Public generic functions
Method, (setf social-graph-cursor-id-previous-cursor-str): Public generic functions
Method, (setf social-graph-cursor-id-screen-name): Public generic functions
Method, (setf social-graph-cursor-user-command): Private generic functions
Method, (setf social-graph-cursor-user-id): Private generic functions
Method, (setf social-graph-cursor-user-next-cursor): Private generic functions
Method, (setf social-graph-cursor-user-next-cursor-str): Private generic functions
Method, (setf social-graph-cursor-user-previous-cursor): Private generic functions
Method, (setf social-graph-cursor-user-previous-cursor-str): Private generic functions
Method, (setf social-graph-cursor-user-screen-name): Private generic functions
Method, (setf social-graph-cursor-user-users): Private generic functions
Method, (setf statuses-/statuses/friends): Private generic functions
Method, (setf statuses-/statuses/home-timeline): Private generic functions
Method, (setf statuses-/statuses/lookup): Private generic functions
Method, (setf statuses-/statuses/mentions-timeline): Private generic functions
Method, (setf statuses-/statuses/oembed): Private generic functions
Method, (setf statuses-/statuses/retweeters/ids): Private generic functions
Method, (setf statuses-/statuses/retweets-of-me): Private generic functions
Method, (setf statuses-/statuses/retweets/:id): Private generic functions
Method, (setf statuses-/statuses/show/:id): Private generic functions
Method, (setf statuses-/statuses/user-timeline): Private generic functions
Method, (setf suggestion-name): Private generic functions
Method, (setf suggestion-size): Private generic functions
Method, (setf suggestion-slug): Private generic functions
Method, (setf time-zone-name): Private generic functions
Method, (setf time-zone-tzinfo-name): Private generic functions
Method, (setf time-zone-utc-offset): Private generic functions
Method, (setf trend-list-as-of): Public generic functions
Method, (setf trend-list-created-at): Public generic functions
Method, (setf trend-list-id): Public generic functions
Method, (setf trend-list-locations): Public generic functions
Method, (setf trend-list-trends): Public generic functions
Method, (setf trend-location-country): Private generic functions
Method, (setf trend-location-countrycode): Private generic functions
Method, (setf trend-location-id): Private generic functions
Method, (setf trend-location-name): Private generic functions
Method, (setf trend-location-placetype): Private generic functions
Method, (setf trend-location-url): Private generic functions
Method, (setf trend-location-woeid): Private generic functions
Method, (setf trend-name): Public generic functions
Method, (setf trend-promoted-content): Public generic functions
Method, (setf trend-query): Public generic functions
Method, (setf trend-url): Public generic functions
Method, (setf tweet-contributors): Private generic functions
Method, (setf tweet-created-at): Public generic functions
Method, (setf tweet-entities): Public generic functions
Method, (setf tweet-favorited): Public generic functions
Method, (setf tweet-geo): Private generic functions
Method, (setf tweet-geo-enabled): Private generic functions
Method, (setf tweet-id): Public generic functions
Method, (setf tweet-in-reply-to-screen-name): Public generic functions
Method, (setf tweet-in-reply-to-status-id): Public generic functions
Method, (setf tweet-in-reply-to-user-id): Public generic functions
Method, (setf tweet-source): Public generic functions
Method, (setf tweet-text): Public generic functions
Method, (setf tweet-truncated): Public generic functions
Method, (setf tweet-user): Public generic functions
Method, (setf twitter-entities-hashtags): Public generic functions
Method, (setf twitter-entities-id): Public generic functions
Method, (setf twitter-entities-media): Public generic functions
Method, (setf twitter-entities-urls): Public generic functions
Method, (setf twitter-entities-user-mentions): Public generic functions
Method, (setf twitter-message-created-at): Public generic functions
Method, (setf twitter-message-id): Public generic functions
Method, (setf twitter-message-recipient): Public generic functions
Method, (setf twitter-message-recipient-id): Public generic functions
Method, (setf twitter-message-recipient-screen-name): Public generic functions
Method, (setf twitter-message-sender): Public generic functions
Method, (setf twitter-message-sender-id): Public generic functions
Method, (setf twitter-message-sender-screen-name): Public generic functions
Method, (setf twitter-message-text): Public generic functions
Method, (setf twitter-rate-limit-rate-limit-context): Private generic functions
Method, (setf twitter-rate-limit-resources): Private generic functions
Method, (setf twitter-user-access-token): Public generic functions
Method, (setf twitter-user-contributors-enabled): Private generic functions
Method, (setf twitter-user-created-at): Public generic functions
Method, (setf twitter-user-description): Public generic functions
Method, (setf twitter-user-favourites-count): Public generic functions
Method, (setf twitter-user-followers-count): Public generic functions
Method, (setf twitter-user-following): Public generic functions
Method, (setf twitter-user-friends-count): Public generic functions
Method, (setf twitter-user-geo): Private generic functions
Method, (setf twitter-user-geo-enabled): Private generic functions
Method, (setf twitter-user-id): Public generic functions
Method, (setf twitter-user-lang): Private generic functions
Method, (setf twitter-user-location): Public generic functions
Method, (setf twitter-user-name): Public generic functions
Method, (setf twitter-user-notifications): Public generic functions
Method, (setf twitter-user-password): Public generic functions
Method, (setf twitter-user-profile-background-color): Public generic functions
Method, (setf twitter-user-profile-background-image-url): Public generic functions
Method, (setf twitter-user-profile-background-tile): Public generic functions
Method, (setf twitter-user-profile-image-url): Public generic functions
Method, (setf twitter-user-profile-link-color): Public generic functions
Method, (setf twitter-user-profile-sidebar-border-color): Public generic functions
Method, (setf twitter-user-profile-sidebar-color): Public generic functions
Method, (setf twitter-user-profile-sidebar-fill-color): Public generic functions
Method, (setf twitter-user-profile-text-color): Public generic functions
Method, (setf twitter-user-protected): Public generic functions
Method, (setf twitter-user-screen-name): Public generic functions
Method, (setf twitter-user-status): Public generic functions
Method, (setf twitter-user-statuses-count): Public generic functions
Method, (setf twitter-user-time-zone): Public generic functions
Method, (setf twitter-user-url): Public generic functions
Method, (setf twitter-user-utc-offset): Public generic functions
Method, (setf twitter-user-verified): Private generic functions
Method, (setf twitter-user-verified-profile): Private generic functions
Method, (setf url-entity-display-url): Public generic functions
Method, (setf url-entity-expanded-url): Public generic functions
Method, (setf url-entity-id): Public generic functions
Method, (setf url-entity-indices): Public generic functions
Method, (setf url-entity-url): Public generic functions
Method, (setf user-list-name): Private generic functions
Method, (setf user-list-size): Private generic functions
Method, (setf user-list-slug): Private generic functions
Method, (setf user-list-users): Private generic functions
Method, (setf user-mention-id): Public generic functions
Method, (setf user-mention-id-str): Public generic functions
Method, (setf user-mention-indices): Private generic functions
Method, (setf user-mention-name): Public generic functions
Method, (setf user-mention-screen-name): Public generic functions
Method, account-settings-allow-contributor-request: Private generic functions
Method, account-settings-allow-dm-groups-from: Private generic functions
Method, account-settings-allow-dms-from: Private generic functions
Method, account-settings-always-use-https: Private generic functions
Method, account-settings-discoverable-by-email: Private generic functions
Method, account-settings-discoverable-by-mobile-phone: Private generic functions
Method, account-settings-display-sensitive-media: Private generic functions
Method, account-settings-geo-enabled: Private generic functions
Method, account-settings-language: Private generic functions
Method, account-settings-protected: Private generic functions
Method, account-settings-screen-name: Private generic functions
Method, account-settings-sleep-time: Private generic functions
Method, account-settings-time-zone: Private generic functions
Method, account-settings-trend-location: Private generic functions
Method, account-settings-use-cookie-personalization: Private generic functions
Method, cache-map-reduce: Public generic functions
Method, cache-map-reduce: Public generic functions
Method, cache-map-reduce: Public generic functions
Method, caches: Public generic functions
Method, connection-connections: Private generic functions
Method, connection-id: Private generic functions
Method, connection-id-str: Private generic functions
Method, connection-name: Private generic functions
Method, connection-screen-name: Private generic functions
Method, cursor-friend-id-ids: Private generic functions
Method, cursor-friend-id-next-cursor: Private generic functions
Method, cursor-friend-id-next-cursor-str: Private generic functions
Method, cursor-friend-id-previous-cursor: Private generic functions
Method, cursor-friend-id-previous-cursor-str: Private generic functions
Method, cursor-id-ids: Private generic functions
Method, cursor-id-next-cursor: Private generic functions
Method, cursor-id-next-cursor-str: Private generic functions
Method, cursor-id-previous-cursor: Private generic functions
Method, cursor-id-previous-cursor-str: Private generic functions
Method, cursor-tweet-next-cursor: Private generic functions
Method, cursor-tweet-next-cursor-str: Private generic functions
Method, cursor-tweet-previous-cursor: Private generic functions
Method, cursor-tweet-previous-cursor-str: Private generic functions
Method, cursor-tweet-user-ids: Private generic functions
Method, cursor-user-id: Private generic functions
Method, cursor-user-lists-id: Public generic functions
Method, cursor-user-lists-lists: Public generic functions
Method, cursor-user-lists-next-cursor: Public generic functions
Method, cursor-user-lists-next-cursor-str: Public generic functions
Method, cursor-user-lists-previous-cursor: Public generic functions
Method, cursor-user-lists-previous-cursor-str: Public generic functions
Method, cursor-user-next-cursor: Private generic functions
Method, cursor-user-next-cursor-str: Private generic functions
Method, cursor-user-previous-cursor: Private generic functions
Method, cursor-user-previous-cursor-str: Private generic functions
Method, cursor-user-users: Private generic functions
Method, db-initialize: Public generic functions
Method, db-map-reduce: Public generic functions
Method, db-shutdown: Public generic functions
Method, db-status: Public generic functions
Method, db-store-object: Public generic functions
Method, delete-message: Public generic functions
Method, delete-tweet: Public generic functions
Method, delete-tweet: Public generic functions
Method, describe-object: Public standalone methods
Method, describe-object: Public standalone methods
Method, describe-object: Public standalone methods
Method, dispatch-on-type: Private generic functions
Method, end-session-error: Public generic functions
Method, end-session-id: Private generic functions
Method, end-session-request: Public generic functions
Method, entity-hashtags: Public generic functions
Method, entity-media: Public generic functions
Method, entity-urls: Public generic functions
Method, entity-user-mentions: Public generic functions
Method, follow-source-all-replies: Private generic functions
Method, follow-source-blocking: Private generic functions
Method, follow-source-events: Private generic functions
Method, follow-source-followed-by: Private generic functions
Method, follow-source-following: Private generic functions
Method, follow-source-id: Private generic functions
Method, follow-source-id-str: Private generic functions
Method, follow-source-marked-spam: Private generic functions
Method, follow-source-notifications-enabled: Private generic functions
Method, follow-source-screen-name: Private generic functions
Method, follow-source-want-retweets: Private generic functions
Method, follow-target-events: Private generic functions
Method, follow-target-followed-by: Private generic functions
Method, follow-target-following: Private generic functions
Method, follow-target-id: Private generic functions
Method, follow-target-id-str: Private generic functions
Method, follow-target-screen-name: Private generic functions
Method, followers-ids: Private generic functions
Method, followers-ids: Private generic functions
Method, followers-list: Private generic functions
Method, followers-list: Private generic functions
Method, friends-ids: Private generic functions
Method, friends-ids: Private generic functions
Method, friends-list: Private generic functions
Method, friends-list: Private generic functions
Method, geo-attribute-id: Private generic functions
Method, geo-attribute-street-address: Private generic functions
Method, geo-attribute-street-address: Private generic functions
Method, geo-bounding-box-coordinates: Public generic functions
Method, geo-bounding-box-id: Public generic functions
Method, geo-bounding-box-type: Public generic functions
Method, geo-coordinate-id: Public generic functions
Method, geo-coordinate-lat: Public generic functions
Method, geo-coordinate-long: Public generic functions
Method, geo-place-attributes: Public generic functions
Method, geo-place-bounding-box: Public generic functions
Method, geo-place-code: Public generic functions
Method, geo-place-contained-within: Public generic functions
Method, geo-place-country: Public generic functions
Method, geo-place-country-code: Public generic functions
Method, geo-place-full-name: Public generic functions
Method, geo-place-geometry: Public generic functions
Method, geo-place-id: Public generic functions
Method, geo-place-name: Public generic functions
Method, geo-place-place-type: Public generic functions
Method, geo-place-polylines: Public generic functions
Method, geo-place-url: Public generic functions
Method, geo-places-id: Public generic functions
Method, geo-places-places: Public generic functions
Method, geo-places-token: Public generic functions
Method, geo-query-id: Public generic functions
Method, geo-query-params: Public generic functions
Method, geo-query-type: Public generic functions
Method, geo-query-url: Public generic functions
Method, geo-result-id: Public generic functions
Method, geo-result-query: Public generic functions
Method, geo-result-result: Public generic functions
Method, hashtag-id: Public generic functions
Method, hashtag-indices: Public generic functions
Method, hashtag-text: Public generic functions
Method, interp-number: Private generic functions
Method, interp-number: Private generic functions
Method, limits-limit: Private generic functions
Method, limits-remaining: Private generic functions
Method, limits-reset: Private generic functions
Method, list-type-created-at: Private generic functions
Method, list-type-description: Public generic functions
Method, list-type-following: Private generic functions
Method, list-type-full-name: Public generic functions
Method, list-type-id: Public generic functions
Method, list-type-id-str: Public generic functions
Method, list-type-member-count: Public generic functions
Method, list-type-mode: Public generic functions
Method, list-type-name: Private generic functions
Method, list-type-slug: Public generic functions
Method, list-type-subscriber-count: Private generic functions
Method, list-type-uri: Public generic functions
Method, list-type-user: Public generic functions
Method, lists-/lists/list: Private generic functions
Method, lists-/lists/members: Private generic functions
Method, lists-/lists/members/show: Private generic functions
Method, lists-/lists/memberships: Private generic functions
Method, lists-/lists/ownerships: Private generic functions
Method, lists-/lists/show: Private generic functions
Method, lists-/lists/statuses: Private generic functions
Method, lists-/lists/subscribers: Private generic functions
Method, lists-/lists/subscribers/show: Private generic functions
Method, lists-/lists/subscriptions: Private generic functions
Method, long-message: Private generic functions
Method, lookup: Private generic functions
Method, lookup: Private generic functions
Method, lookup: Private generic functions
Method, lookup: Private generic functions
Method, lookup: Private generic functions
Method, lookup: Private generic functions
Method, lookup: Private generic functions
Method, lookup: Private generic functions
Method, lookup: Private generic functions
Method, lookup-twitter-object: Public generic functions
Method, lookup-twitter-object: Public generic functions
Method, lookup-twitter-object: Public generic functions
Method, lookup-twitter-object: Public generic functions
Method, lookup-user: Private generic functions
Method, media-entity-display-url: Public generic functions
Method, media-entity-expanded-url: Public generic functions
Method, media-entity-id: Public generic functions
Method, media-entity-id-str: Public generic functions
Method, media-entity-indices: Public generic functions
Method, media-entity-media-url: Public generic functions
Method, media-entity-media-url-https: Public generic functions
Method, media-entity-sizes: Public generic functions
Method, media-entity-type: Public generic functions
Method, media-entity-url: Public generic functions
Method, media-size-h: Public generic functions
Method, media-size-id: Public generic functions
Method, media-size-resize: Public generic functions
Method, media-size-w: Public generic functions
Method, media-sizes-id: Private generic functions
Method, media-sizes-large: Private generic functions
Method, media-sizes-medium: Private generic functions
Method, media-sizes-small: Private generic functions
Method, media-sizes-thumb: Private generic functions
Method, parse-record: Private generic functions
Method, parse-record: Private generic functions
Method, parse-record: Private generic functions
Method, parse-record: Private generic functions
Method, parse-record: Private generic functions
Method, place-country: Public generic functions
Method, place-countrycode: Private generic functions
Method, place-id: Private generic functions
Method, place-name: Public generic functions
Method, place-name: Public generic functions
Method, place-placetype: Public generic functions
Method, place-type-code: Public generic functions
Method, place-type-name: Public generic functions
Method, place-type-name: Public generic functions
Method, place-url: Private generic functions
Method, place-woeid: Public generic functions
Method, placetype-code: Private generic functions
Method, placetype-id: Private generic functions
Method, placetype-name: Private generic functions
Method, placetype-name: Private 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, 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-tweet: Private generic functions
Method, print-tweet: Private generic functions
Method, rate-limit-context-access-token: Private generic functions
Method, register-twitter-object: Public generic functions
Method, relationship-id: Private generic functions
Method, relationship-source: Private generic functions
Method, relationship-target: Private generic functions
Method, relationships-id: Private generic functions
Method, relationships-relationship: Private generic functions
Method, reply-to: Public generic functions
Method, reply-to: Public generic functions
Method, request-message: Private generic functions
Method, request-uri: Private generic functions
Method, resources-lists: Private generic functions
Method, resources-search: Private generic functions
Method, resources-statuses: Private generic functions
Method, return-code: Public generic functions
Method, retweet: Public generic functions
Method, retweet: Public generic functions
Method, retweeted-by: Public generic functions
Method, retweeted-by: Public generic functions
Method, retweets: Public generic functions
Method, saved-search-created-at: Public generic functions
Method, saved-search-id: Public generic functions
Method, saved-search-id-str: Public generic functions
Method, saved-search-name: Public generic functions
Method, saved-search-position: Public generic functions
Method, saved-search-query: Public generic functions
Method, search-metadata-completed-in: Public generic functions
Method, search-metadata-count: Public generic functions
Method, search-metadata-max-id: Public generic functions
Method, search-metadata-max-id-str: Private generic functions
Method, search-metadata-next-results: Public generic functions
Method, search-metadata-query: Public generic functions
Method, search-metadata-refresh-url: Public generic functions
Method, search-metadata-since-id: Public generic functions
Method, search-metadata-since-id-str: Public generic functions
Method, search-result-search-metadata: Public generic functions
Method, search-result-statuses: Public generic functions
Method, search2-/search/tweets: Private generic functions
Method, send-message: Public generic functions
Method, short-message: Private generic functions
Method, show: Public generic functions
Method, show: Public generic functions
Method, show: Public generic functions
Method, show: Public generic functions
Method, show: Public generic functions
Method, show: Public generic functions
Method, show: Public generic functions
Method, show: Public generic functions
Method, show: Public generic functions
Method, show: Public generic functions
Method, show: Public generic functions
Method, show: Public generic functions
Method, show: Public generic functions
Method, show: Public generic functions
Method, show: Public generic functions
Method, show: Public generic functions
Method, show: Public generic functions
Method, show: Public generic functions
Method, show: Public generic functions
Method, show: Public generic functions
Method, show: Public generic functions
Method, show-message: Private generic functions
Method, sleep-time-enabled: Private generic functions
Method, sleep-time-end-time: Private generic functions
Method, sleep-time-start-time: Private generic functions
Method, social-graph-cursor-id-command: Private generic functions
Method, social-graph-cursor-id-id: Public generic functions
Method, social-graph-cursor-id-ids: Public generic functions
Method, social-graph-cursor-id-next-cursor: Public generic functions
Method, social-graph-cursor-id-next-cursor-str: Public generic functions
Method, social-graph-cursor-id-previous-cursor: Public generic functions
Method, social-graph-cursor-id-previous-cursor-str: Public generic functions
Method, social-graph-cursor-id-screen-name: Public generic functions
Method, social-graph-cursor-user-command: Private generic functions
Method, social-graph-cursor-user-id: Private generic functions
Method, social-graph-cursor-user-next-cursor: Private generic functions
Method, social-graph-cursor-user-next-cursor-str: Private generic functions
Method, social-graph-cursor-user-previous-cursor: Private generic functions
Method, social-graph-cursor-user-previous-cursor-str: Private generic functions
Method, social-graph-cursor-user-screen-name: Private generic functions
Method, social-graph-cursor-user-users: Private generic functions
Method, social-graph-type: Private generic functions
Method, social-graph-type: Private generic functions
Method, social-graph-type: Private generic functions
Method, social-graph-type: Private generic functions
Method, social-graph-type: Private generic functions
Method, social-graph-type: Private generic functions
Method, social-graph-type: Private generic functions
Method, social-graph-type: Private generic functions
Method, social-graph-type: Private generic functions
Method, social-graph-type: Private generic functions
Method, social-graph-type: Private generic functions
Method, social-graph-type: Private generic functions
Method, statuses-/statuses/friends: Private generic functions
Method, statuses-/statuses/home-timeline: Private generic functions
Method, statuses-/statuses/lookup: Private generic functions
Method, statuses-/statuses/mentions-timeline: Private generic functions
Method, statuses-/statuses/oembed: Private generic functions
Method, statuses-/statuses/retweeters/ids: Private generic functions
Method, statuses-/statuses/retweets-of-me: Private generic functions
Method, statuses-/statuses/retweets/:id: Private generic functions
Method, statuses-/statuses/show/:id: Private generic functions
Method, statuses-/statuses/user-timeline: Private generic functions
Method, suggestion-name: Private generic functions
Method, suggestion-size: Private generic functions
Method, suggestion-slug: Private generic functions
Method, time-zone-name: Private generic functions
Method, time-zone-tzinfo-name: Private generic functions
Method, time-zone-utc-offset: Private generic functions
Method, tolist: Private generic functions
Method, tolist: Private generic functions
Method, tolist: Private generic functions
Method, trend-list-as-of: Public generic functions
Method, trend-list-created-at: Public generic functions
Method, trend-list-id: Public generic functions
Method, trend-list-locations: Public generic functions
Method, trend-list-trends: Public generic functions
Method, trend-location-country: Private generic functions
Method, trend-location-countrycode: Private generic functions
Method, trend-location-id: Private generic functions
Method, trend-location-name: Private generic functions
Method, trend-location-name: Private generic functions
Method, trend-location-placetype: Private generic functions
Method, trend-location-url: Private generic functions
Method, trend-location-woeid: Private generic functions
Method, trend-name: Public generic functions
Method, trend-promoted-content: Public generic functions
Method, trend-query: Public generic functions
Method, trend-url: Public generic functions
Method, tweet: Public generic functions
Method, tweet-contributors: Private generic functions
Method, tweet-created-at: Public generic functions
Method, tweet-entities: Public generic functions
Method, tweet-favorited: Public generic functions
Method, tweet-geo: Private generic functions
Method, tweet-geo-enabled: Private generic functions
Method, tweet-id: Public generic functions
Method, tweet-in-reply-to-screen-name: Public generic functions
Method, tweet-in-reply-to-status-id: Public generic functions
Method, tweet-in-reply-to-user-id: Public generic functions
Method, tweet-source: Public generic functions
Method, tweet-text: Public generic functions
Method, tweet-truncated: Public generic functions
Method, tweet-user: Public generic functions
Method, tweet?: Public generic functions
Method, twitter-entities-hashtags: Public generic functions
Method, twitter-entities-id: Public generic functions
Method, twitter-entities-media: Public generic functions
Method, twitter-entities-urls: Public generic functions
Method, twitter-entities-user-mentions: Public generic functions
Method, twitter-message-created-at: Public generic functions
Method, twitter-message-id: Public generic functions
Method, twitter-message-recipient: Public generic functions
Method, twitter-message-recipient-id: Public generic functions
Method, twitter-message-recipient-screen-name: Public generic functions
Method, twitter-message-sender: Public generic functions
Method, twitter-message-sender-id: Public generic functions
Method, twitter-message-sender-screen-name: Public generic functions
Method, twitter-message-text: Public generic functions
Method, twitter-op: Public generic functions
Method, twitter-op-ext: Private generic functions
Method, twitter-rate-limit-rate-limit-context: Private generic functions
Method, twitter-rate-limit-resources: Private generic functions
Method, twitter-user-access-token: Public generic functions
Method, twitter-user-contributors-enabled: Private generic functions
Method, twitter-user-created-at: Public generic functions
Method, twitter-user-description: Public generic functions
Method, twitter-user-favourites-count: Public generic functions
Method, twitter-user-followers-count: Public generic functions
Method, twitter-user-following: Public generic functions
Method, twitter-user-friends-count: Public generic functions
Method, twitter-user-geo: Private generic functions
Method, twitter-user-geo-enabled: Private generic functions
Method, twitter-user-id: Public generic functions
Method, twitter-user-lang: Private generic functions
Method, twitter-user-location: Public generic functions
Method, twitter-user-name: Public generic functions
Method, twitter-user-notifications: Public generic functions
Method, twitter-user-password: Public generic functions
Method, twitter-user-profile-background-color: Public generic functions
Method, twitter-user-profile-background-image-url: Public generic functions
Method, twitter-user-profile-background-tile: Public generic functions
Method, twitter-user-profile-image-url: Public generic functions
Method, twitter-user-profile-link-color: Public generic functions
Method, twitter-user-profile-sidebar-border-color: Public generic functions
Method, twitter-user-profile-sidebar-color: Public generic functions
Method, twitter-user-profile-sidebar-fill-color: Public generic functions
Method, twitter-user-profile-text-color: Public generic functions
Method, twitter-user-protected: Public generic functions
Method, twitter-user-screen-name: Public generic functions
Method, twitter-user-status: Public generic functions
Method, twitter-user-statuses-count: Public generic functions
Method, twitter-user-time-zone: Public generic functions
Method, twitter-user-url: Public generic functions
Method, twitter-user-utc-offset: Public generic functions
Method, twitter-user-verified: Private generic functions
Method, twitter-user-verified-profile: Private generic functions
Method, unique-id: Public generic functions
Method, unique-id: Public generic functions
Method, unique-id: Public generic functions
Method, unique-id: Public generic functions
Method, unique-id: Public generic functions
Method, url-entity-display-url: Public generic functions
Method, url-entity-expanded-url: Public generic functions
Method, url-entity-id: Public generic functions
Method, url-entity-indices: Public generic functions
Method, url-entity-url: Public generic functions
Method, user-list-name: Private generic functions
Method, user-list-size: Private generic functions
Method, user-list-slug: Private generic functions
Method, user-list-users: Private generic functions
Method, user-mention-id: Public generic functions
Method, user-mention-id-str: Public generic functions
Method, user-mention-indices: Private generic functions
Method, user-mention-name: Public generic functions
Method, user-mention-screen-name: Public generic functions
Method, users-suggestions: Private generic functions
Method, verify: Private generic functions
Method, verify: Private generic functions
Method, verify: Private generic functions
Method, verify: Private generic functions
Method, verify: Private generic functions
Method, verify: Private generic functions
month: Private ordinary functions

O
option-not-nil: Private ordinary functions

P
parse-account-settings: Private ordinary functions
parse-add-type: Private ordinary functions
parse-command-response: Private ordinary functions
parse-connection: Private ordinary functions
parse-cursor-friend-id: Private ordinary functions
parse-cursor-id: Private ordinary functions
parse-cursor-tweet: Private ordinary functions
parse-cursor-user: Private ordinary functions
parse-cursor-user-lists: Private ordinary functions
parse-element-record: Private ordinary functions
parse-embedded-element: Private ordinary functions
parse-end-session: Private ordinary functions
parse-error-response: Private ordinary functions
parse-fn-name: Private ordinary functions
parse-follow-source: Private ordinary functions
parse-follow-target: Private ordinary functions
parse-geo-attribute: Private ordinary functions
parse-geo-bounding-box: Private ordinary functions
parse-geo-coordinate: Private ordinary functions
parse-geo-coordinates: Private ordinary functions
parse-geo-place: Private ordinary functions
parse-geo-places: Private ordinary functions
parse-geo-query: Private ordinary functions
parse-geo-result: Private ordinary functions
parse-hashtag: Private ordinary functions
parse-identity: Private ordinary functions
parse-limits: Private ordinary functions
parse-list-type: Private ordinary functions
parse-lists: Private ordinary functions
parse-media-entity: Private ordinary functions
parse-media-size: Private ordinary functions
parse-media-sizes: Private ordinary functions
parse-place: Private ordinary functions
parse-place-type: Private ordinary functions
parse-placetype: Private ordinary functions
parse-rate-limit-context: Private ordinary functions
parse-record: Private generic functions
parse-record: Private generic functions
parse-record: Private generic functions
parse-record: Private generic functions
parse-record: Private generic functions
parse-record: Private generic functions
parse-relationship: Private ordinary functions
parse-relationships: Private ordinary functions
parse-resources: Private ordinary functions
parse-saved-search: Private ordinary functions
parse-search-metadata: Private ordinary functions
parse-search-result: Private ordinary functions
parse-search2: Private ordinary functions
parse-sleep-time: Private ordinary functions
parse-social-graph-cursor-id: Private ordinary functions
parse-social-graph-cursor-user: Private ordinary functions
parse-statuses: Private ordinary functions
parse-suggestion: Private ordinary functions
parse-time-zone: Private ordinary functions
parse-tree-done?: Private ordinary functions
parse-tree-start?: Private ordinary functions
parse-trend: Private ordinary functions
parse-trend-list: Private ordinary functions
parse-trend-location: Private ordinary functions
parse-tweet: Private ordinary functions
parse-twitter-entities: Private ordinary functions
parse-twitter-message: Private ordinary functions
parse-twitter-rate-limit: Private ordinary functions
parse-twitter-user: Private ordinary functions
parse-url-entity: Private ordinary functions
parse-user-list: Private ordinary functions
parse-user-mention: Private ordinary functions
parser-done: Private ordinary functions
parser-error: Private ordinary functions
parser-op: Private ordinary functions
parser-op-cond: Private ordinary functions
parser-op-or: Private ordinary functions
parser-or: Private ordinary functions
parser-print: Private ordinary functions
parser-read: Private ordinary functions
parser-validate: Private ordinary functions
place-country: Public generic functions
place-country: Public generic functions
place-countrycode: Private generic functions
place-countrycode: Private generic functions
place-id: Private generic functions
place-id: Private generic functions
place-name: Public generic functions
place-name: Public generic functions
place-name: Public generic functions
place-p: Private ordinary functions
place-placetype: Public generic functions
place-placetype: Public generic functions
place-type-code: Public generic functions
place-type-code: Public generic functions
place-type-name: Public generic functions
place-type-name: Public generic functions
place-type-name: Public generic functions
place-type-p: Private ordinary functions
place-url: Private generic functions
place-url: Private generic functions
place-woeid: Public generic functions
place-woeid: Public generic functions
placetype-code: Private generic functions
placetype-code: Private generic functions
placetype-id: Private generic functions
placetype-id: Private generic functions
placetype-name: Private generic functions
placetype-name: Private generic functions
placetype-name: Private generic functions
placetype-p: Private ordinary functions
plist->alist: Private ordinary functions
plist->uri-params: Private ordinary functions
plist-keywords: Private ordinary functions
post-command-request: Private ordinary functions
post-id-command-request: Private ordinary functions
post-user-command-request: Private ordinary functions
post-user-id-command-request: Private ordinary functions
post-user-list-id-command-request: Private ordinary functions
print-account-settings: Private ordinary functions
print-cursor-user: Private ordinary functions
print-cursor-user-lists: Private ordinary functions
print-end-session: Private ordinary functions
print-follow-source: Private ordinary functions
print-follow-target: Private ordinary functions
print-geo-attribute: Private ordinary functions
print-geo-bounding-box: Private ordinary functions
print-geo-coordinate: Private ordinary functions
print-geo-place: Public ordinary functions
print-geo-places: Private ordinary functions
print-geo-query: Private ordinary functions
print-geo-result: Private ordinary functions
print-list-type: 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
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-place: Private ordinary functions
print-place-type: Private ordinary functions
print-placetype: Private ordinary functions
print-relationship: Private ordinary functions
print-relationships: Private ordinary functions
print-saved-search: Private ordinary functions
print-search-results: Private ordinary functions
print-social-graph-cursor-id: Private ordinary functions
print-social-graph-cursor-user: Private ordinary functions
print-suggestion: Private ordinary functions
print-trend: Private ordinary functions
print-trend-list: Private ordinary functions
print-trend-location: Private ordinary functions
print-tweet: Private generic functions
print-tweet: Private generic functions
print-tweet: Private generic functions
print-user-list: Private ordinary functions
push-until-keyword: Private ordinary functions

R
rate-limit-context-access-token: Private generic functions
rate-limit-context-access-token: Private generic functions
rate-limit-context-p: Private ordinary functions
rate-limit-exceeded: Private ordinary functions
rate-limit-status: Public ordinary functions
read-cache-spec: Public ordinary functions
read-driver-spec: Private ordinary functions
record-arg-descriptions: Private ordinary functions
record-type-args: Private ordinary functions
register-twitter-object: Public generic functions
register-twitter-object: Public generic functions
relationship-id: Private generic functions
relationship-id: Private generic functions
relationship-p: Private ordinary functions
relationship-source: Private generic functions
relationship-source: Private generic functions
relationship-target: Private generic functions
relationship-target: Private generic functions
relationships-id: Private generic functions
relationships-id: Private generic functions
relationships-p: Private ordinary functions
relationships-relationship: Private generic functions
relationships-relationship: Private generic functions
rem-keywords: Private ordinary functions
rem-nil-keywords: Private ordinary functions
reply-to: Public generic functions
reply-to: Public generic functions
reply-to: Public generic functions
report-spam: Public ordinary functions
request-message: Private generic functions
request-message: Private generic functions
request-uri: Private generic functions
request-uri: Private generic functions
resources-lists: Private generic functions
resources-lists: Private generic functions
resources-p: Private ordinary functions
resources-search: Private generic functions
resources-search: Private generic functions
resources-statuses: Private generic functions
resources-statuses: Private generic functions
return-code: Public generic functions
return-code: Public generic functions
retweet: Public generic functions
retweet: Public generic functions
retweet: Public generic functions
retweeted-by: Public generic functions
retweeted-by: Public generic functions
retweeted-by: Public generic functions
retweets: Public generic functions
retweets: Public generic functions
retweets-of-me: Public ordinary functions
run-parser: Private macros
run-verify-parse-tree: Private ordinary functions

S
safe-decode-json: Private ordinary functions
saved-search-created-at: Public generic functions
saved-search-created-at: Public generic functions
saved-search-id: Public generic functions
saved-search-id: Public generic functions
saved-search-id-str: Public generic functions
saved-search-id-str: Public generic functions
saved-search-name: Public generic functions
saved-search-name: Public generic functions
saved-search-p: Private ordinary functions
saved-search-position: Public generic functions
saved-search-position: Public generic functions
saved-search-query: Public generic functions
saved-search-query: Public generic functions
saved-searches-create: Private ordinary functions
saved-searches-destroy: Private ordinary functions
saved-searches-list: Private ordinary functions
saved-searches-show: Private ordinary functions
search-metadata-completed-in: Public generic functions
search-metadata-completed-in: Public generic functions
search-metadata-count: Public generic functions
search-metadata-count: Public generic functions
search-metadata-max-id: Public generic functions
search-metadata-max-id: Public generic functions
search-metadata-max-id-str: Private generic functions
search-metadata-max-id-str: Private generic functions
search-metadata-next-results: Public generic functions
search-metadata-next-results: Public generic functions
search-metadata-p: Private ordinary functions
search-metadata-query: Public generic functions
search-metadata-query: Public generic functions
search-metadata-refresh-url: Public generic functions
search-metadata-refresh-url: Public generic functions
search-metadata-since-id: Public generic functions
search-metadata-since-id: Public generic functions
search-metadata-since-id-str: Public generic functions
search-metadata-since-id-str: Public generic functions
search-result-p: Private ordinary functions
search-result-search-metadata: Public generic functions
search-result-search-metadata: Public generic functions
search-result-statuses: Public generic functions
search-result-statuses: Public generic functions
search-results: Private ordinary functions
search-tweets: Private ordinary functions
search2-/search/tweets: Private generic functions
search2-/search/tweets: Private generic functions
search2-p: Private ordinary functions
send-command: Private ordinary functions
send-message: Public generic functions
send-message: Public generic functions
set-count: Private ordinary functions
set-count-s: Private ordinary functions
set-depth: Private ordinary functions
set-depth-s: Private ordinary functions
set-value: Private ordinary functions
Setf Expander, (setf get-value): Private setf expanders
short-message: Private generic functions
short-message: Private generic functions
show: Public generic functions
show: Public generic functions
show: Public generic functions
show: Public generic functions
show: Public generic functions
show: Public generic functions
show: Public generic functions
show: Public generic functions
show: Public generic functions
show: Public generic functions
show: Public generic functions
show: Public generic functions
show: Public generic functions
show: Public generic functions
show: Public generic functions
show: Public generic functions
show: Public generic functions
show: Public generic functions
show: Public generic functions
show: Public generic functions
show: Public generic functions
show: Public generic functions
show-message: Private generic functions
show-message: Private generic functions
show-user: Public ordinary functions
show-user-by-id: Public ordinary functions
sleep-time-enabled: Private generic functions
sleep-time-enabled: Private generic functions
sleep-time-end-time: Private generic functions
sleep-time-end-time: Private generic functions
sleep-time-p: Private ordinary functions
sleep-time-start-time: Private generic functions
sleep-time-start-time: Private generic functions
social-graph: Private macros
social-graph-cursor-id-command: Private generic functions
social-graph-cursor-id-command: Private generic functions
social-graph-cursor-id-id: Public generic functions
social-graph-cursor-id-id: Public generic functions
social-graph-cursor-id-ids: Public generic functions
social-graph-cursor-id-ids: Public generic functions
social-graph-cursor-id-next-cursor: Public generic functions
social-graph-cursor-id-next-cursor: Public generic functions
social-graph-cursor-id-next-cursor-str: Public generic functions
social-graph-cursor-id-next-cursor-str: Public generic functions
social-graph-cursor-id-p: Private ordinary functions
social-graph-cursor-id-previous-cursor: Public generic functions
social-graph-cursor-id-previous-cursor: Public generic functions
social-graph-cursor-id-previous-cursor-str: Public generic functions
social-graph-cursor-id-previous-cursor-str: Public generic functions
social-graph-cursor-id-screen-name: Public generic functions
social-graph-cursor-id-screen-name: Public generic functions
social-graph-cursor-user-command: Private generic functions
social-graph-cursor-user-command: Private generic functions
social-graph-cursor-user-id: Private generic functions
social-graph-cursor-user-id: Private generic functions
social-graph-cursor-user-next-cursor: Private generic functions
social-graph-cursor-user-next-cursor: Private generic functions
social-graph-cursor-user-next-cursor-str: Private generic functions
social-graph-cursor-user-next-cursor-str: Private generic functions
social-graph-cursor-user-p: Private ordinary functions
social-graph-cursor-user-previous-cursor: Private generic functions
social-graph-cursor-user-previous-cursor: Private generic functions
social-graph-cursor-user-previous-cursor-str: Private generic functions
social-graph-cursor-user-previous-cursor-str: Private generic functions
social-graph-cursor-user-screen-name: Private generic functions
social-graph-cursor-user-screen-name: Private generic functions
social-graph-cursor-user-users: Private generic functions
social-graph-cursor-user-users: Private generic functions
social-graph-parser: Private ordinary functions
social-graph-type: Private generic functions
social-graph-type: Private generic functions
social-graph-type: Private generic functions
social-graph-type: Private generic functions
social-graph-type: Private generic functions
social-graph-type: Private generic functions
social-graph-type: Private generic functions
social-graph-type: Private generic functions
social-graph-type: Private generic functions
social-graph-type: Private generic functions
social-graph-type: Private generic functions
social-graph-type: Private generic functions
social-graph-type: Private generic functions
split-to-key: Private ordinary functions
start-parse: Private ordinary functions
statuses-/statuses/friends: Private generic functions
statuses-/statuses/friends: Private generic functions
statuses-/statuses/home-timeline: Private generic functions
statuses-/statuses/home-timeline: Private generic functions
statuses-/statuses/lookup: Private generic functions
statuses-/statuses/lookup: Private generic functions
statuses-/statuses/mentions-timeline: Private generic functions
statuses-/statuses/mentions-timeline: Private generic functions
statuses-/statuses/oembed: Private generic functions
statuses-/statuses/oembed: Private generic functions
statuses-/statuses/retweeters/ids: Private generic functions
statuses-/statuses/retweeters/ids: Private generic functions
statuses-/statuses/retweets-of-me: Private generic functions
statuses-/statuses/retweets-of-me: Private generic functions
statuses-/statuses/retweets/:id: Private generic functions
statuses-/statuses/retweets/:id: Private generic functions
statuses-/statuses/show/:id: Private generic functions
statuses-/statuses/show/:id: Private generic functions
statuses-/statuses/user-timeline: Private generic functions
statuses-/statuses/user-timeline: Private generic functions
statuses-destroy: Private ordinary functions
statuses-home-timeline: Private ordinary functions
statuses-lookup: Private ordinary functions
statuses-mentions-timeline: Private ordinary functions
statuses-p: Private ordinary functions
statuses-retweet: Private ordinary functions
statuses-retweeters: Private ordinary functions
statuses-retweets: Private ordinary functions
statuses-retweets-of-me: Private ordinary functions
statuses-show: Private ordinary functions
statuses-update: Private ordinary functions
statuses-user-timeline: Private ordinary functions
stringify-all: Private ordinary functions
strip-keyword: Private ordinary functions
strip-keyword-2: Private ordinary functions
strip-keyword-if: Private ordinary functions
strip-keywords: Private ordinary functions
suggestion-name: Private generic functions
suggestion-name: Private generic functions
suggestion-p: Private ordinary functions
suggestion-size: Private generic functions
suggestion-size: Private generic functions
suggestion-slug: Private generic functions
suggestion-slug: Private generic functions

T
time-zone-name: Private generic functions
time-zone-name: Private generic functions
time-zone-p: Private ordinary functions
time-zone-tzinfo-name: Private generic functions
time-zone-tzinfo-name: Private generic functions
time-zone-utc-offset: Private generic functions
time-zone-utc-offset: Private generic functions
to-uri-param: Private ordinary functions
tolist: Private generic functions
tolist: Private generic functions
tolist: Private generic functions
tolist: Private generic functions
trend-list-as-of: Public generic functions
trend-list-as-of: Public generic functions
trend-list-created-at: Public generic functions
trend-list-created-at: Public generic functions
trend-list-id: Public generic functions
trend-list-id: Public generic functions
trend-list-locations: Public generic functions
trend-list-locations: Public generic functions
trend-list-p: Private ordinary functions
trend-list-trends: Public generic functions
trend-list-trends: Public generic functions
trend-location-country: Private generic functions
trend-location-country: Private generic functions
trend-location-countrycode: Private generic functions
trend-location-countrycode: Private generic functions
trend-location-id: Private generic functions
trend-location-id: Private generic functions
trend-location-name: Private generic functions
trend-location-name: Private generic functions
trend-location-name: Private generic functions
trend-location-p: Private ordinary functions
trend-location-placetype: Private generic functions
trend-location-placetype: Private generic functions
trend-location-url: Private generic functions
trend-location-url: Private generic functions
trend-location-woeid: Private generic functions
trend-location-woeid: Private generic functions
trend-name: Public generic functions
trend-name: Public generic functions
trend-p: Private ordinary functions
trend-promoted-content: Public generic functions
trend-promoted-content: Public generic functions
trend-query: Public generic functions
trend-query: Public generic functions
trend-url: Public generic functions
trend-url: Public generic functions
trends-available: Private ordinary functions
trends-closest: Private ordinary functions
trends-place: Private ordinary functions
tweet: Public generic functions
tweet: Public generic functions
tweet-contributors: Private generic functions
tweet-contributors: Private generic functions
tweet-created-at: Public generic functions
tweet-created-at: Public generic functions
tweet-entities: Public generic functions
tweet-entities: Public generic functions
tweet-favorited: Public generic functions
tweet-favorited: Public generic functions
tweet-geo: Private generic functions
tweet-geo: Private generic functions
tweet-geo-enabled: Private generic functions
tweet-geo-enabled: Private generic functions
tweet-id: Public generic functions
tweet-id: Public generic functions
tweet-in-reply-to-screen-name: Public generic functions
tweet-in-reply-to-screen-name: Public generic functions
tweet-in-reply-to-status-id: Public generic functions
tweet-in-reply-to-status-id: Public generic functions
tweet-in-reply-to-user-id: Public generic functions
tweet-in-reply-to-user-id: Public generic functions
tweet-p: Private ordinary functions
tweet-source: Public generic functions
tweet-source: Public generic functions
tweet-text: Public generic functions
tweet-text: Public generic functions
tweet-truncated: Public generic functions
tweet-truncated: Public generic functions
tweet-user: Public generic functions
tweet-user: Public generic functions
tweet?: Public generic functions
tweet?: Public generic functions
twitter->lisp: Private ordinary functions
twitter->lisp-alist: Private ordinary functions
twitter-app-uri: Private ordinary functions
twitter-command-p: Private ordinary functions
twitter-entities-hashtags: Public generic functions
twitter-entities-hashtags: Public generic functions
twitter-entities-id: Public generic functions
twitter-entities-id: Public generic functions
twitter-entities-media: Public generic functions
twitter-entities-media: Public generic functions
twitter-entities-p: Private ordinary functions
twitter-entities-urls: Public generic functions
twitter-entities-urls: Public generic functions
twitter-entities-user-mentions: Public generic functions
twitter-entities-user-mentions: Public generic functions
twitter-message-created-at: Public generic functions
twitter-message-created-at: Public generic functions
twitter-message-id: Public generic functions
twitter-message-id: Public generic functions
twitter-message-p: Private ordinary functions
twitter-message-recipient: Public generic functions
twitter-message-recipient: Public generic functions
twitter-message-recipient-id: Public generic functions
twitter-message-recipient-id: Public generic functions
twitter-message-recipient-screen-name: Public generic functions
twitter-message-recipient-screen-name: Public generic functions
twitter-message-sender: Public generic functions
twitter-message-sender: Public generic functions
twitter-message-sender-id: Public generic functions
twitter-message-sender-id: Public generic functions
twitter-message-sender-screen-name: Public generic functions
twitter-message-sender-screen-name: Public generic functions
twitter-message-text: Public generic functions
twitter-message-text: Public generic functions
twitter-oauth-uri: Public ordinary functions
twitter-object-cache: Private ordinary functions
twitter-object-store: Private macros
twitter-op: Public generic functions
twitter-op: Public generic functions
twitter-op-ext: Private generic functions
twitter-op-ext: Private generic functions
twitter-privacy: Public ordinary functions
twitter-rate-limit-p: Private ordinary functions
twitter-rate-limit-rate-limit-context: Private generic functions
twitter-rate-limit-rate-limit-context: Private generic functions
twitter-rate-limit-resources: Private generic functions
twitter-rate-limit-resources: Private generic functions
twitter-search-uri: Private ordinary functions
twitter-terms-of-service: Public ordinary functions
twitter-test: Public ordinary functions
twitter-user-access-token: Public generic functions
twitter-user-access-token: Public generic functions
twitter-user-contributors-enabled: Private generic functions
twitter-user-contributors-enabled: Private generic functions
twitter-user-created-at: Public generic functions
twitter-user-created-at: Public generic functions
twitter-user-description: Public generic functions
twitter-user-description: Public generic functions
twitter-user-favourites-count: Public generic functions
twitter-user-favourites-count: Public generic functions
twitter-user-followers-count: Public generic functions
twitter-user-followers-count: Public generic functions
twitter-user-following: Public generic functions
twitter-user-following: Public generic functions
twitter-user-friends-count: Public generic functions
twitter-user-friends-count: Public generic functions
twitter-user-geo: Private generic functions
twitter-user-geo: Private generic functions
twitter-user-geo-enabled: Private generic functions
twitter-user-geo-enabled: Private generic functions
twitter-user-id: Public generic functions
twitter-user-id: Public generic functions
twitter-user-lang: Private generic functions
twitter-user-lang: Private generic functions
twitter-user-location: Public generic functions
twitter-user-location: Public generic functions
twitter-user-name: Public generic functions
twitter-user-name: Public generic functions
twitter-user-notifications: Public generic functions
twitter-user-notifications: Public generic functions
twitter-user-p: Private ordinary functions
twitter-user-password: Public generic functions
twitter-user-password: Public generic functions
twitter-user-profile-background-color: Public generic functions
twitter-user-profile-background-color: Public generic functions
twitter-user-profile-background-image-url: Public generic functions
twitter-user-profile-background-image-url: Public generic functions
twitter-user-profile-background-tile: Public generic functions
twitter-user-profile-background-tile: Public generic functions
twitter-user-profile-image-url: Public generic functions
twitter-user-profile-image-url: Public generic functions
twitter-user-profile-link-color: Public generic functions
twitter-user-profile-link-color: Public generic functions
twitter-user-profile-sidebar-border-color: Public generic functions
twitter-user-profile-sidebar-border-color: Public generic functions
twitter-user-profile-sidebar-color: Public generic functions
twitter-user-profile-sidebar-color: Public generic functions
twitter-user-profile-sidebar-fill-color: Public generic functions
twitter-user-profile-sidebar-fill-color: Public generic functions
twitter-user-profile-text-color: Public generic functions
twitter-user-profile-text-color: Public generic functions
twitter-user-protected: Public generic functions
twitter-user-protected: Public generic functions
twitter-user-screen-name: Public generic functions
twitter-user-screen-name: Public generic functions
twitter-user-status: Public generic functions
twitter-user-status: Public generic functions
twitter-user-statuses-count: Public generic functions
twitter-user-statuses-count: Public generic functions
twitter-user-time-zone: Public generic functions
twitter-user-time-zone: Public generic functions
twitter-user-url: Public generic functions
twitter-user-url: Public generic functions
twitter-user-utc-offset: Public generic functions
twitter-user-utc-offset: Public generic functions
twitter-user-verified: Private generic functions
twitter-user-verified: Private generic functions
twitter-user-verified-profile: Private generic functions
twitter-user-verified-profile: Private generic functions

U
unfavor-tweet: Public ordinary functions
unfollow: Public ordinary functions
unique-id: Public generic functions
unique-id: Public generic functions
unique-id: Public generic functions
unique-id: Public generic functions
unique-id: Public generic functions
unique-id: Public generic functions
update-element-fields: Private ordinary functions
update-profile-colors: Public ordinary functions
url-entity-display-url: Public generic functions
url-entity-display-url: Public generic functions
url-entity-expanded-url: Public generic functions
url-entity-expanded-url: Public generic functions
url-entity-id: Public generic functions
url-entity-id: Public generic functions
url-entity-indices: Public generic functions
url-entity-indices: Public generic functions
url-entity-p: Private ordinary functions
url-entity-url: Public generic functions
url-entity-url: Public generic functions
use-cache: Public macros
use-db: Public ordinary functions
user-http-auth: Private ordinary functions
user-list-name: Private generic functions
user-list-name: Private generic functions
user-list-p: Private ordinary functions
user-list-size: Private generic functions
user-list-size: Private generic functions
user-list-slug: Private generic functions
user-list-slug: Private generic functions
user-list-to-set: Private ordinary functions
user-list-users: Private generic functions
user-list-users: Private generic functions
user-mention-id: Public generic functions
user-mention-id: Public generic functions
user-mention-id-str: Public generic functions
user-mention-id-str: Public generic functions
user-mention-indices: Private generic functions
user-mention-indices: Private generic functions
user-mention-name: Public generic functions
user-mention-name: Public generic functions
user-mention-p: Private ordinary functions
user-mention-screen-name: Public generic functions
user-mention-screen-name: Public generic functions
user-timeline: Public ordinary functions
users-lookup: Private ordinary functions
users-profile-banner: Private ordinary functions
users-report-spam: Private ordinary functions
users-search: Private ordinary functions
users-show: Private ordinary functions
users-suggestions: Private generic functions
users-suggestions: Private generic functions
users-suggestions-slug-members: Private ordinary functions

V
valid-parser-state: Private ordinary functions
valid-plist: Private ordinary functions
verify: Private generic functions
verify: Private generic functions
verify: Private generic functions
verify: Private generic functions
verify: Private generic functions
verify: Private generic functions
verify: Private generic functions
verify-credentials: Public ordinary functions
verify-parse-tree: Private ordinary functions

W
with-cursor: Public macros
with-error-handler: Private macros
with-gensyms: Private macros
with-paging: Public macros
write-cache-spec: Public ordinary functions
write-driver-spec: Private ordinary functions


A.3 Variables

Jump to:   *   +   /  
A   B   C   D   E   F   G   H   I   L   M   N   P   Q   R   S   T   U   V   W  
Index Entry  Section

*
*cache-spec-file*: Private special variables
*code-messages*: Private special variables
*command-map*: Private special variables
*day-of-week-strings*: Private special variables
*driver-spec-file*: Private special variables
*dump-response*: Private special variables
*element-descriptions*: Private special variables
*geo-print-offset*: Private special variables
*http-request-function*: Public special variables
*lisp->twitter-symbols*: Private special variables
*month-strings*: Private special variables
*seperator*: Private special variables
*tinyurl-url*: Private special variables
*twitter->lisp-symbols*: Private special variables
*twitter-app-uri*: Private special variables
*twitter-client-headers*: Private special variables
*twitter-client-source-param*: Private special variables
*twitter-oauth-uri*: Private special variables
*twitter-object-cache*: Private special variables
*twitter-search-uri*: Private special variables
*twitter-user*: Public special variables

+
+http-ok+: Private constants

/
/lists/list: Private classes
/lists/members: Private classes
/lists/members/show: Private classes
/lists/memberships: Private classes
/lists/ownerships: Private classes
/lists/show: Private classes
/lists/statuses: Private classes
/lists/subscribers: Private classes
/lists/subscribers/show: Private classes
/lists/subscriptions: Private classes
/search/tweets: Private classes
/statuses/friends: Private classes
/statuses/home-timeline: Private classes
/statuses/lookup: Private classes
/statuses/mentions-timeline: Private classes
/statuses/oembed: Private classes
/statuses/retweeters/ids: Private classes
/statuses/retweets-of-me: Private classes
/statuses/retweets/:id: Private classes
/statuses/show/:id: Private classes
/statuses/user-timeline: Private classes

A
access-token: Public classes
access-token: Private classes
all-replies: Private classes
allow-contributor-request: Private classes
allow-dm-groups-from: Private classes
allow-dms-from: Private classes
always-use-https: Private classes
argmap: Private structures
as-of: Public classes
attributes: Private classes

B
base-url: Private structures
blocking: Private classes
bounding-box: Private classes

C
code: Private classes
code: Private classes
code: Private classes
command: Public classes
command: Private classes
completed-in: Public classes
connections: Private classes
Constant, +http-ok+: Private constants
contained-within: Private classes
contributors: Public classes
contributors-enabled: Public classes
coordinates: Private classes
count: Public classes
country: Private classes
country: Private classes
country: Private classes
country-code: Private classes
countrycode: Private classes
countrycode: Private classes
created-at: Public classes
created-at: Public classes
created-at: Public classes
created-at: Public classes
created-at: Public classes
created-at: Private classes

D
description: Public classes
description: Private structures
description: Private classes
discoverable-by-email: Private classes
discoverable-by-mobile-phone: Private classes
display-sensitive-media: Private classes
display-url: Private classes
display-url: Private classes

E
enabled: Private classes
end-time: Private classes
entities: Public classes
error: Public classes
events: Private classes
events: Private classes
expanded-url: Private classes
expanded-url: Private classes

F
favorited: Public classes
favourites-count: Public classes
followed-by: Private classes
followed-by: Private classes
followers-count: Public classes
following: Public classes
following: Private classes
following: Private classes
following: Private classes
friends-count: Public classes
full-name: Private classes
full-name: Private classes

G
geo: Public classes
geo: Public classes
geo-enabled: Public classes
geo-enabled: Public classes
geo-enabled: Private classes
geometry: Private classes

H
h: Private classes
hashtags: Private classes

I
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: Private classes
id: Private classes
id: Private classes
id: Private classes
id: Private classes
id: Private classes
id: Private classes
id: Private classes
id: Private classes
id: Private classes
id: Private classes
id: Private classes
id: Private classes
id: Private classes
id: Private classes
id: Private classes
id: Private classes
id: Private classes
id: Private classes
id: Private classes
id: Private classes
id: Private classes
id: Private classes
id: Private classes
id-str: Public classes
id-str: Private classes
id-str: Private classes
id-str: Private classes
id-str: Private classes
id-str: Private classes
id-str: Private classes
ids: Public classes
ids: Private classes
ids: Private classes
in-reply-to-screen-name: Public classes
in-reply-to-status-id: Public classes
in-reply-to-user-id: Public classes
indices: Private classes
indices: Private classes
indices: Private classes
indices: Private classes

L
lang: Public classes
language: Private classes
large: Private classes
lat: Private classes
limit: Private classes
lists: Private classes
lists: Private classes
location: Public classes
locations: Public classes
long: Public conditions
long: Private classes

M
marked-spam: Private classes
max-id: Public classes
max-id-str: Public classes
media: Private classes
media-url: Private classes
media-url-https: Private classes
medium: Private classes
member-count: Private classes
method: Private structures
mode: Private classes

N
name: Public classes
name: Public classes
name: Public classes
name: Private structures
name: Private classes
name: Private classes
name: Private classes
name: Private classes
name: Private classes
name: Private classes
name: Private classes
name: Private classes
name: Private classes
name: Private classes
name: Private classes
next-cursor: Public classes
next-cursor: Private classes
next-cursor: Private classes
next-cursor: Private classes
next-cursor: Private classes
next-cursor: Private classes
next-cursor: Private classes
next-cursor-str: Public classes
next-cursor-str: Private classes
next-cursor-str: Private classes
next-cursor-str: Private classes
next-cursor-str: Private classes
next-cursor-str: Private classes
next-cursor-str: Private classes
next-results: Public classes
notifications: Public classes
notifications-enabled: Private classes

P
params: Private classes
password: Public classes
place-type: Private classes
places: Private classes
placetype: Private classes
placetype: Private classes
polylines: Private classes
position: Public classes
previous-cursor: Public classes
previous-cursor: Private classes
previous-cursor: Private classes
previous-cursor: Private classes
previous-cursor: Private classes
previous-cursor: Private classes
previous-cursor: Private classes
previous-cursor-str: Public classes
previous-cursor-str: Private classes
previous-cursor-str: Private classes
previous-cursor-str: Private classes
previous-cursor-str: Private classes
previous-cursor-str: Private classes
previous-cursor-str: Private classes
profile-background-color: Public classes
profile-background-image-url: Public classes
profile-background-tile: Public classes
profile-image-url: Public classes
profile-link-color: Public classes
profile-sidebar-border-color: Public classes
profile-sidebar-color: Public classes
profile-sidebar-fill-color: Public classes
profile-text-color: Public classes
promoted-content: Public classes
protected: Public classes
protected: Private classes

Q
query: Public classes
query: Public classes
query: Public classes
query: Private classes

R
rate-limit-context: Private classes
recipient: Public classes
recipient-id: Public classes
recipient-screen-name: Public classes
refresh-url: Public classes
relationship: Private classes
remaining: Private classes
request: Public conditions
request: Public classes
reset: Private classes
resize: Private classes
resources: Private classes
result: Private classes
return-code: Public conditions
return-type: Private structures

S
screen-name: Public classes
screen-name: Public classes
screen-name: Private classes
screen-name: Private classes
screen-name: Private classes
screen-name: Private classes
screen-name: Private classes
screen-name: Private classes
search: Private classes
search-metadata: Public classes
sender: Public classes
sender-id: Public classes
sender-screen-name: Public classes
short: Public conditions
since-id: Public classes
since-id-str: Public classes
size: Private classes
size: Private classes
sizes: Private classes
sleep-time: Private classes
Slot, /lists/list: Private classes
Slot, /lists/members: Private classes
Slot, /lists/members/show: Private classes
Slot, /lists/memberships: Private classes
Slot, /lists/ownerships: Private classes
Slot, /lists/show: Private classes
Slot, /lists/statuses: Private classes
Slot, /lists/subscribers: Private classes
Slot, /lists/subscribers/show: Private classes
Slot, /lists/subscriptions: Private classes
Slot, /search/tweets: Private classes
Slot, /statuses/friends: Private classes
Slot, /statuses/home-timeline: Private classes
Slot, /statuses/lookup: Private classes
Slot, /statuses/mentions-timeline: Private classes
Slot, /statuses/oembed: Private classes
Slot, /statuses/retweeters/ids: Private classes
Slot, /statuses/retweets-of-me: Private classes
Slot, /statuses/retweets/:id: Private classes
Slot, /statuses/show/:id: Private classes
Slot, /statuses/user-timeline: Private classes
Slot, access-token: Public classes
Slot, access-token: Private classes
Slot, all-replies: Private classes
Slot, allow-contributor-request: Private classes
Slot, allow-dm-groups-from: Private classes
Slot, allow-dms-from: Private classes
Slot, always-use-https: Private classes
Slot, argmap: Private structures
Slot, as-of: Public classes
Slot, attributes: Private classes
Slot, base-url: Private structures
Slot, blocking: Private classes
Slot, bounding-box: Private classes
Slot, code: Private classes
Slot, code: Private classes
Slot, code: Private classes
Slot, command: Public classes
Slot, command: Private classes
Slot, completed-in: Public classes
Slot, connections: Private classes
Slot, contained-within: Private classes
Slot, contributors: Public classes
Slot, contributors-enabled: Public classes
Slot, coordinates: Private classes
Slot, count: Public classes
Slot, country: Private classes
Slot, country: Private classes
Slot, country: Private classes
Slot, country-code: Private classes
Slot, countrycode: Private classes
Slot, countrycode: Private 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: Private classes
Slot, description: Public classes
Slot, description: Private structures
Slot, description: Private classes
Slot, discoverable-by-email: Private classes
Slot, discoverable-by-mobile-phone: Private classes
Slot, display-sensitive-media: Private classes
Slot, display-url: Private classes
Slot, display-url: Private classes
Slot, enabled: Private classes
Slot, end-time: Private classes
Slot, entities: Public classes
Slot, error: Public classes
Slot, events: Private classes
Slot, events: Private classes
Slot, expanded-url: Private classes
Slot, expanded-url: Private classes
Slot, favorited: Public classes
Slot, favourites-count: Public classes
Slot, followed-by: Private classes
Slot, followed-by: Private classes
Slot, followers-count: Public classes
Slot, following: Public classes
Slot, following: Private classes
Slot, following: Private classes
Slot, following: Private classes
Slot, friends-count: Public classes
Slot, full-name: Private classes
Slot, full-name: Private classes
Slot, geo: Public classes
Slot, geo: Public classes
Slot, geo-enabled: Public classes
Slot, geo-enabled: Public classes
Slot, geo-enabled: Private classes
Slot, geometry: Private classes
Slot, h: Private classes
Slot, hashtags: Private 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: Private classes
Slot, id: Private classes
Slot, id: Private classes
Slot, id: Private classes
Slot, id: Private classes
Slot, id: Private classes
Slot, id: Private classes
Slot, id: Private classes
Slot, id: Private classes
Slot, id: Private classes
Slot, id: Private classes
Slot, id: Private classes
Slot, id: Private classes
Slot, id: Private classes
Slot, id: Private classes
Slot, id: Private classes
Slot, id: Private classes
Slot, id: Private classes
Slot, id: Private classes
Slot, id: Private classes
Slot, id: Private classes
Slot, id: Private classes
Slot, id: Private classes
Slot, id: Private classes
Slot, id-str: Public classes
Slot, id-str: Private classes
Slot, id-str: Private classes
Slot, id-str: Private classes
Slot, id-str: Private classes
Slot, id-str: Private classes
Slot, id-str: Private classes
Slot, ids: Public classes
Slot, ids: Private classes
Slot, ids: Private classes
Slot, in-reply-to-screen-name: Public classes
Slot, in-reply-to-status-id: Public classes
Slot, in-reply-to-user-id: Public classes
Slot, indices: Private classes
Slot, indices: Private classes
Slot, indices: Private classes
Slot, indices: Private classes
Slot, lang: Public classes
Slot, language: Private classes
Slot, large: Private classes
Slot, lat: Private classes
Slot, limit: Private classes
Slot, lists: Private classes
Slot, lists: Private classes
Slot, location: Public classes
Slot, locations: Public classes
Slot, long: Public conditions
Slot, long: Private classes
Slot, marked-spam: Private classes
Slot, max-id: Public classes
Slot, max-id-str: Public classes
Slot, media: Private classes
Slot, media-url: Private classes
Slot, media-url-https: Private classes
Slot, medium: Private classes
Slot, member-count: Private classes
Slot, method: Private structures
Slot, mode: Private classes
Slot, name: Public classes
Slot, name: Public classes
Slot, name: Public classes
Slot, name: Private structures
Slot, name: Private classes
Slot, name: Private classes
Slot, name: Private classes
Slot, name: Private classes
Slot, name: Private classes
Slot, name: Private classes
Slot, name: Private classes
Slot, name: Private classes
Slot, name: Private classes
Slot, name: Private classes
Slot, name: Private classes
Slot, next-cursor: Public classes
Slot, next-cursor: Private classes
Slot, next-cursor: Private classes
Slot, next-cursor: Private classes
Slot, next-cursor: Private classes
Slot, next-cursor: Private classes
Slot, next-cursor: Private classes
Slot, next-cursor-str: Public classes
Slot, next-cursor-str: Private classes
Slot, next-cursor-str: Private classes
Slot, next-cursor-str: Private classes
Slot, next-cursor-str: Private classes
Slot, next-cursor-str: Private classes
Slot, next-cursor-str: Private classes
Slot, next-results: Public classes
Slot, notifications: Public classes
Slot, notifications-enabled: Private classes
Slot, params: Private classes
Slot, password: Public classes
Slot, place-type: Private classes
Slot, places: Private classes
Slot, placetype: Private classes
Slot, placetype: Private classes
Slot, polylines: Private classes
Slot, position: Public classes
Slot, previous-cursor: Public classes
Slot, previous-cursor: Private classes
Slot, previous-cursor: Private classes
Slot, previous-cursor: Private classes
Slot, previous-cursor: Private classes
Slot, previous-cursor: Private classes
Slot, previous-cursor: Private classes
Slot, previous-cursor-str: Public classes
Slot, previous-cursor-str: Private classes
Slot, previous-cursor-str: Private classes
Slot, previous-cursor-str: Private classes
Slot, previous-cursor-str: Private classes
Slot, previous-cursor-str: Private classes
Slot, previous-cursor-str: Private classes
Slot, profile-background-color: Public classes
Slot, profile-background-image-url: Public classes
Slot, profile-background-tile: Public classes
Slot, profile-image-url: Public classes
Slot, profile-link-color: Public classes
Slot, profile-sidebar-border-color: Public classes
Slot, profile-sidebar-color: Public classes
Slot, profile-sidebar-fill-color: Public classes
Slot, profile-text-color: Public classes
Slot, promoted-content: Public classes
Slot, protected: Public classes
Slot, protected: Private classes
Slot, query: Public classes
Slot, query: Public classes
Slot, query: Public classes
Slot, query: Private classes
Slot, rate-limit-context: Private classes
Slot, recipient: Public classes
Slot, recipient-id: Public classes
Slot, recipient-screen-name: Public classes
Slot, refresh-url: Public classes
Slot, relationship: Private classes
Slot, remaining: Private classes
Slot, request: Public conditions
Slot, request: Public classes
Slot, reset: Private classes
Slot, resize: Private classes
Slot, resources: Private classes
Slot, result: Private classes
Slot, return-code: Public conditions
Slot, return-type: Private structures
Slot, screen-name: Public classes
Slot, screen-name: Public classes
Slot, screen-name: Private classes
Slot, screen-name: Private classes
Slot, screen-name: Private classes
Slot, screen-name: Private classes
Slot, screen-name: Private classes
Slot, screen-name: Private classes
Slot, search: Private classes
Slot, search-metadata: Public classes
Slot, sender: Public classes
Slot, sender-id: Public classes
Slot, sender-screen-name: Public classes
Slot, short: Public conditions
Slot, since-id: Public classes
Slot, since-id-str: Public classes
Slot, size: Private classes
Slot, size: Private classes
Slot, sizes: Private classes
Slot, sleep-time: Private classes
Slot, slug: Private classes
Slot, slug: Private classes
Slot, slug: Private classes
Slot, small: Private classes
Slot, source: Public classes
Slot, source: Private classes
Slot, start-time: Private classes
Slot, status: Public classes
Slot, statuses: Public classes
Slot, statuses: Private classes
Slot, statuses-count: Public classes
Slot, street-address: Private classes
Slot, subscriber-count: Private classes
Slot, target: Private classes
Slot, text: Public classes
Slot, text: Public classes
Slot, text: Private classes
Slot, thumb: Private classes
Slot, time-zone: Public classes
Slot, time-zone: Private classes
Slot, token: Private classes
Slot, trend-location: Private classes
Slot, trends: Public classes
Slot, truncated: Public classes
Slot, type: Private classes
Slot, type: Private classes
Slot, type: Private classes
Slot, tzinfo-name: Private classes
Slot, uri: Public conditions
Slot, uri: Private classes
Slot, url: Public classes
Slot, url: Public classes
Slot, url: Private classes
Slot, url: Private classes
Slot, url: Private classes
Slot, url: Private classes
Slot, url: Private classes
Slot, url: Private classes
Slot, urls: Private classes
Slot, use-cookie-personalization: Private classes
Slot, user: Public classes
Slot, user: Private classes
Slot, user-ids: Private classes
Slot, user-mentions: Private classes
Slot, users: Private classes
Slot, users: Private classes
Slot, users: Private classes
Slot, utc-offset: Public classes
Slot, utc-offset: Private classes
Slot, verified: Public classes
Slot, verified-profile: Public classes
Slot, w: Private classes
Slot, want-retweets: Private classes
Slot, woeid: Private classes
Slot, woeid: Private classes
slug: Private classes
slug: Private classes
slug: Private classes
small: Private classes
source: Public classes
source: Private classes
Special Variable, *cache-spec-file*: Private special variables
Special Variable, *code-messages*: Private special variables
Special Variable, *command-map*: Private special variables
Special Variable, *day-of-week-strings*: Private special variables
Special Variable, *driver-spec-file*: Private special variables
Special Variable, *dump-response*: Private special variables
Special Variable, *element-descriptions*: Private special variables
Special Variable, *geo-print-offset*: Private special variables
Special Variable, *http-request-function*: Public special variables
Special Variable, *lisp->twitter-symbols*: Private special variables
Special Variable, *month-strings*: Private special variables
Special Variable, *seperator*: Private special variables
Special Variable, *tinyurl-url*: Private special variables
Special Variable, *twitter->lisp-symbols*: Private special variables
Special Variable, *twitter-app-uri*: Private special variables
Special Variable, *twitter-client-headers*: Private special variables
Special Variable, *twitter-client-source-param*: Private special variables
Special Variable, *twitter-oauth-uri*: Private special variables
Special Variable, *twitter-object-cache*: Private special variables
Special Variable, *twitter-search-uri*: Private special variables
Special Variable, *twitter-user*: Public special variables
start-time: Private classes
status: Public classes
statuses: Public classes
statuses: Private classes
statuses-count: Public classes
street-address: Private classes
subscriber-count: Private classes

T
target: Private classes
text: Public classes
text: Public classes
text: Private classes
thumb: Private classes
time-zone: Public classes
time-zone: Private classes
token: Private classes
trend-location: Private classes
trends: Public classes
truncated: Public classes
type: Private classes
type: Private classes
type: Private classes
tzinfo-name: Private classes

U
uri: Public conditions
uri: Private classes
url: Public classes
url: Public classes
url: Private classes
url: Private classes
url: Private classes
url: Private classes
url: Private classes
url: Private classes
urls: Private classes
use-cookie-personalization: Private classes
user: Public classes
user: Private classes
user-ids: Private classes
user-mentions: Private classes
users: Private classes
users: Private classes
users: Private classes
utc-offset: Public classes
utc-offset: Private classes

V
verified: Public classes
verified-profile: Public classes

W
w: Private classes
want-retweets: Private classes
woeid: Private classes
woeid: Private classes


A.4 Data types

Jump to:   A   C   D   E   F   G   H   L   M   P   R   S   T   U  
Index Entry  Section

A
account-settings: Private classes
api: The cl-twitter/api module

C
cl-twitter: The cl-twitter system
cl-twitter-asd: The cl-twitter-asd package
cl-twitter.asd: The cl-twitter/cl-twitter․asd file
Class, account-settings: Private classes
Class, connection: Private classes
Class, cursor-friend-id: Private classes
Class, cursor-id: Private classes
Class, cursor-tweet: Private classes
Class, cursor-user: Private classes
Class, cursor-user-lists: Private classes
Class, end-session: Public classes
Class, follow-source: Private classes
Class, follow-target: Private classes
Class, geo-attribute: Private classes
Class, geo-bounding-box: Private classes
Class, geo-coordinate: Private classes
Class, geo-place: Private classes
Class, geo-places: Private classes
Class, geo-query: Private classes
Class, geo-result: Private classes
Class, hashtag: Private classes
Class, limits: Private classes
Class, list-type: Private classes
Class, lists: Private classes
Class, media-entity: Private classes
Class, media-size: Private classes
Class, media-sizes: Private classes
Class, place: Private classes
Class, place-type: Private classes
Class, placetype: Private classes
Class, rate-limit-context: Private classes
Class, relationship: Private classes
Class, relationships: Private classes
Class, resources: Private classes
Class, saved-search: Public classes
Class, search-metadata: Public classes
Class, search-result: Public classes
Class, search2: Private classes
Class, sleep-time: Private classes
Class, social-graph-cursor-id: Public classes
Class, social-graph-cursor-user: Private classes
Class, statuses: Private classes
Class, suggestion: Private classes
Class, time-zone: Private classes
Class, trend: Public classes
Class, trend-list: Public classes
Class, trend-location: Private classes
Class, tweet: Public classes
Class, twitter-entities: Private classes
Class, twitter-message: Public classes
Class, twitter-rate-limit: Private classes
Class, twitter-user: Public classes
Class, url-entity: Private classes
Class, user-list: Private classes
Class, user-mention: Private classes
commands.lisp: The cl-twitter/api/commands․lisp file
Condition, twitter-api-condition: Public conditions
conditions.lisp: The cl-twitter/api/conditions․lisp file
connection: Private classes
cursor-friend-id: Private classes
cursor-id: Private classes
cursor-tweet: Private classes
cursor-user: Private classes
cursor-user-lists: Private classes

D
dictionary.lisp: The cl-twitter/api/dictionary․lisp file

E
elements.lisp: The cl-twitter/api/elements․lisp file
end-session: Public classes

F
File, cl-twitter.asd: The cl-twitter/cl-twitter․asd file
File, commands.lisp: The cl-twitter/api/commands․lisp file
File, conditions.lisp: The cl-twitter/api/conditions․lisp file
File, dictionary.lisp: The cl-twitter/api/dictionary․lisp file
File, elements.lisp: The cl-twitter/api/elements․lisp file
File, package.lisp: The cl-twitter/api/package․lisp file
File, twitter-account.lisp: The cl-twitter/api/twitter-account․lisp file
File, twitter-application.lisp: The cl-twitter/api/twitter-application․lisp file
File, twitter-blocks.lisp: The cl-twitter/api/twitter-blocks․lisp file
File, twitter-cache.lisp: The cl-twitter/api/twitter-cache․lisp file
File, twitter-db.lisp: The cl-twitter/api/twitter-db․lisp file
File, twitter-entity.lisp: The cl-twitter/api/twitter-entity․lisp file
File, twitter-favorites.lisp: The cl-twitter/api/twitter-favorites․lisp file
File, twitter-friendship.lisp: The cl-twitter/api/twitter-friendship․lisp file
File, twitter-generic-lookup.lisp: The cl-twitter/api/twitter-generic-lookup․lisp file
File, twitter-geo.lisp: The cl-twitter/api/twitter-geo․lisp file
File, twitter-list-members.lisp: The cl-twitter/api/twitter-list-members․lisp file
File, twitter-list-subscribers.lisp: The cl-twitter/api/twitter-list-subscribers․lisp file
File, twitter-lists.lisp: The cl-twitter/api/twitter-lists․lisp file
File, twitter-macro.lisp: The cl-twitter/api/twitter-macro․lisp file
File, twitter-messages.lisp: The cl-twitter/api/twitter-messages․lisp file
File, twitter-miscellaneous.lisp: The cl-twitter/api/twitter-miscellaneous․lisp file
File, twitter-notifications.lisp: The cl-twitter/api/twitter-notifications․lisp file
File, twitter-op.lisp: The cl-twitter/api/twitter-op․lisp file
File, twitter-saved-searches.lisp: The cl-twitter/api/twitter-saved-searches․lisp file
File, twitter-search.lisp: The cl-twitter/api/twitter-search․lisp file
File, twitter-show.lisp: The cl-twitter/api/twitter-show․lisp file
File, twitter-social-graph.lisp: The cl-twitter/api/twitter-social-graph․lisp file
File, twitter-timeline.lisp: The cl-twitter/api/twitter-timeline․lisp file
File, twitter-trends.lisp: The cl-twitter/api/twitter-trends․lisp file
File, twitter-tweet-status.lisp: The cl-twitter/api/twitter-tweet-status․lisp file
File, twitter-user.lisp: The cl-twitter/api/twitter-user․lisp file
File, twitter-vars.lisp: The cl-twitter/api/twitter-vars․lisp file
File, url-shortners.lisp: The cl-twitter/api/url-shortners․lisp file
File, utils.lisp: The cl-twitter/api/utils․lisp file
follow-source: Private classes
follow-target: Private classes

G
geo-attribute: Private classes
geo-bounding-box: Private classes
geo-coordinate: Private classes
geo-place: Private classes
geo-places: Private classes
geo-query: Private classes
geo-result: Private classes

H
hashtag: Private classes

L
limits: Private classes
list-type: Private classes
lists: Private classes

M
media-entity: Private classes
media-size: Private classes
media-sizes: Private classes
Module, api: The cl-twitter/api module

P
Package, cl-twitter-asd: The cl-twitter-asd package
Package, twitter: The twitter package
package.lisp: The cl-twitter/api/package․lisp file
place: Private classes
place-type: Private classes
placetype: Private classes

R
rate-limit-context: Private classes
relationship: Private classes
relationships: Private classes
resources: Private classes

S
saved-search: Public classes
search-metadata: Public classes
search-result: Public classes
search2: Private classes
sleep-time: Private classes
social-graph-cursor-id: Public classes
social-graph-cursor-user: Private classes
statuses: Private classes
Structure, twitter-command: Private structures
suggestion: Private classes
System, cl-twitter: The cl-twitter system

T
time-zone: Private classes
trend: Public classes
trend-list: Public classes
trend-location: Private classes
tweet: Public classes
twitter: The twitter package
twitter-account.lisp: The cl-twitter/api/twitter-account․lisp file
twitter-api-condition: Public conditions
twitter-application.lisp: The cl-twitter/api/twitter-application․lisp file
twitter-blocks.lisp: The cl-twitter/api/twitter-blocks․lisp file
twitter-cache.lisp: The cl-twitter/api/twitter-cache․lisp file
twitter-command: Private structures
twitter-db.lisp: The cl-twitter/api/twitter-db․lisp file
twitter-entities: Private classes
twitter-entity.lisp: The cl-twitter/api/twitter-entity․lisp file
twitter-favorites.lisp: The cl-twitter/api/twitter-favorites․lisp file
twitter-friendship.lisp: The cl-twitter/api/twitter-friendship․lisp file
twitter-generic-lookup.lisp: The cl-twitter/api/twitter-generic-lookup․lisp file
twitter-geo.lisp: The cl-twitter/api/twitter-geo․lisp file
twitter-list-members.lisp: The cl-twitter/api/twitter-list-members․lisp file
twitter-list-subscribers.lisp: The cl-twitter/api/twitter-list-subscribers․lisp file
twitter-lists.lisp: The cl-twitter/api/twitter-lists․lisp file
twitter-macro.lisp: The cl-twitter/api/twitter-macro․lisp file
twitter-message: Public classes
twitter-messages.lisp: The cl-twitter/api/twitter-messages․lisp file
twitter-miscellaneous.lisp: The cl-twitter/api/twitter-miscellaneous․lisp file
twitter-notifications.lisp: The cl-twitter/api/twitter-notifications․lisp file
twitter-op.lisp: The cl-twitter/api/twitter-op․lisp file
twitter-rate-limit: Private classes
twitter-saved-searches.lisp: The cl-twitter/api/twitter-saved-searches․lisp file
twitter-search.lisp: The cl-twitter/api/twitter-search․lisp file
twitter-show.lisp: The cl-twitter/api/twitter-show․lisp file
twitter-social-graph.lisp: The cl-twitter/api/twitter-social-graph․lisp file
twitter-timeline.lisp: The cl-twitter/api/twitter-timeline․lisp file
twitter-trends.lisp: The cl-twitter/api/twitter-trends․lisp file
twitter-tweet-status.lisp: The cl-twitter/api/twitter-tweet-status․lisp file
twitter-user: Public classes
twitter-user.lisp: The cl-twitter/api/twitter-user․lisp file
twitter-vars.lisp: The cl-twitter/api/twitter-vars․lisp file

U
url-entity: Private classes
url-shortners.lisp: The cl-twitter/api/url-shortners․lisp file
user-list: Private classes
user-mention: Private classes
utils.lisp: The cl-twitter/api/utils․lisp file