This commit is contained in:
benjaminramey
2020-08-05 13:38:02 -05:00
parent 6b0023680c
commit 22e0ff0998
3 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# google-photos-downloader # Google Photos Downloader
FIXME: description Downloads all of your Google Photos to a directory.
## Installation ## Installation

View File

@@ -0,0 +1,7 @@
(ns google-photos-downloader.googleapi
(:require [clj-http.client :as client]))
(defn getAuthToken
"Gets a token from the Google OAuth"
[]
())