How to call a function read from an EDN file?

2018-03-12 Thread Christopher Lee
down votefavorite <https://stackoverflow.com/questions/49245041/how-to-call-a-function-read-from-an-edn-file#> Clojure noob here. After reading in the google-creds.edn file like so: "(edn/read-string (slurp "config/google-creds.edn"))" How do I call the function get

Re: How to call a function read from an EDN file?

2018-03-13 Thread Simon Luetzelschwab
Hey Christopher, Welcome to the wonderful world of Clojure and we're glad to have you! It appears you are trying to authenticate using Google's OAuth library and are currently using the google-apps-clj wrapper. You have to either keep a reference to