From fb30a4ea4a90efb1667ae62acc01041ebfda8967 Mon Sep 17 00:00:00 2001 From: Harmon Date: Thu, 27 May 2021 11:06:23 -0500 Subject: [PATCH] Update and improve documentation for API.configuration --- tweepy/api.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tweepy/api.py b/tweepy/api.py index 9256ae2..99a5ecb 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -3894,9 +3894,14 @@ class API: It is recommended applications request this endpoint when they are loaded, but no more than once a day. - :rtype: :class:`JSON` object + Returns + ------- + :class:`dict` + JSON - :reference: https://developer.twitter.com/en/docs/twitter-api/v1/developer-utilities/configuration/api-reference/get-help-configuration + References + ---------- + https://developer.twitter.com/en/docs/twitter-api/v1/developer-utilities/configuration/api-reference/get-help-configuration """ return self.request('GET', 'help/configuration', **kwargs) -- 2.25.1