UNPKG

googlephotos

Version:

Library to make working with the Google Photos API easy

8 lines (5 loc) 104 B
'use strict'; const API = { HOST: 'https://photoslibrary.googleapis.com/', }; module.exports = API;