Releases: tanaikech/go-getfilelist
Releases · tanaikech/go-getfilelist
v2.0.0
-
v2.0.0 (February 25, 2022)
- By changing the specification of methods,
drive.New()
andtransport.APIKey
were deprecated. By this, I updated the specification of this library as the version 2. When you are required to continue to usedrive.New()
andtransport.APIKey
, you can use them with the version 1. At version 1,*http.Client
is given to this library. From version 2,*drive.Service
is given instead of*http.Client
. Please be careful this. You can see the sample script at https://github.com/tanaikech/go-getfilelist.
- By changing the specification of methods,