diff options
Diffstat (limited to 'lib/client.lisp')
-rw-r--r-- | lib/client.lisp | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/lib/client.lisp b/lib/client.lisp index 4aff60d..39d60ec 100644 --- a/lib/client.lisp +++ b/lib/client.lisp @@ -16,10 +16,14 @@ ;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :oneliners.cli) -;; >>>>>NOTE WHILE HACKING<<<<<. Each of the functions below that make -;; HTTP requests are meant to be called within the body of a -;; WITH-LOCAL-STATE form. If you are hacking in the REPL, make sure -;; to wrap function calls appropriately. +;;;; >>>>>NOTE WHILE HACKING<<<<<. +;;;; ---------------------------------------------------------------- +;;;; Each of the functions below that make HTTP requests are meant to +;;;; be called within the body of a WITH-LOCAL-STATE form. If you are +;;;; hacking in the REPL, make sure to wrap function calls +;;;; appropriately. +;;;; ---------------------------------------------------------------- + ;;; GETTING ONELINERS & DISPLAYING ONELINERS |