mixmoe / HibiAPI

一个实现了多种常用站点的易用化API的程序 / A program that implements easy-to-use APIs for a variety of commonly used sites.
https://api.obfs.dev
Apache License 2.0
548 stars 83 forks source link

feat: 添加几条 Pixiv API #385

Closed asadahimeka closed 1 year ago

asadahimeka commented 1 year ago

新增了如下几条 API

都没有设置 @cache_config

codecov[bot] commented 1 year ago

Codecov Report

Merging #385 (35879c4) into main (3fca7dd) will increase coverage by 0.49%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #385      +/-   ##
==========================================
+ Coverage   90.90%   91.40%   +0.49%     
==========================================
  Files          58       58              
  Lines        1837     1942     +105     
==========================================
+ Hits         1670     1775     +105     
  Misses        167      167              
Impacted Files Coverage Δ
hibiapi/api/pixiv/api.py 100.00% <100.00%> (ø)
hibiapi/api/bika/api.py 100.00% <0.00%> (ø)
hibiapi/api/wallpaper/api.py 100.00% <0.00%> (ø)
hibiapi/app/routes/qrcode.py 100.00% <0.00%> (ø)
hibiapi/api/netease/api.py 99.09% <0.00%> (+0.08%) :arrow_up:
hibiapi/api/bilibili/api/v2.py 95.94% <0.00%> (+0.11%) :arrow_up:
hibiapi/app/application.py 87.91% <0.00%> (+0.13%) :arrow_up:
hibiapi/api/sauce/api.py 84.12% <0.00%> (+0.52%) :arrow_up:
hibiapi/api/bilibili/api/base.py 95.18% <0.00%> (+0.85%) :arrow_up:
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6affc35...35879c4. Read the comment docs.

asadahimeka commented 1 year ago

修改了(我也不懂 py,照葫芦画瓢,有什么错误请见谅 😌

asadahimeka commented 1 year ago

OK 多了个空格 修了

asadahimeka commented 1 year ago

又撞了 Rate limit

image