gphotoslibrary

Библиотека для работы с Google Library API.


Информация ниже могла устареть. Актуальную версию можно найти в репозитории.

gphotoslibrary

a Go library that (partially) implements Google Library API

Build Status codecov Go Report Card GoDoc

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

1
import "evgenykuznetsov.org/go/gphotoslibrary"

instead of

1
import "google.golang.org/api/photoslibrary/v1"

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: