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
Kan du inte hitta en film eller tv-serie? Logga in för att skapa den.
Vill du betygsätta denna artikel eller lägga till den i en lista?
Inte medlem?
Svar från superboy97
den 4 februari 2024 vid 2:03 PM
You just have to use your API key.