質問編集履歴

1

API情報補足

2020/05/31 04:54

投稿

DaisukeMori
DaisukeMori

スコア226

test CHANGED
File without changes
test CHANGED
@@ -157,3 +157,49 @@
157
157
  Line 36:32: Using target="_blank" without rel="noopener noreferrer" is a security risk: see https://mathiasbynens.github.io/rel-noopener react/jsx-no-target-blank
158
158
 
159
159
  ```
160
+
161
+
162
+
163
+ # 参考 API元抜粋
164
+
165
+
166
+
167
+ ```json
168
+
169
+ articles: [
170
+
171
+ {
172
+
173
+ source: {
174
+
175
+ id: null,
176
+
177
+ name: "Mdpr.jp"
178
+
179
+ },
180
+
181
+ author: "モデルプレス編集部",
182
+
183
+ title: "ダレノガレ明美、薬物検査の結果発表 - モデルプレス",
184
+
185
+ description: "モデルのダレノガレ明美が31日、TBS系「サンデー・ジャポン」(毎週日曜9時54分~)に出演。薬物疑惑報道を受け、行った毛髪検査の結果を生発表した。",
186
+
187
+ url: "https://mdpr.jp/news/detail/2087680",
188
+
189
+ urlToImage: "https://img-mdpr.freetls.fastly.net/article/uq_T/wm/uq_TJuAsSJRgHttqx4aCaGLgOUe_6AuPrRW1HYUwlWo.jpg?width=700&disable=upscale&auto=webp",
190
+
191
+ publishedAt: "2020-05-31T02:33:34Z",
192
+
193
+ content: null
194
+
195
+ },
196
+
197
+
198
+
199
+ ...他記事がいくつか入っている
200
+
201
+
202
+
203
+ }
204
+
205
+ ```