Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

실시간 인기 검색어 API 구현 #710

Closed
2 tasks done
Tracked by #695
Jiwon-Woo opened this issue Aug 29, 2023 · 0 comments · Fixed by #711
Closed
2 tasks done
Tracked by #695

실시간 인기 검색어 API 구현 #710

Jiwon-Woo opened this issue Aug 29, 2023 · 0 comments · Fixed by #711
Assignees
Labels
enhancement New feature or request

Comments

@Jiwon-Woo
Copy link
Member

Jiwon-Woo commented Aug 29, 2023

Tasks

Preview Give feedback

API

Endpoint

GET /search-keywords/popular

Resquest

쿼리스트링이나 파라미터 필요 없음

Response

{
    "items": [
        {
            "searchKeyword": "자바",
            "rankingChange": 1,
        },
        {
            "searchKeyword": "자바스크립트",
            "rankingChange": -1,
        },
        {
            "searchKeyword": "자바 스크립트",
            "rankingChange": 0,
        },
        {
            "searchKeyword": "자바ㅅ",
            "rankingChange": null, // new
        }
    ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant