Documentation update
This commit is contained in:
parent
6f37abd11c
commit
0e219485ab
|
@ -60,6 +60,8 @@ basis.
|
||||||
|
|
||||||
USER
|
USER
|
||||||
--------------------
|
--------------------
|
||||||
|
* id
|
||||||
|
The user's ID
|
||||||
* username
|
* username
|
||||||
The user's username
|
The user's username
|
||||||
* full_name
|
* full_name
|
||||||
|
@ -68,13 +70,15 @@ USER
|
||||||
The user's bio
|
The user's bio
|
||||||
* email
|
* email
|
||||||
The user's email
|
The user's email
|
||||||
|
* websit
|
||||||
|
The user's website
|
||||||
* posts
|
* posts
|
||||||
A list of the user's posts (IDs) from newest to oldest
|
A list of the user's posts (IDs) from newest to oldest
|
||||||
|
|
||||||
POST
|
POST
|
||||||
--------------------
|
--------------------
|
||||||
* author
|
* author
|
||||||
The post's author (username)
|
The post's author (ID)
|
||||||
* date
|
* date
|
||||||
The post's publishing date
|
The post's publishing date
|
||||||
* id
|
* id
|
||||||
|
|
Reference in New Issue