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
现在在API文档中,入口感觉有点深,毕竟下载的方法在README中就有了。
#上传 curl -d '@data.txt' api.pasteme.cn #下载 curl api.pasteme.cn/44029 > rx.txt
data.txt中
{ "lang": "bash", "content": "echo Hello" }
rx.txt中
echo Hello
The text was updated successfully, but these errors were encountered:
非常感谢,更推荐直接发 pr 喔~
Sorry, something went wrong.
No branches or pull requests
现在在API文档中,入口感觉有点深,毕竟下载的方法在README中就有了。
data.txt中
rx.txt中
The text was updated successfully, but these errors were encountered: