Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit d7fc2e5

Browse files
authored
Update README.md
1 parent 0a5b6e1 commit d7fc2e5

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,25 @@
22
## *Easier Interactions in a Tiny Package*
33

44
The API.it package made by [@RayhanADev](https://repl.it/@RayhanADev) is a wrapper for Repl.it's GraphQL (and in the future REST and even Crosis) API. With multitudes of features such as:
5-
- Fetching User Data (such as):
5+
6+
- **Fetching User Data** (such as):
67
- Profile Info (Date Joined, Profile Picture, Cycles, etc.)
78
- Posts by Filter
89
- Comments by Filter
10+
- **Fetching Post Data** (such as):
11+
- Title & Body
12+
- Author
13+
- Upvotes & Upvoters
14+
- Comments
15+
- Type
16+
- **Fetching Comment Data** (such as):
17+
- Body
18+
- Vote Count
19+
- Parent Comments
20+
- Answer to Question
21+
- **Fetching Repl Data** (such as):
22+
- Title
23+
- Embed Url
24+
- Time Created
25+
26+
## **How to Use?**

0 commit comments

Comments
 (0)