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
모션트콘 리스트(결제순?좋아요순?)
GET /motionticons/?size={size}
에셋 좋아요
POST /assets/like
{
"asset_id": ?
}
스티콘 좋아요
POST /sticons/like
{
"sticon_id": ?
}
모션티콘 좋아요
POST /motionticons/like
{
"motionticon_id": ?
}
[스토어 - 내아이템]
랜드마크별 에셋 리스트
GET /assets?landmark={landmark}&size={size}
스티커 리스트(결제순?좋아요순?)
GET /sticons?size={size}
모션별 모션티콘 리스트(결제순?좋아요순?)
GET /motionticons?motion={motion}&size={size}
[스토어 - 작가페이지]
작가 정보
GET /users/{userId}
작가 아이템 리스트 (using landmarks or sticon, motionticon)
GET /assets/author/{authorId}?landmark={landmark}
GET /sticons/author/{authorId}
GET /motionticons/author/{authorId}
[로그인 페이지]
POST /users/signin
{
"email": ?
"password": ?
}
GET /users?phone={phone}
GET /users?email={email}
[회원가입 페이지]
POST /users/signup
{
"email": ?
"username": ?
"password": ?
}
[카메라]
GET /assets/buyer/{buyerId}
GET /sticons/buyer/{buyerId}
GET /assets/buyer/{buyerId}
[스토어 - 홈]
GET /assets/today
GET /assets/popular
GET /assets/?size={size}
GET /sticons/?size={size}
GET /motionticons/?size={size}
POST /assets/like
{
"asset_id": ?
}
POST /sticons/like
{
"sticon_id": ?
}
POST /motionticons/like
{
"motionticon_id": ?
}
[스토어 - 내아이템]
GET /assets?landmark={landmark}&size={size}
GET /sticons?size={size}
GET /motionticons?motion={motion}&size={size}
[스토어 - 작가페이지]
GET /users/{userId}
GET /assets/author/{authorId}?landmark={landmark}
GET /sticons/author/{authorId}
GET /motionticons/author/{authorId}
POST /users/like
{
"author_id": ?
}
[스토어 - 좋아요]
좋아요 작가 리스트 조회
좋아요 에셋 리스트 조회
좋아요 스티콘 리스트 조회
좋아요 모션티콘 리스트 조회
[스토어 - 스틱]
보유 스틱
소멸 예정 스틱(보류)
충전 가능 스틱(보류)
스틱 조회
스틱 충전
[스토어 - 검색]
[아이템 프리뷰]