Skip to content

建议把命令行上传方法写到README中去 #69

@lingr7

Description

@lingr7

现在在API文档中,入口感觉有点深,毕竟下载的方法在README中就有了。
image
image

#上传
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions