wip
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# google-photos-downloader
|
# Google Photos Downloader
|
||||||
|
|
||||||
FIXME: description
|
Downloads all of your Google Photos to a directory.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
7
src/google_photos_downloader/googleapi.clj
Normal file
7
src/google_photos_downloader/googleapi.clj
Normal 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"
|
||||||
|
[]
|
||||||
|
())
|
||||||
Reference in New Issue
Block a user