Liking cljdoc? Tell your friends :D
Clojure only.

twttr.api


account-activity-webhooksclj

(account-activity-webhooks credentials)
(account-activity-webhooks credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/account_activity/webhooks.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/account_activity/webhooks.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

account-activity-webhooks-webhook-idclj

(account-activity-webhooks-webhook-id credentials)
(account-activity-webhooks-webhook-id credentials & {:as options-map})

Call the Twitter endpoint: PUT https://api.twitter.com/1.1/account_activity/webhooks/:webhook_id.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: PUT https://api.twitter.com/1.1/account_activity/webhooks/:webhook_id.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

account-activity-webhooks-webhook-id-subscriptionsclj

(account-activity-webhooks-webhook-id-subscriptions credentials)
(account-activity-webhooks-webhook-id-subscriptions credentials
                                                    &
                                                    {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/account_activity/webhooks/:webhook_id/subscriptions.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/account_activity/webhooks/:webhook_id/subscriptions.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

account-activity-webhooks-webhook-id-subscriptions-listclj

(account-activity-webhooks-webhook-id-subscriptions-list credentials)
(account-activity-webhooks-webhook-id-subscriptions-list credentials
                                                         &
                                                         {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/account_activity/webhooks/:webhook_id/subscriptions/list.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/account_activity/webhooks/:webhook_id/subscriptions/list.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

account-remove-profile-bannerclj

(account-remove-profile-banner credentials)
(account-remove-profile-banner credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/account/remove_profile_banner.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/account/remove_profile_banner.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

account-settingsclj

(account-settings credentials)
(account-settings credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/account/settings.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/account/settings.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

account-update-profileclj

(account-update-profile credentials)
(account-update-profile credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/account/update_profile.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/account/update_profile.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

account-update-profile-background-imageclj

(account-update-profile-background-image credentials)
(account-update-profile-background-image credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/account/update_profile_background_image.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/account/update_profile_background_image.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

account-update-profile-bannerclj

(account-update-profile-banner credentials)
(account-update-profile-banner credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/account/update_profile_banner.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/account/update_profile_banner.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

account-update-profile-imageclj

(account-update-profile-image credentials)
(account-update-profile-image credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/account/update_profile_image.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/account/update_profile_image.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

account-verify-credentialsclj

(account-verify-credentials credentials)
(account-verify-credentials credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/account/verify_credentials.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/account/verify_credentials.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

application-rate-limit-statusclj

(application-rate-limit-status credentials)
(application-rate-limit-status credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/application/rate_limit_status.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/application/rate_limit_status.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

blocks-createclj

(blocks-create credentials)
(blocks-create credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/blocks/create.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/blocks/create.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

blocks-destroyclj

(blocks-destroy credentials)
(blocks-destroy credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/blocks/destroy.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/blocks/destroy.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

blocks-idsclj

(blocks-ids credentials)
(blocks-ids credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/blocks/ids.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/blocks/ids.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

blocks-listclj

(blocks-list credentials)
(blocks-list credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/blocks/list.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/blocks/list.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

collections-createclj

(collections-create credentials)
(collections-create credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/collections/create.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/collections/create.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

collections-destroyclj

(collections-destroy credentials)
(collections-destroy credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/collections/destroy.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/collections/destroy.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

collections-entriesclj

(collections-entries credentials)
(collections-entries credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/collections/entries.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/collections/entries.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

collections-entries-addclj

(collections-entries-add credentials)
(collections-entries-add credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/collections/entries/add.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/collections/entries/add.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

collections-entries-curateclj

(collections-entries-curate credentials)
(collections-entries-curate credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/collections/entries/curate.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/collections/entries/curate.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

collections-entries-moveclj

(collections-entries-move credentials)
(collections-entries-move credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/collections/entries/move.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/collections/entries/move.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

collections-entries-removeclj

(collections-entries-remove credentials)
(collections-entries-remove credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/collections/entries/remove.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/collections/entries/remove.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

collections-listclj

(collections-list credentials)
(collections-list credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/collections/list.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/collections/list.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

collections-showclj

(collections-show credentials)
(collections-show credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/collections/show.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/collections/show.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

collections-updateclj

(collections-update credentials)
(collections-update credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/collections/update.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/collections/update.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

direct-messages-events-destroyclj

(direct-messages-events-destroy credentials)
(direct-messages-events-destroy credentials & {:as options-map})

Call the Twitter endpoint: DELETE https://api.twitter.com/1.1/direct_messages/events/destroy.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: DELETE https://api.twitter.com/1.1/direct_messages/events/destroy.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

direct-messages-events-listclj

(direct-messages-events-list credentials)
(direct-messages-events-list credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/direct_messages/events/list.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/direct_messages/events/list.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

direct-messages-events-newclj

(direct-messages-events-new credentials)
(direct-messages-events-new credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/direct_messages/events/new.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/direct_messages/events/new.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

direct-messages-events-showclj

(direct-messages-events-show credentials)
(direct-messages-events-show credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/direct_messages/events/show.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/direct_messages/events/show.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

direct-messages-indicate-typingclj

(direct-messages-indicate-typing credentials)
(direct-messages-indicate-typing credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/direct_messages/indicate_typing.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/direct_messages/indicate_typing.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

direct-messages-mark-readclj

(direct-messages-mark-read credentials)
(direct-messages-mark-read credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/direct_messages/mark_read.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/direct_messages/mark_read.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

direct-messages-welcome-messages-destroyclj

(direct-messages-welcome-messages-destroy credentials)
(direct-messages-welcome-messages-destroy credentials & {:as options-map})

Call the Twitter endpoint: DELETE https://api.twitter.com/1.1/direct_messages/welcome_messages/destroy.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: DELETE https://api.twitter.com/1.1/direct_messages/welcome_messages/destroy.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

direct-messages-welcome-messages-listclj

(direct-messages-welcome-messages-list credentials)
(direct-messages-welcome-messages-list credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/direct_messages/welcome_messages/list.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/direct_messages/welcome_messages/list.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

direct-messages-welcome-messages-newclj

(direct-messages-welcome-messages-new credentials)
(direct-messages-welcome-messages-new credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/direct_messages/welcome_messages/new.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/direct_messages/welcome_messages/new.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

direct-messages-welcome-messages-rules-destroyclj

(direct-messages-welcome-messages-rules-destroy credentials)
(direct-messages-welcome-messages-rules-destroy credentials & {:as options-map})

Call the Twitter endpoint: DELETE https://api.twitter.com/1.1/direct_messages/welcome_messages/rules/destroy.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: DELETE https://api.twitter.com/1.1/direct_messages/welcome_messages/rules/destroy.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

direct-messages-welcome-messages-rules-listclj

(direct-messages-welcome-messages-rules-list credentials)
(direct-messages-welcome-messages-rules-list credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/direct_messages/welcome_messages/rules/list.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/direct_messages/welcome_messages/rules/list.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

direct-messages-welcome-messages-rules-newclj

(direct-messages-welcome-messages-rules-new credentials)
(direct-messages-welcome-messages-rules-new credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/direct_messages/welcome_messages/rules/new.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/direct_messages/welcome_messages/rules/new.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

direct-messages-welcome-messages-rules-showclj

(direct-messages-welcome-messages-rules-show credentials)
(direct-messages-welcome-messages-rules-show credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/direct_messages/welcome_messages/rules/show.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/direct_messages/welcome_messages/rules/show.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

direct-messages-welcome-messages-showclj

(direct-messages-welcome-messages-show credentials)
(direct-messages-welcome-messages-show credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/direct_messages/welcome_messages/show.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/direct_messages/welcome_messages/show.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

endpoint-defaultsclj

source

endpointsclj

source

favorites-createclj

(favorites-create credentials)
(favorites-create credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/favorites/create.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/favorites/create.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

favorites-destroyclj

(favorites-destroy credentials)
(favorites-destroy credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/favorites/destroy.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/favorites/destroy.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

favorites-listclj

(favorites-list credentials)
(favorites-list credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/favorites/list.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/favorites/list.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

followers-idsclj

(followers-ids credentials)
(followers-ids credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/followers/ids.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/followers/ids.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

followers-listclj

(followers-list credentials)
(followers-list credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/followers/list.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/followers/list.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

friends-idsclj

(friends-ids credentials)
(friends-ids credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/friends/ids.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/friends/ids.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

friends-listclj

(friends-list credentials)
(friends-list credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/friends/list.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/friends/list.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

friendships-createclj

(friendships-create credentials)
(friendships-create credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/friendships/create.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/friendships/create.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

friendships-destroyclj

(friendships-destroy credentials)
(friendships-destroy credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/friendships/destroy.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/friendships/destroy.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

friendships-incomingclj

(friendships-incoming credentials)
(friendships-incoming credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/friendships/incoming.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/friendships/incoming.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

friendships-lookupclj

(friendships-lookup credentials)
(friendships-lookup credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/friendships/lookup.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/friendships/lookup.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

friendships-no-retweets-idsclj

(friendships-no-retweets-ids credentials)
(friendships-no-retweets-ids credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/friendships/no_retweets/ids.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/friendships/no_retweets/ids.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

friendships-outgoingclj

(friendships-outgoing credentials)
(friendships-outgoing credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/friendships/outgoing.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/friendships/outgoing.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

friendships-showclj

(friendships-show credentials)
(friendships-show credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/friendships/show.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/friendships/show.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

friendships-updateclj

(friendships-update credentials)
(friendships-update credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/friendships/update.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/friendships/update.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

geo-id-place-idclj

(geo-id-place-id credentials)
(geo-id-place-id credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/geo/id/:place_id.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/geo/id/:place_id.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

geo-reverse-geocodeclj

(geo-reverse-geocode credentials)
(geo-reverse-geocode credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/geo/reverse_geocode.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/geo/reverse_geocode.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

(geo-search credentials)
(geo-search credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/geo/search.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/geo/search.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

help-configurationclj

(help-configuration credentials)
(help-configuration credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/help/configuration.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/help/configuration.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

help-languagesclj

(help-languages credentials)
(help-languages credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/help/languages.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/help/languages.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

help-privacyclj

(help-privacy credentials)
(help-privacy credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/help/privacy.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/help/privacy.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

help-tosclj

(help-tos credentials)
(help-tos credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/help/tos.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/help/tos.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

http-messagecljmultimethod

Format a human-readable message describing a HTTP response from the Twitter API. https://developer.twitter.com/en/docs/basics/response-codes

Format a human-readable message describing a HTTP response from the Twitter API.
https://developer.twitter.com/en/docs/basics/response-codes
sourceraw docstring

lists-createclj

(lists-create credentials)
(lists-create credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/lists/create.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/lists/create.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

lists-destroyclj

(lists-destroy credentials)
(lists-destroy credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/lists/destroy.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/lists/destroy.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

lists-listclj

(lists-list credentials)
(lists-list credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/lists/list.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/lists/list.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

lists-membersclj

(lists-members credentials)
(lists-members credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/lists/members.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/lists/members.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

lists-members-createclj

(lists-members-create credentials)
(lists-members-create credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/lists/members/create.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/lists/members/create.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

lists-members-create-allclj

(lists-members-create-all credentials)
(lists-members-create-all credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/lists/members/create_all.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/lists/members/create_all.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

lists-members-destroyclj

(lists-members-destroy credentials)
(lists-members-destroy credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/lists/members/destroy.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/lists/members/destroy.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

lists-members-destroy-allclj

(lists-members-destroy-all credentials)
(lists-members-destroy-all credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/lists/members/destroy_all.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/lists/members/destroy_all.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

lists-members-showclj

(lists-members-show credentials)
(lists-members-show credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/lists/members/show.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/lists/members/show.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

lists-membershipsclj

(lists-memberships credentials)
(lists-memberships credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/lists/memberships.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/lists/memberships.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

lists-ownershipsclj

(lists-ownerships credentials)
(lists-ownerships credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/lists/ownerships.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/lists/ownerships.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

lists-showclj

(lists-show credentials)
(lists-show credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/lists/show.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/lists/show.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

lists-statusesclj

(lists-statuses credentials)
(lists-statuses credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/lists/statuses.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/lists/statuses.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

lists-subscribersclj

(lists-subscribers credentials)
(lists-subscribers credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/lists/subscribers.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/lists/subscribers.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

lists-subscribers-createclj

(lists-subscribers-create credentials)
(lists-subscribers-create credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/lists/subscribers/create.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/lists/subscribers/create.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

lists-subscribers-destroyclj

(lists-subscribers-destroy credentials)
(lists-subscribers-destroy credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/lists/subscribers/destroy.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/lists/subscribers/destroy.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

lists-subscribers-showclj

(lists-subscribers-show credentials)
(lists-subscribers-show credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/lists/subscribers/show.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/lists/subscribers/show.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

lists-subscriptionsclj

(lists-subscriptions credentials)
(lists-subscriptions credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/lists/subscriptions.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/lists/subscriptions.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

lists-updateclj

(lists-update credentials)
(lists-update credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/lists/update.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/lists/update.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

media-metadata-createclj

(media-metadata-create credentials)
(media-metadata-create credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/media/metadata/create.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/media/metadata/create.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

media-uploadclj

(media-upload credentials)
(media-upload credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/media/upload.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/media/upload.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

mutes-users-createclj

(mutes-users-create credentials)
(mutes-users-create credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/mutes/users/create.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/mutes/users/create.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

mutes-users-destroyclj

(mutes-users-destroy credentials)
(mutes-users-destroy credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/mutes/users/destroy.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/mutes/users/destroy.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

mutes-users-idsclj

(mutes-users-ids credentials)
(mutes-users-ids credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/mutes/users/ids.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/mutes/users/ids.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

mutes-users-listclj

(mutes-users-list credentials)
(mutes-users-list credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/mutes/users/list.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/mutes/users/list.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

oauth-access-tokenclj

(oauth-access-token credentials)
(oauth-access-token credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/oauth/access_token adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/oauth/access_token
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

oauth-authenticateclj

(oauth-authenticate credentials)
(oauth-authenticate credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/oauth/authenticate adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/oauth/authenticate
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

oauth-authorizeclj

(oauth-authorize credentials)
(oauth-authorize credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/oauth/authorize adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/oauth/authorize
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

oauth-invalidate-tokenclj

(oauth-invalidate-token credentials)
(oauth-invalidate-token credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/oauth2/invalidate_token adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/oauth2/invalidate_token
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

oauth-request-tokenclj

(oauth-request-token credentials)
(oauth-request-token credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/oauth/request_token adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/oauth/request_token
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

oauth-tokenclj

(oauth-token credentials)
(oauth-token credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/oauth2/token adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/oauth2/token
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

request-endpointclj

(request-endpoint endpoint credentials)
(request-endpoint endpoint credentials {:keys [params] :as request-options})

Prepare and send an HTTP request to the Twitter API, signing with credentials (via OAuth as directed by the wrap-auth middleware), returning a deferred HTTP response. The request-options map is merged on top of endpoint, allowing custom middleware or paths to be set directly, with the exception of :params, which is treating specially. (:params request-options) is a mapping from :path placeholders to values, along with additional query/form parameters, which are auto-adapted based on the request-method.

Prepare and send an HTTP request to the Twitter API, signing with `credentials`
(via OAuth as directed by the wrap-auth middleware), returning a deferred HTTP response.
The `request-options` map is merged on top of `endpoint`, allowing custom middleware
or paths to be set directly, with the exception of :params, which is treating specially.
(:params request-options) is a mapping from :path placeholders to values, along with
additional query/form parameters, which are auto-adapted based on the request-method.
sourceraw docstring

saved-searches-createclj

(saved-searches-create credentials)
(saved-searches-create credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/saved_searches/create.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/saved_searches/create.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

saved-searches-destroy-idclj

(saved-searches-destroy-id credentials)
(saved-searches-destroy-id credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/saved_searches/destroy/:id.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/saved_searches/destroy/:id.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

saved-searches-listclj

(saved-searches-list credentials)
(saved-searches-list credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/saved_searches/list.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/saved_searches/list.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

saved-searches-show-idclj

(saved-searches-show-id credentials)
(saved-searches-show-id credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/saved_searches/show/:id.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/saved_searches/show/:id.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

search-tweetsclj

(search-tweets credentials)
(search-tweets credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/search/tweets.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/search/tweets.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

statuses-destroy-idclj

(statuses-destroy-id credentials)
(statuses-destroy-id credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/statuses/destroy/:id.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/statuses/destroy/:id.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

statuses-filterclj

(statuses-filter credentials)
(statuses-filter credentials & {:as options-map})

Call the Twitter endpoint: POST https://stream.twitter.com/1.1/statuses/filter.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://stream.twitter.com/1.1/statuses/filter.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

statuses-home-timelineclj

(statuses-home-timeline credentials)
(statuses-home-timeline credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/statuses/home_timeline.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/statuses/home_timeline.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

statuses-lookupclj

(statuses-lookup credentials)
(statuses-lookup credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/statuses/lookup.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/statuses/lookup.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

statuses-mentions-timelineclj

(statuses-mentions-timeline credentials)
(statuses-mentions-timeline credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/statuses/mentions_timeline.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/statuses/mentions_timeline.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

statuses-oembedclj

(statuses-oembed credentials)
(statuses-oembed credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/statuses/oembed.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/statuses/oembed.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

statuses-retweet-idclj

(statuses-retweet-id credentials)
(statuses-retweet-id credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/statuses/retweet/:id.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/statuses/retweet/:id.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

statuses-retweeters-idsclj

(statuses-retweeters-ids credentials)
(statuses-retweeters-ids credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/statuses/retweeters/ids.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/statuses/retweeters/ids.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

statuses-retweets-idclj

(statuses-retweets-id credentials)
(statuses-retweets-id credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/statuses/retweets/:id.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/statuses/retweets/:id.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

statuses-retweets-of-meclj

(statuses-retweets-of-me credentials)
(statuses-retweets-of-me credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/statuses/retweets_of_me.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/statuses/retweets_of_me.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

statuses-sampleclj

(statuses-sample credentials)
(statuses-sample credentials & {:as options-map})

Call the Twitter endpoint: GET https://stream.twitter.com/1.1/statuses/sample.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://stream.twitter.com/1.1/statuses/sample.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

statuses-show-idclj

(statuses-show-id credentials)
(statuses-show-id credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/statuses/show/:id.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/statuses/show/:id.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

statuses-unretweet-idclj

(statuses-unretweet-id credentials)
(statuses-unretweet-id credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/statuses/unretweet/:id.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/statuses/unretweet/:id.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

statuses-updateclj

(statuses-update credentials)
(statuses-update credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/statuses/update.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/statuses/update.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

statuses-user-timelineclj

(statuses-user-timeline credentials)
(statuses-user-timeline credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/statuses/user_timeline.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/statuses/user_timeline.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

(trends-available credentials)
(trends-available credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/trends/available.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/trends/available.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

(trends-closest credentials)
(trends-closest credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/trends/closest.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/trends/closest.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

(trends-place credentials)
(trends-place credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/trends/place.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/trends/place.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

users-lookupclj

(users-lookup credentials)
(users-lookup credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/users/lookup.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/users/lookup.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

users-profile-bannerclj

(users-profile-banner credentials)
(users-profile-banner credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/users/profile_banner.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/users/profile_banner.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

users-report-spamclj

(users-report-spam credentials)
(users-report-spam credentials & {:as options-map})

Call the Twitter endpoint: POST https://api.twitter.com/1.1/users/report_spam.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: POST https://api.twitter.com/1.1/users/report_spam.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

(users-search credentials)
(users-search credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/users/search.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/users/search.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

users-showclj

(users-show credentials)
(users-show credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/users/show.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/users/show.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

users-suggestionsclj

(users-suggestions credentials)
(users-suggestions credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/users/suggestions.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/users/suggestions.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

users-suggestions-slugclj

(users-suggestions-slug credentials)
(users-suggestions-slug credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/users/suggestions/:slug.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/users/suggestions/:slug.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

users-suggestions-slug-membersclj

(users-suggestions-slug-members credentials)
(users-suggestions-slug-members credentials & {:as options-map})

Call the Twitter endpoint: GET https://api.twitter.com/1.1/users/suggestions/:slug/members.json adding options-map to the request and signing with credentials.

Call the Twitter endpoint: GET https://api.twitter.com/1.1/users/suggestions/:slug/members.json
adding `options-map` to the request and signing with `credentials`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close