实现通过 url 获取博文的 api
cnblogs-dudu opened this issue · comments
dudu commented
dudu commented
已实现,api url 是 https://api.cnblogs.com/api/blog/v2/blogposts/url/{blogPostUrl}
注:需要对 blogPostUrl
进行编码
/cc @super-chen
chenxizhang commented
能否返回类别信息? @cnblogs-dudu
dudu commented
@chenxizhang 最近会安排时间加上,返回分类与标签
dudu commented
@chenxizhang 已实现,添加查询参数 ?includeTags=true&includeCategories=true
可返回
,"tags":["每周热点回顾"],"categories":["每周热点回顾"]}