Feature/220510 joongna api
중고나라 키워드 검색 api
api/v2/joongna/{keyword}
GET 요청하려 keyword 전달네이버 카페 검색 api를 통해 유사도 높은 순서로 검색
검색 결과의 카페 링크를 통해 세부 항목 크롤링 (selenium)
세부 항목 담아서 response
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b feature/220510_joongna_api origin/feature/220510_joongna_api
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git checkout main git merge --no-ff feature/220510_joongna_api
Step 4. Push the result of the merge to GitLab
git push origin main
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.