Statics§
- CANONICAL_
PATH - Cached static for the
canonical_path
function. - CLIENT
- HTTPS_
CONNECTOR - JSON
- Cached static for the
json
function. - OAUTH_
CLIENT - OAUTH_
IS_ ROLLING_ OVER - OAUTH_
RATELIMIT_ REMAINING
Functions§
- canonical_
path - Gets the canonical path for a resource on Reddit. This is accomplished by
making a
HEAD
request to Reddit at the path given inpath
. - canonical_
path_ no_ cache - Origin of the cached function
canonical_path
. - canonical_
path_ prime_ cache - Primes the cached function
canonical_path
. Gets the canonical path for a resource on Reddit. This is accomplished by making aHEAD
request to Reddit at the path given inpath
. - json
- This is a cached function that uses the
JSON
cached static. - json_
no_ cache - Origin of the cached function
json
. - json_
prime_ cache - Primes the cached function
json
. This is a cached function that uses theJSON
cached static. - proxy
- rate_
limit_ check