Skip to content

Commit 5170085

Browse files
authored
Update NewsClient.kt
1 parent 5ff0f44 commit 5170085

File tree

1 file changed

+2
-2
lines changed
  • app/src/main/java/com/digitalskies/androidpaging3/network

1 file changed

+2
-2
lines changed

app/src/main/java/com/digitalskies/androidpaging3/network/NewsClient.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object NewsClient {
1010

1111
const val BASE_URL="https://newsapi.org/v2/"
1212

13-
const val API_KEY="b2001f141c034d3ebf1425f0818f39d5"
13+
const val API_KEY="YOUR API KEY"
1414

1515
fun getNewsApi():NewsApi{
1616
val httpLoggingInterceptor=HttpLoggingInterceptor()
@@ -32,4 +32,4 @@ object NewsClient {
3232
.build()
3333
.create(NewsApi::class.java)
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)