Easemob.Restfull4Net | 环信Restfull API dotnetSDK
kandi X-RAY | Easemob.Restfull4Net Summary
kandi X-RAY | Easemob.Restfull4Net Summary
Easemob.Restfull4Net is a C# library. Easemob.Restfull4Net has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
环信Restfull API dotnet的封装 支持的.Net Framework版本:4.0 环信Restfull API地址:其中SyncRequests中的key就是你在环信的appname。 ####二、目前SDK的封装进度: #####同步请求: 【完成】用户体系集成 【完成】聊天记录 【完成】文件上传下载 【完成】发送消息 【完成】群组管理 【完成】聊天室管理 #####异步请求: 【未开始】 #####dotnet core版本: 【计划开始同步请求】 ######(备注:以上为目前的开发进度,且上面完成的功能都已经投入使用,后续将完成剩下的api封装;目前整个SDK都是使用同步请求进行,还未加入异步请求,后续也将集成进去。) ####三、版本更新历史 ******************************************************* version:1.2.0.36217 data:2016-10-27 1、新增群组管理和聊天室管理API 2、修复以往的一些BUG和性能 3、统一内部和外部一致的版本号命名 ******************************************************* ******************************************************* version:1.0.2 data:2016-08-31 1、修复缓存和同步请求时的头不变的BUG,并增加token失效时的重试机制 2、增加Winform和Webform的集成例子 3、最新的NuGet包已经上传,并增加config文件的自动增加功能 ******************************************************* ******************************************************* version:1.0.1 data:2016-08-22 1.修改单元测试项目,其中测试的图片上传采用网络图片 2.加入NAnt进行持续集成,如果要采用NAnt进行build,需要确定本机安装啦NAnt工具,且由于项目中的单元测试项目使用的是MSTest,所以要确保编译的机器上已经安装此组件;NAnt.build文件中有设置依赖组件的组件,打开编辑成所在编译机器路径即可 ******************************************************* ******************************************************* version:1.0.0 data:2016-08-10 初始版本发布 完成同步请求的“用户体系集成”,“聊天记录”,“文件上传下载”,“发送消息” ******************************************************* ####四、项目相关地址 源码:bug提交:Release版本:NuGet:####License Easemob.Restfull4Net is licensed under the MIT License.
环信Restfull API dotnet的封装 支持的.Net Framework版本:4.0 环信Restfull API地址:其中SyncRequests中的key就是你在环信的appname。 ####二、目前SDK的封装进度: #####同步请求: 【完成】用户体系集成 【完成】聊天记录 【完成】文件上传下载 【完成】发送消息 【完成】群组管理 【完成】聊天室管理 #####异步请求: 【未开始】 #####dotnet core版本: 【计划开始同步请求】 ######(备注:以上为目前的开发进度,且上面完成的功能都已经投入使用,后续将完成剩下的api封装;目前整个SDK都是使用同步请求进行,还未加入异步请求,后续也将集成进去。) ####三、版本更新历史 ******************************************************* version:1.2.0.36217 data:2016-10-27 1、新增群组管理和聊天室管理API 2、修复以往的一些BUG和性能 3、统一内部和外部一致的版本号命名 ******************************************************* ******************************************************* version:1.0.2 data:2016-08-31 1、修复缓存和同步请求时的头不变的BUG,并增加token失效时的重试机制 2、增加Winform和Webform的集成例子 3、最新的NuGet包已经上传,并增加config文件的自动增加功能 ******************************************************* ******************************************************* version:1.0.1 data:2016-08-22 1.修改单元测试项目,其中测试的图片上传采用网络图片 2.加入NAnt进行持续集成,如果要采用NAnt进行build,需要确定本机安装啦NAnt工具,且由于项目中的单元测试项目使用的是MSTest,所以要确保编译的机器上已经安装此组件;NAnt.build文件中有设置依赖组件的组件,打开编辑成所在编译机器路径即可 ******************************************************* ******************************************************* version:1.0.0 data:2016-08-10 初始版本发布 完成同步请求的“用户体系集成”,“聊天记录”,“文件上传下载”,“发送消息” ******************************************************* ####四、项目相关地址 源码:bug提交:Release版本:NuGet:####License Easemob.Restfull4Net is licensed under the MIT License.
Support
Quality
Security
License
Reuse
Support
Easemob.Restfull4Net has a low active ecosystem.
It has 13 star(s) with 4 fork(s). There are 6 watchers for this library.
It had no major release in the last 12 months.
There are 0 open issues and 1 have been closed. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of Easemob.Restfull4Net is 1.2.1.19221
Quality
Easemob.Restfull4Net has no bugs reported.
Security
Easemob.Restfull4Net has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
Easemob.Restfull4Net is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
Easemob.Restfull4Net releases are available to install and integrate.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Easemob.Restfull4Net
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Easemob.Restfull4Net
Easemob.Restfull4Net Key Features
No Key Features are available at this moment for Easemob.Restfull4Net.
Easemob.Restfull4Net Examples and Code Snippets
Copy
//自定义实例化
var syncRequest = new SyncRequest(new ServerConfig()
{
OrgName = "",
AppName = "",
ClientId = "",
ClientSecret = "",
IsDebug = true,
});
//单个创建
var user = Client.DefaultSyncRequest.UserCreate(new UserCreateReqeust()
{
Community Discussions
No Community Discussions are available at this moment for Easemob.Restfull4Net.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Easemob.Restfull4Net
You can download it from GitHub.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page