photoprism-client-go/examples
Astra 353a9769ad Update logger import path 2023-02-08 13:07:22 +00:00
..
README.md Remove unnecessary files 2023-01-18 00:16:07 +00:00
album.go Update logger import path 2023-02-08 13:07:22 +00:00
common.go Update logger import path 2023-02-08 13:07:22 +00:00
getalbum.go Update logger import path 2023-02-08 13:07:22 +00:00
login.go Update logger import path 2023-02-08 13:07:22 +00:00
photo.go Update logger import path 2023-02-08 13:07:22 +00:00

README.md

Examples

Here are good examples and working code snippets to start from.

A lot of these files are used for development and are subject to change.

Running the examples

Run the examples. Make sure to pass both the file you wish to run, as well as common.go to include the convenience functions.

go run photo.go common.go # Run the photo example
go run login.go common.go # Run the login example