https://github.com/jpush/jmessage-api-csharp-client
JMessage's officially supported CSharp client library for accessing JMessage APIs. 极光IM官方支持的 CSharp 版本服务器端 SDK。
https://github.com/jpush/jmessage-api-csharp-client
Last synced: 3 months ago
JSON representation
JMessage's officially supported CSharp client library for accessing JMessage APIs. 极光IM官方支持的 CSharp 版本服务器端 SDK。
- Host: GitHub
- URL: https://github.com/jpush/jmessage-api-csharp-client
- Owner: jpush
- License: mit
- Created: 2016-12-26T08:37:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T15:29:47.000Z (over 3 years ago)
- Last Synced: 2025-04-23T22:07:59.448Z (9 months ago)
- Language: C#
- Homepage: https://docs.jiguang.cn
- Size: 247 KB
- Stars: 13
- Watchers: 19
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JMessage Library for .NET
JMessage's officially supported .NET library for accessing JMessage APIs.
极光官方支持的 IM .NET 服务器端 SDK。
## Install
[Nuget](https://www.nuget.org/packages/Jiguang.JMessage)
## Example
可参考项目 *./Test* 目录中的测试代码。
## Document
[REST API document](http://docs.jiguang.cn/jmessage/server/rest_api_im/).
## Support
- [Issues](https://github.com/jpush/jmessage-api-csharp-client/issues)
- [极光社区](https://community.jiguang.cn/)
## FAQ
1. 如果调用异步方法时出现死锁,即一直没有返回 HttpResponse,可参考这篇[文章](https://blogs.msdn.microsoft.com/jpsanders/2017/08/28/asp-net-do-not-use-task-result-in-main-context/)。
1. 因为使用了 HttpClient,所以当前 library 不支持 .NET Framework 4.0 及以下版本。因此如果是这些版本的话,建议使用 [v1](https://github.com/jpush/jmessage-api-csharp-client/tree/v1) 版本的 library。
## Contribute
Please contribute! [Look at the issues](https://github.com/jpush/jmessage-api-csharp-client/issues).
## License
MIT © [JiGuang](https://github.com/jpush/jmessage-api-csharp-client/blob/master/license)