MoviebaseApp / tmdb-kotlin

🎬 Modern powerful TMDB API to fetch movies and TV shows for Kotlin Multiplatform.
https://www.moviebase.app
Apache License 2.0
210 stars 22 forks source link

tmdbAuthCredentials should be userAuthentication #77

Closed gokkayasertac closed 1 year ago

gokkayasertac commented 1 year ago

In the README.md file, it is stated that 'tmdbAuthCredentials' can be used directly in the project. However, this variable is defined as internal, which means it cannot be accessed directly. Instead, a method called 'userAuthentication' has been defined, and the content of 'tmdbAuthCredentials' needs to be changed through this method. You need to change just README.md file for misinformation.

ChrisKruegerDev commented 1 year ago

Thanks. I will update the README soon!