Hi all,
i'm currently working on a small hobby programming project. I use C# with the TMDbLib nuget package (https://github.com/jellyfin/TMDbLib) as a wrapper. My main purpose is the renaming of my movie/series - files based on the data from TMDb.
This works fine for me, i use my APIKey for connect and getting the desired data. But now i'm start to thinking about a multi user szenario.
So what its the desired way to use the API in this case? It's only readonly, can i still use only my APIKey or do i have to use the readonly APIToken? Should i use guest sessions or do i need user sessions? Or do need every user his own APIKey?
I definitly plan to implement caching mechanism, to reduce API Traffic. I just want it to use the right way, so pls show me.
Greetings
Ne možete pronaći film ili TV seriju? prijavite se da biste ga napravili.
Want to rate or add this item to a list?
Not a member?
Odgovorio superboy97
dana 4 veljača 2024 u 2:03 PM
You just have to use your API key.