Oddbean new post about | logout
 Accessing Google API with OAuth2 and a service account from Clojure

https://blog.jakubholy.net/2023/accessing-google-api-from-clojure/

How to turn a service account’s service.json into an access token you can actually use to call Google APIs, when you don’t want to use Google’s SDK? With Buddy’s JWT it is pretty simple, and Tim Pratley’s HappyGAPI will show us how to do it. (I...

#clojure #clj #cljs