1 Star 0 Fork 0

lindexi / Imageshack

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 699 Bytes
一键复制 编辑 原始数据 按行查看 历史
lindexi 提交于 2020-03-28 09:33 . 告诉开发者如何快速写代码

Sm.ms

Build NuGet

Getting Started

NuGet install:

dotnet add package smms 

Create a Smms object and set the api token

using Sm.ms

            var smms = new Smms("xxx");

And you can generate the api token form https://sm.ms/home/apitoken

And then you can upload the image and receive the result string

            var file = new FileInfo(@"F:\lindexi\logo.png");
            Console.WriteLine(await smms.UploadImage(file.OpenRead(), file.Name));
C#
1
https://gitee.com/lindexi/Imageshack.git
git@gitee.com:lindexi/Imageshack.git
lindexi
Imageshack
Imageshack
master

搜索帮助