🎉 Create add-image-from-url service

This commit is contained in:
Andrés Moya 2020-06-24 11:37:07 +02:00 committed by Andrey Antukh
parent c0cbb5877b
commit 85bae6cf26
4 changed files with 86 additions and 18 deletions

View file

@ -105,6 +105,7 @@
(s/def ::number (s/conformer number-conformer str))
(s/def ::integer (s/conformer integer-conformer str))
(s/def ::not-empty-string (s/and string? #(not (str/empty? %))))
(s/def ::url string?)
#?(:clj (s/def ::path (s/conformer path-conformer str)))
;; --- Macros