-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #202 from boostcampwm2023/iOS/test#200
test: Home 테스트 코드 작성
- Loading branch information
Showing
13 changed files
with
862 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
{ | ||
"customCode": "SUCCESS", | ||
"message": "요청이 성공적으로 처리되었습니다.", | ||
"statusCode": 200, | ||
"data": [ | ||
{ | ||
"member" : { | ||
"id" : 1, | ||
"username" : "loinsir", | ||
"introduce" : "Hi, my name is hwani", | ||
"profile_image_url" : "https://i.namu.wiki/i/HPFgEkrlX8wtU-agoxsqlzllzfJrcFkDSJYFQxdBHUNyjyZtUpS9zy-7-6lfz4ngzB-1wbLRyhIP4TmnwPwKJ0mUec5403r5TJnI3NZpsYJL6GEVQTmR52YoFGLMbaIe4aGSzh4B4InI9r2g0VV74g.svg" | ||
}, | ||
"board" : { | ||
"id" : 1, | ||
"encoded_video_url" : "https://assets.afcdn.com/video49/20210722/v_645516.m3u8", | ||
"video_thumbnail_url" : "https://think-note.com/wp-content/uploads/2023/07/eta_3.jpg", | ||
"longitude" : "37.0532156213", | ||
"latitude" : "127.060123123", | ||
"title" : "최강 아이돌", | ||
"content" : "게시글 설명" | ||
}, | ||
"tag" : ["나도몰라요", "너도몰라요"] | ||
}, | ||
{ | ||
"member" : { | ||
"id" : 2, | ||
"username" : "chopmozzi", | ||
"introduce" : "Hi, my name is hwani", | ||
"profile_image_url" : "https://m.segye.com/content/image/2023/03/15/20230315514234.jpg" | ||
}, | ||
"board" : { | ||
"id" : 2, | ||
"encoded_video_url" : "https://qc66zhsq1708.edge.naverncp.com/hls/fMG98EEU8c1UirV-awtm4qKJyhaHRcnDymRFlPLZbTs_/layover-station/IMG_0136_AVC_,HD,SD,_1Pass_30fps.mp4.smil/master.m3u8", | ||
"video_thumbnail_url" : "video_thumbnail_link", | ||
"longitude" : "37.0532156213", | ||
"latitude" : "127.060123123", | ||
"title" : "프로듀스 101", | ||
"content" : "게시글 설명" | ||
}, | ||
"tag" : ["해시태그", "해시태그2"] | ||
}, | ||
{ | ||
"member" : { | ||
"id" : 3, | ||
"username" : "anyukyung", | ||
"introduce" : "Hi, my name is hwani", | ||
"profile_image_url" : "https://images.khan.co.kr/article/2021/11/15/l_2021111502000877900178361.jpg" | ||
}, | ||
"board" : { | ||
"id" : 3, | ||
"encoded_video_url" : "https://sample.vodobox.net/skate_phantom_flex_4k/skate_phantom_flex_4k.m3u8", | ||
"video_thumbnail_url" : "https://cdnimg.melon.co.kr/resource/image/cds/musicstory/imgUrl20210831030133473.jpg/melon/quality/90/optimize", | ||
"longitude" : "37.0532156213", | ||
"latitude" : "127.060123123", | ||
"title" : "프로미스 나인", | ||
"content" : "게시글 설명" | ||
}, | ||
"tag" : ["해시태그1", "해시태그2"] | ||
}, | ||
{ | ||
"member" : { | ||
"id" : 4, | ||
"username" : "layover", | ||
"introduce" : "Hi, my name is hwani", | ||
"profile_image_url" : "profile_image_link" | ||
}, | ||
"board" : { | ||
"id" : 4, | ||
"encoded_video_url" : "https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8", | ||
"video_thumbnail_url" : "https://res.heraldm.com/content/image/2023/04/16/20230416000040_0.jpg", | ||
"longitude" : "37.0532156213", | ||
"latitude" : "127.060123123", | ||
"title" : "아이즈원", | ||
"content" : "게시글 설명2" | ||
}, | ||
"tag" : ["해시태그1", "해시태그6"] | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.