mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-09 20:00:12 +00:00
Harvey Tindall
9c34192b4f
Currently uses an API key (Seems simpler for the user than importing the jfa-go user and granting perms). Strategy as follows: * MustGetUser(jfID) function checks the cache for user, if not, calls Jellyseerr's importer passing jfID. From either, the user object is returned, which (in later commits) can be used to update the user's email (and potentially other info). My API key is in there rn but its for a local testing instance, who cares.
8 lines
191 B
Modula-2
8 lines
191 B
Modula-2
module github.com/hrfee/jfa-go/jellyseerr
|
|
|
|
replace github.com/hrfee/jfa-go/common => ../common
|
|
|
|
go 1.18
|
|
|
|
require github.com/hrfee/jfa-go/common v0.0.0-20240728190513-dabef831d769 // indirect
|