cohost

Unofficial Common Lisp client library for Cohost
git clone https://todayiwilllaunchmyinfantsonintoorbit.com/cohost.git
Log | Files | Refs | LICENSE

commit 4c75e0d8f9d7b7cf4778615997d9d6f2f5ffaf18
parent 62594deeb4aa9e858ac3cf666b7d337d13809076
Author: Decay <decay@todayiwilllaunchmyinfantsonintoorbit.com>
Date:   Sun, 12 Feb 2023 18:34:50 -0800

Fixing a typo

Diffstat:
MREADME.markdown | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.markdown b/README.markdown @@ -208,7 +208,7 @@ All boolean values are [generalized booleans](http://clhs.lisp.se/Body/26_glo_g. * CLIENT - Initalized client object * POST - An existing CHOST object. - **Returns**: `(VALUES POST POST-RESPONSE)` + **Returns**: `(VALUES NEW-POST POST-RESPONSE)` * NEW-POST - A new CHOST object, copied from POST and updated with the new post ID and with any attachments updated with their associated IDs as well. * POST-RESPONSE - The parsed JSON response from the Cohost API endpoint.