1. 首页
  2. 数据库
  3. 其它
  4. AlexFlipnote.NET:Alex用于AlexFlipnote的Web API的API包装器 源码

AlexFlipnote.NET:Alex用于AlexFlipnote的Web API的API包装器 源码

上传者: 2021-02-25 21:15:11上传 ZIP文件 6.16KB 热度 7次
:leaf_fluttering_in_wind: AlexFlipnote.NET 用于AlexFlipnote的Web API的API包装器。 安装 例子 在使用任何端点之前,您必须设置您的身份验证令牌。 访问此API需要授权令牌。 您可以在Main函数中的某处调用此方法。 AlexEndpoint . SetAuthToken ( " YOUR_TOKEN " ); 使用和AlexFlipnote.NET的示例命令。 [ Command ( " captcha " ), Summary ( " Create your custom captcha. " )] public async Task Captcha ([ Remainder ] string myText ) { // Invoke the Captcha method. // All endpoints can be accessed from
用户评论