Update contents
This commit is contained in:
parent
0801dbc1f6
commit
88ed5f794d
10 changed files with 18 additions and 15 deletions
src/lib
|
@ -1,15 +1,20 @@
|
|||
(defpackage #:hp/lib/cms
|
||||
(:use #:cl)
|
||||
(:import-from #:microcms
|
||||
#:define-list-client)
|
||||
#:define-list-client
|
||||
#:define-object-client)
|
||||
(:import-from #:hp/lib/env
|
||||
#:microcms-service-domain
|
||||
#:microcms-api-key)
|
||||
(:export #:get-blog-list
|
||||
#:get-blog-detail))
|
||||
#:get-blog-detail
|
||||
#:get-bio
|
||||
#:get-work))
|
||||
(in-package :hp/lib/cms)
|
||||
|
||||
(setf microcms:*service-domain* (microcms-service-domain))
|
||||
(setf microcms:*api-key* (microcms-api-key))
|
||||
|
||||
(define-object-client bio)
|
||||
(define-object-client work)
|
||||
(define-list-client blog)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue