Options
All
  • Public
  • Public/Protected
  • All
Menu

External module scripts/sources/photo_source_reddit

A source of photos from reddit https://www.reddit.com/dev/api/

Index

Variables

Const KEY

KEY: "KEY_REDDIT" = "KEY_REDDIT"

Reddit rest API authorization key

Const MAX_PHOTOS

MAX_PHOTOS: 200 = 200

Max photos to return

Const MAX_SIZE

MAX_SIZE: 3500 = 3500

Max size of photo to use

Const MIN_SIZE

MIN_SIZE: 750 = 750

Min size of photo to use

Const REDIRECT_URI

REDIRECT_URI: string = `https://${chrome.runtime.id}.chromiumapp.org/reddit`

Redirect uri

Let snoocore

snoocore: function

Expose reddit API

Type declaration

    • (arg0: string): any
    • Parameters

      • arg0: string

      Returns any

Generated using TypeDoc