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
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de superboy97
em 4 fevereiro 2024 às 2:03 PM
You just have to use your API key.