Skip to content

Commit

Permalink
Add some encode-decode aliases to core
Browse files Browse the repository at this point in the history
  • Loading branch information
camsaul committed Sep 25, 2020
1 parent f0b1a5c commit 6689b73
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/saml20_clj/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
(:require [potemkin :as p]
[saml20-clj
[coerce :as coerce]
[encode-decode :as encode]
[state :as state]]
[saml20-clj.sp
[metadata :as metadata]
Expand All @@ -13,16 +14,22 @@
;; this is so the linter doesn't complain about unused namespaces.
(comment
coerce/keep-me
encode/keep-me
metadata/keep-me
request/keep-me
response/keep-me
state/keep-me)

(p/import-vars
[coerce
->X509Certificate
->Response
->xml-string]

[encode
str->base64
base64->str]

[metadata
metadata]

Expand Down

0 comments on commit 6689b73

Please sign in to comment.