Archived
1
0
Disbranĉigi 0

Documentation update

This commit is contained in:
Jenga Phoenix 2019-02-18 23:25:51 -06:00
parent 6f37abd11c
commit 0e219485ab

View File

@ -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