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
Не можеш да нађеш филм или серију? Пријави се да додаш.
Желите ли да оцените или додате ову ставку у листу?
Нисте члан?
Одговор од superboy97
дана 04. фебруар 2024. у 2:03 PM
You just have to use your API key.