We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff0f44 commit 5170085Copy full SHA for 5170085
app/src/main/java/com/digitalskies/androidpaging3/network/NewsClient.kt
@@ -10,7 +10,7 @@ object NewsClient {
10
11
const val BASE_URL="https://newsapi.org/v2/"
12
13
- const val API_KEY="b2001f141c034d3ebf1425f0818f39d5"
+ const val API_KEY="YOUR API KEY"
14
15
fun getNewsApi():NewsApi{
16
val httpLoggingInterceptor=HttpLoggingInterceptor()
@@ -32,4 +32,4 @@ object NewsClient {
32
.build()
33
.create(NewsApi::class.java)
34
}
35
-}
+}
0 commit comments