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
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por superboy97
el 4 de febrero de 2024 a las 14:03
You just have to use your API key.