We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在不放入Access Token 的情況下 GET /v1/popular-articles 應該出現熱門文章列表,上限為 100 個文章。但是回傳空列表。
curl http:localhost:8081/v1/popular-articles
應該要回傳熱門文章列表
The text was updated successfully, but these errors were encountered:
看起來 go-bbs 還沒有實作
Sorry, something went wrong.
go-bbs應該不會實作這個,他一開始就沒有存在於PTT 應該是另外在PTT-backend 做統計就行了
原來如此!我看註解覺得好像會有 go-bbs 的實作,雖然沒看到有對應的 interface 定義。
這個ISSUE存在和 #117 還沒有實作有關
No branches or pull requests
發生了什麼事? / The Problem
在不放入Access Token 的情況下 GET /v1/popular-articles 應該出現熱門文章列表,上限為 100 個文章。但是回傳空列表。
如何重現 / To Reproduce
curl http:localhost:8081/v1/popular-articles
預期的行為 / Expected behavior
應該要回傳熱門文章列表
螢幕截圖 / Screenshots
開發環境 / Environment
The text was updated successfully, but these errors were encountered: