From 0e219485ab26dfcccc6c68e4c532c54b8d28c8c2 Mon Sep 17 00:00:00 2001 From: Jenga Phoenix Date: Mon, 18 Feb 2019 23:25:51 -0600 Subject: [PATCH] Documentation update --- docs/variables.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/variables.txt b/docs/variables.txt index 55fa139..f7dab48 100644 --- a/docs/variables.txt +++ b/docs/variables.txt @@ -60,6 +60,8 @@ basis. USER -------------------- + * id + The user's ID * username The user's username * full_name @@ -68,13 +70,15 @@ USER The user's bio * email The user's email + * websit + The user's website * posts A list of the user's posts (IDs) from newest to oldest POST -------------------- * author - The post's author (username) + The post's author (ID) * date The post's publishing date * id