You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
completion(.failure(NSError(domain:"", code:400, userInfo:[NSLocalizedDescriptionKey:"Query is empty"])))
@@ -192,10 +192,14 @@ class NewsApiService {
192
192
193
193
structMockData{
194
194
staticletarticles=[
195
-
NewsArticle(author:"Mock Author",title:"Mock Title 1", description:"This is a mock description 1", url:"https://example.com/1", urlToImage:"https://seeklogo.com/images/N/new-york-times-logo-EE0F194CA3-seeklogo.com.png", publishedAt:"2024-12-01T10:00:00Z"),
195
+
NewsArticle(author:"Mock Author",title:"Mock Title 1", description:"This is a mock description 1", url:"https://example.com/1", urlToImage:"https://thumbs.dreamstime.com/b/cute-kawaii-christmas-ghost-festive-holiday-cartoon-hand-drawing-adorable-pose-297512032.jpg", publishedAt:"2024-12-01T10:00:00Z"),
196
196
197
-
NewsArticle(author:"Mock Author 2",title:"Mock Title 2", description:"This is a mock description 2", url:"https://example.com/2", urlToImage:"https://seeklogo.com/images/B/bbc-news-logo-8648ABD044-seeklogo.com.png", publishedAt:"2024-12-01T10:00:00Z"),
197
+
NewsArticle(author:"Mock Author 2",title:"Mock Title 2", description:"This is a mock description 2", url:"https://example.com/2", urlToImage:"https://thumbs.dreamstime.com/b/cute-kawaii-christmas-ghost-festive-holiday-cartoon-hand-drawing-adorable-pose-297512032.jpg", publishedAt:"2024-12-01T10:00:00Z"),
198
+
199
+
NewsArticle(author:"Mock Author 3",title:"Mock Title 3", description:"This is a mock description 2", url:"https://example.com/3", urlToImage:"https://thumbs.dreamstime.com/b/cute-kawaii-christmas-ghost-festive-holiday-cartoon-hand-drawing-adorable-pose-297512032.jpg", publishedAt:"2024-12-01T10:00:00Z"),
200
+
201
+
NewsArticle(author:"Mock Author 3",title:"Mock Title 4", description:"This is a mock description 2", url:"https://example.com/3", urlToImage:"https://thumbs.dreamstime.com/b/cute-kawaii-christmas-ghost-festive-holiday-cartoon-hand-drawing-adorable-pose-297512032.jpg", publishedAt:"2024-12-01T10:00:00Z"),
198
202
199
-
NewsArticle(author:"Mock Author 3",title:"Mock Title 3", description:"This is a mock description 2", url:"https://example.com/3", urlToImage:"https://download.logo.wine/logo/CNN/CNN-Logo.wine.png", publishedAt:"2024-12-01T10:00:00Z"),
203
+
NewsArticle(author:"Mock Author 3",title:"Mock Title 5", description:"This is a mock description 2", url:"https://example.com/3", urlToImage:"https://thumbs.dreamstime.com/b/cute-kawaii-christmas-ghost-festive-holiday-cartoon-hand-drawing-adorable-pose-297512032.jpg", publishedAt:"2024-12-01T10:00:00Z"),
// description: "SwiftUI helps you build great-looking apps across all Apple platforms with the power of Swift — and surprisingly little code. You can bring even better experiences to everyone, on any Apple device, using just one set of tools and APIs.",
0 commit comments