creds-example.lisp @ 059f10f16431

Use pattern matching to clean things up
author Steve Losh <steve@stevelosh.com>
date Fri, 20 Jan 2017 00:02:27 +0000
parents 5cfeafea0350
children 0959bec6eaa2
(in-package :magitek.twitter)

(setf *api-key* "...")
(setf *api-secret* "...")

(setf *credentials*
  '(
    (auth-plist-goes-here use (authorize) to get it)
    ))