We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.9.3
Windows
希望添加Sink短链功能,和yourls类似。 API文档连接:https://github.com/ccbikai/Sink/blob/master/docs/api.md 请求
POST {domain}/api/link/create HEADER authorization: Bearer {TOKEN} HEADER content-type: application/json BODY { "url": "https://github.com/Kuingsmile/PicList" }
返回
RESPONSE 201 BODY { "link": { "id": "xpqhaurv5q", "url": "https://github.com/Kuingsmile/PicList", "slug": "issue14", "createdAt": 1718119809, "updatedAt": 1718119809 } }
短连接为{domain}/{res.data.link.slug}
The text was updated successfully, but these errors were encountered:
可以
Sorry, something went wrong.
多谢👍👍👍
b843278
added
Kuingsmile
No branches or pull requests
前置阅读 | Pre-reading
PicList的版本 | PicList Version
2.9.3
系统信息 | System Information
Windows
功能请求 | Feature request
希望添加Sink短链功能,和yourls类似。
API文档连接:https://github.com/ccbikai/Sink/blob/master/docs/api.md
请求
返回
短连接为{domain}/{res.data.link.slug}
The text was updated successfully, but these errors were encountered: