From ab7e5e55243a4d415325af6e8136ea7b99af890a Mon Sep 17 00:00:00 2001 From: Nekobit Bitneko Date: Fri, 25 Nov 2022 00:06:09 -0500 Subject: [PATCH] Docs: initial --- docs/api.xml | 211 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 211 insertions(+) create mode 100644 docs/api.xml diff --git a/docs/api.xml b/docs/api.xml new file mode 100644 index 000000000..de6778420 --- /dev/null +++ b/docs/api.xml @@ -0,0 +1,211 @@ + + + + + + + + + + + Submits a post. + + + + + + The posts title. :emojis: will be parsed as well. Plaintext. No markdown. + + + + + Post URL. Be wary of duplicates. + + + + + The post in markdown. + + + + + + + + The post you were looking for. + + + + + + + { + "our": "example, here", + "our": "example, here" + } + + + + + + + + + + + + + + + + + + Sends a user a message + + + + + + User URL + + + + + Message data to the user. + + + + + + + + + + + + + + + + + + { + } + + + + + + + + + + + + + + + + + + Creates a comment on a post, or replies to a comment + + + + + + Fullname of the parent (this isn't actually real, right?) + + + + + Parent submission (the id, right?) + + + + + Your messages content + + + + + + + + + + + + + + + { + } + + + + + + + + + + + + + + + +