MewX / light-novel-library_Wenku8_Android

[CASUALLY MAINTAINED] 轻小说文库 (Wenku8.com) 安卓版第三方公益App,始于2014年的Material Design风格、无广告、不盈利、Google Play上安装包最小的轻小说阅读器(light novel reader)。目前除了网站的API以外,还添加了我自己架的Cloudflare Worker 中继节点用来突破网站API的限制 wenku8-relay.mewx.org.
https://wenku8.mewx.org
GNU General Public License v2.0
1.72k stars 295 forks source link

Need https://wenku8-relay.mewx.org/ #113

Closed canomi closed 8 months ago

canomi commented 8 months ago

Hi there, Could you share with me the way to create results from https://wenku8-relay.mewx.org/. I used this code to read the novel on my website, but I don't know how to create the response from https://wenku8-relay.mewx.org/ Thank you in advance!

MewX commented 8 months ago

It's simply a cache service hosted on CloudFlare Pages.

The results are exactly the same from the wenku8 API. I believe you can find examples in the API class. :-)

canomi commented 8 months ago

Thank you for your response. I'll try. I hope you're doing well, I'm happy to donate to this project, please let me know if I can. Best regards

MewX commented 8 months ago

Thanks for your kindness! :D I don't need donations at the moment. Let's keep this project purely free for now.

canomi commented 8 months ago

It's simply a cache service hosted on CloudFlare Pages.

The results are exactly the same from the wenku8 API. I believe you can find examples in the API class. :-)

I tried to use the same URL for BASE_URL and RELAY_URL, so it did not work on the novel list sort page. How can I fix it? Thanks for your helping!