A place to put code that is reused by many commands which are part of the [xml-authoring-tools suite](https://github.com/forikal-uk/xml-authoring-tools).
Apache License 2.0
0
stars
0
forks
source link
Todo: Consider using cache/filesystem to store auth tokens #2
When I ran a composer require for gsheet-to-xml (which I believe uses this library) I noticed that google/apiclient suggested a package which could be used for storing auth tokens:
google/apiclient suggests installing cache/filesystem-adapter (For caching certs and tokens (using Google_Client::setCache))
When I ran a
composer require
forgsheet-to-xml
(which I believe uses this library) I noticed thatgoogle/apiclient
suggested a package which could be used for storing auth tokens:google/apiclient suggests installing cache/filesystem-adapter (For caching certs and tokens (using Google_Client::setCache))
So that might be a refactoring we could do in
xml-authoring-library/src/GoogleAPI/GoogleAPIClient.php