Molunerfinn / PicGo

:rocket:A simple & beautiful tool for pictures uploading built by vue-cli-electron-builder
https://molunerfinn.com/PicGo/
MIT License
24.24k stars 2.24k forks source link

[Feature]: 能补充一下upload接口描述吗 #1176

Closed m986883511 closed 1 year ago

m986883511 commented 1 year ago

前置阅读 | Pre-reading

PicGo的版本 | PicGo Version

2.4.0 beta1

系统信息 | System Information

Windows

功能请求 | Feature request

我通常是用obsidian里面的图传插件,结合picgo的upload接口使用的。

我想自行开发纯后台的图传上传服务,我不太懂js,比较熟练python,我的图床是github,我可以自己实现socket5代理上传github。纯python的命令行上传github已经找到开源实现了。

但是没找到upload上传请求是怎么描述的,我找了https://picgo.github.io/PicGo-Core-Doc/zh/api/#upload-input 这个说明,但描述的不是很清晰,没有写返回是什么样的。

能像podman那种,提供下upload的接口描述吗

Molunerfinn commented 1 year ago

https://picgo.github.io/PicGo-Doc/zh/guide/advance.html#picgo-server%E7%9A%84%E4%BD%BF%E7%94%A8