Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rock-Candy-Tea/hexo-circle-of-friends
/ endpoints
Endpoints
8 in github.com/Rock-Candy-Tea/hexo-circle-of-friends
⨍
Functions
330
◇
Types & classes
51
↳
Endpoints
8
Route
all
app.get( "/all", tags=["PUBLIC_API"], summary="返回完整统计信息", description="获取数据库中的统计信息和文章列表,支持分页和排
api/vercel.py:None
Route
friend
app.get( "/friend", tags=["PUBLIC_API"], summary="返回所有友链", description="获取数据库中所有朋友的链接信息",
api/vercel.py:None
Route
get_version_info
app.get( "/version", tags=["SYSTEM"], summary="获取版本信息", description="返回当前API服务的版本号", respo
api/vercel.py:None
Route
index
app.get( "/", tags=["SYSTEM"], summary="服务状态", description="返回服务运行状态信息", response_model=In
api/vercel.py:None
Route
post
app.get( "/post", tags=["PUBLIC_API"], summary="返回指定链接的所有文章", description="根据朋友链接获取该朋友的所有文章,支持
api/vercel.py:None
Route
random_friend
app.get( "/randomfriend", tags=["PUBLIC_API"], summary="返回随机友链", description="随机返回指定数量的朋友链接",
api/vercel.py:None
Route
random_post
app.get( "/randompost", tags=["PUBLIC_API"], summary="返回随机文章", description="随机返回指定数量的文章信息",
api/vercel.py:None
Route
summary
app.get( "/summary", tags=["PUBLIC_API"], summary="返回指定链接的文章摘要", description="根据文章链接获取AI生成的文章摘
api/vercel.py:None