1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-11-09 20:00:12 +00:00
jfa-go/jellyseerr
Harvey Tindall 73e985c45c
jellyseerr: add user modification methods
addded permissions get/set before realizing it already comes as part of
the User object. Split User attributes that will be templated into
UserTemplate struct, which User inherits. ApplyTemplateToUser takes a
UserTemplate, while ModifyUser takes a plain map with some typed fields
(display name and email, for now).
2024-07-29 17:36:29 +01:00
..
go.mod jellyseerr: start API client 2024-07-29 16:46:37 +01:00
jellyseerr_test.go jellyseerr: add user modification methods 2024-07-29 17:36:29 +01:00
jellyseerr.go jellyseerr: add user modification methods 2024-07-29 17:36:29 +01:00
models.go jellyseerr: add user modification methods 2024-07-29 17:36:29 +01:00