We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a847ba commit 9a62404Copy full SHA for 9a62404
examples/README.md
@@ -0,0 +1,13 @@
1
+# Examples
2
+
3
+## reddit-async.php
4
5
+Call reddit using the async client, accepts multiple subreddits: `php examples/reddit-async.php aww php wow`
6
7
+## reddit-single.php
8
9
+Call reddit using the sync client, accepts one subreddit: `php examples/reddit.php aww`
10
11
+## reddit.php
12
13
+Call reddit using the sync client, accepts multiple subreddits: `php examples/reddit.php aww php wow`
0 commit comments