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

feat: naver search blog api를 적용하라 #85

Merged
merged 2 commits into from
Apr 16, 2023
Merged

Conversation

saseungmin
Copy link
Member

  • install qs, axios dependencies
  • naver search blog api 구현
  • axios console error 이슈 수정

- install qs, axios dependencies
- naver search blog api 구현
- axios console error 이슈 수정
@vercel
Copy link

vercel bot commented Apr 16, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
offbeat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 16, 2023 2:19pm

@saseungmin saseungmin linked an issue Apr 16, 2023 that may be closed by this pull request
@github-actions
Copy link

Bundle Sizes

Compared against b850798

Route: No significant changes found

Dynamic import: None found.

@codecov-commenter
Copy link

codecov-commenter commented Apr 16, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.33 🎉

Comparison is base (b850798) 97.53% compared to head (7ad1263) 97.86%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #85      +/-   ##
==========================================
+ Coverage   97.53%   97.86%   +0.33%     
==========================================
  Files          14       17       +3     
  Lines         162      187      +25     
  Branches       22       27       +5     
==========================================
+ Hits          158      183      +25     
  Misses          4        4              
Impacted Files Coverage Δ
lib/apis/index.ts 100.00% <100.00%> (ø)
lib/apis/search/index.ts 100.00% <100.00%> (ø)
mocks/fixtures/searchBlog.ts 100.00% <100.00%> (ø)
utils/index.ts 92.30% <100.00%> (+3.41%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Comment on lines +7 to +13
packageExtensions:
axios@*:
dependencies:
debug: "*"
debug@*:
dependencies:
supports-color: "*"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

axios 의 debug dependency yarn berry 미지원 이슈
debug-js/debug#731
yarnpkg/berry#587

@@ -10,6 +10,7 @@ const nextConfig = {
experimental: {
appDir: true,
typedRoutes: true,
esmExternals: 'loose',
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@saseungmin saseungmin merged commit 0c9a3b2 into main Apr 16, 2023
@saseungmin saseungmin deleted the feature/issue-62 branch April 18, 2023 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

naver search api 붙이기
2 participants