A Go library that (partially) implements Google Library API.
The information below may be outdated. For the latest version, check the repository.
gphotoslibrary
a Go library that (partially) implements Google Library API
This library was forked from Google’s official autogenerated library, that has since been altogether removed from Google’s repository. The original library was incomplete anyway.
The aim here is to have a complete (in future) library while maintaining backwards compatibility, so that any project could
|
|
instead of
|
|
that now points to nowhere and fails.
Development and Contribution
I try to fix bugs when I see them, but in general the library is being developed in a “scratch your own itch” way, that is, I add missing functionality when I need it. You are welcome to do so, too. Clone, fix, pull request - you know the drill. If you decide to do that, try to adhere to the general way Google API libraries are written: we want to keep this library familiar and in style with the rest of the bunch.
Credits
This software uses (and incorporates at the time of compilation) the following software or parts thereof:
- gensupport Copyright 2018 Google
- googleapi Copyright 2018 Google
- The Go Programming Language Copyright 2009 The Go Authors