minus-squareelvith@feddit.orgtoSelfhosted@lemmy.world•Immich Public Proxy: Safely share your photos and albums without exposing your Immich instancelinkfedilinkEnglisharrow-up9·3 days agoI don’t know the Immich API, but I’ve seen several REST APIs that used the usual pattern of GET /api/v1/user/<id> - read user POST /api/v1/user/ - create user ... but also allowed GET /api/v1/user/<id> - read user GET /api/v1/user/?action=create - create user ... linkfedilink
I don’t know the Immich API, but I’ve seen several REST APIs that used the usual pattern of
GET /api/v1/user/<id> - read user POST /api/v1/user/ - create user ...
but also allowed
GET /api/v1/user/<id> - read user GET /api/v1/user/?action=create - create user ...