-
Notifications
You must be signed in to change notification settings - Fork 0
/
devrant.apib
39 lines (21 loc) · 1011 Bytes
/
devrant.apib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
FORMAT: 1A
HOST: https://devrant.com/api
# devRant API
Welcome to the unofficial devRant API Documentation!
Here you will find documentation for all known endpoints
**Note:**<br>
All *POST* requests are done with header application/x-form-urlencoded, API blueprint does not support *POST* request documentation yet
***POST requests will not work in playground***
Documentation was written by [@Skayo](https://github.com/Skayo) and [@frogstair](https://github.com/frogstair)
Find an awesome-list [here](https://github.com/devRant-Community/awesome-devrant)
:[Rants](reference/rants.apib)
:[Authentication and user](reference/auth_and_user.apib)
:[Search](reference/search.apib)
:[Weeklys](reference/weeklys.apib)
:[User interaction](reference/user_interaction.apib)
# Data Structures
:[Rant](data-structures/Rant.apib)
:[RantFeed](data-structures/RantFeed.apib)
:[RantInFeed](data-structures/RantInFeed.apib)
:[Comment](data-structures/Comment.apib)
:[Profile](data-structures/Profile.apib)