Replies: 1 comment
-
Thank you for your feedback! Please note that the swagger docs are still work in progress, so not all endpoints are documented in detail yet. Which endpoint are you trying to use? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Photoprism
I am trying to get a go library to work which I generated from your swagger io. Trying to run an example app which dowloads the first 10 pictures of the first album works except for https://github.com/drummonds/photoprism-go-api/blob/main/example/showAlbum/showAlbum.go#L88
The download of the file.
In order to get it to work I need to set the PHOTOPRISM_AUTH_MODE to public (which is actually fine in my case) which is not ideal.
I am using an X-AUTH_TOKEN which is working fine for getting data but not dowloading the files.
Beta Was this translation helpful? Give feedback.
All reactions