elvith@feddit.orgtoWorld News@lemmy.world•Russia behind plot to plant bombs on cargo planes, Western official saysEnglish
7·
9 days agoHey, uhm… Also I heard, that there’s oil to be found below Putin’s secret bunker.
Former Reddfugee, found a new home on feddit.de. Server errors made me switch to discuss.tchncs.de. Now finally @ home on feddit.org.
Likes music, tech, programming, board games and video games. Oh… and coffee, lots of coffee!
I � Unicode!
Hey, uhm… Also I heard, that there’s oil to be found below Putin’s secret bunker.
Probably wonder why I did install a windows program on Linux
rm -rf ~/*.tar
Guys, I cleaned up!
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 ...