PitchforkAssistant

Results 13 issues of PitchforkAssistant

The .json endpoints for posts and comments in the data API contain: * `author_flair_template_id` * `author_flair_css_class` * `author_flair_richtext` * `author_flair_text_color` * `author_flair_text` * `author_flair_type` * `author_flair_background_color` These are quite hard...

reddit-api

This is the definition for the `GetPageRevisionsOptions`, which are the arguments to get a `Listing` of a wiki page's revisions. https://github.com/reddit/devvit/blob/11c2d52af8134ca9f4379590077f9095f73477d6/packages/public-api/src/apis/reddit/models/WikiPage.ts#L37-L48 It mostly redefines the [`ListingFetchOptions`](https://github.com/reddit/devvit/blob/d101bcaf579042ec1f82e1412266f8e1cf534aa6/packages/public-api/src/apis/reddit/models/Listing.ts#L10-L16) type, but with the...

reddit-api

https://github.com/reddit/devvit/blob/3db7956308a5a36069aa25ade17e97088770170e/packages/reddit/src/plugin.ts#L30-L81 Please export the relevant methods located in `@devvit/reddit/plugin.ts` to get the lower level API functions for use within a Devvit Web app. Marking them as internal and not exporting...

reddit-api