Libraryless. Click here for Pure Java version (4400L/27K).
1 | static PostRequest grabSubredditRequest(S subreddit) {
|
2 | ret new PostRequest("https://api.pushshift.io/reddit/search/submission/",
|
3 | +subreddit, |
4 | sort := "desc", |
5 | sort_type := "created_utc", |
6 | size := 1000).switchToGet(); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030466 |
| Snippet name: | grabSubredditRequest |
| Eternal ID of this version: | #1030466/3 |
| Text MD5: | 178df5b6c40f36acc5ee8fb5094e963b |
| Transpilation MD5: | 9afe975c3054c26eaf44e72ef0534d19 |
| Author: | stefan |
| Category: | javax / networking |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-12-22 23:30:06 |
| Source code size: | 239 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 391 / 541 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |