photoprism-client-go/examples
Kris Nóva 0476727633 Adding sample code for work
Signed-off-by: Kris Nóva <kris@nivenly.com>
2021-02-11 11:53:01 -08:00
..
.gitignore Working download photo method 2021-02-09 18:25:46 -08:00
README.md Updating storage and README files 2021-02-09 18:36:07 -08:00
common.go Pushing changes for testing harness before my next meeting. Adding working exec library and sample code 2021-02-03 11:00:11 -08:00
list.go Adding sample code for work 2021-02-11 11:53:01 -08:00
login.go More API refactoring and working on cleaning up 2021-02-09 14:45:36 -08:00
photo.go Working download photo method 2021-02-09 18:25:46 -08:00

README.md

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