devvit
devvit copied to clipboard
Reddit for Developers
### Details It's difficult for devs to build the reddit/devvit public repo. For example there are dependencies referencing npm packages that don't exist publicly. PitchforkAssitant has detailed the steps below...
### Details there's a limit of 1000 applied to zRange calls where { by: "score" } is specified, but that doesn't apply more generally. Example code from an app where...
I'd like it if there was an interface for adding a domain that Reddit reverse proxies, so I can connect to it over WebSocket or fetch it without contacting an...
### Details The current thumbnails provided are very low res, it would be nicer to pick the higher resolution one ### Additional info **Discord message:** _Correct, the currently provided thumbnail...
### Details "GetNewPosts" the option "timeframe: 'week' but it still fetches ALL post and not that submitted in a Week ### Additional info **Discord message:** _I experienced the same. Got...
### Details I got "Error: GetSubredditInfoByName HTTP error 504: Gateway Timeout" during my second attempt uploading, and then back to 503 in my third attempt. ### Additional info **Discord message:**...
### Details Expected behaviour: When calling getUserByUsername on these users, I expect to get `undefined` back. Actual behaviour: Some users (e.g. SomeRedditWanker, RedheadBanjoBabe) return `undefined`. Others (Driver_67, frankeh, heknarf, Tribyoon_)...
Internally, Devvit has access to the user's display name and bio within Protos - on `UserAboutResponse` the display name is accessible as `data.subreddit?.title` and the bio as `data.subreddit?.publicDescription`. It would...
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...
!-- If this pull request closes an issue, please mention the issue number below --> Closes # !-- Issue # here --> (not that i know of) ## 💸 TL;DR...