CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程

文件名称:Hipchat-CS

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2015-02-02
  • 文件大小:
    55.21kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

HipChat is a Free Group Chat & IM Built For Teams. Powerful, Safe & Secure. Try Now!



- Free for Unlimited Users

- Full Message History

- Easy File Sharing



and much more...



Step 1) To use the Library you must Register and Create an account on www.hipchat.com.

Step 2) Create a Room and Copy your Rooms Auth_Key and Room_ID to use your Project files as a 3rd Party Tool.



I decided to bring this to your attention because its actually a Free Chat. You can develope your own PHP, VBNET or C# Chat Room and connect with your



friends and users directly your application.



Pretty awesome.



This was originally Posted by China-Cheats Team, and China-Cheats.com. And I wanted to share it further with you guys.



The Credits goes to China-Cheats.com

-HipChat is a Free Group Chat & IM Built For Teams. Powerful, Safe & Secure. Try Now!



- Free for Unlimited Users

- Full Message History

- Easy File Sharing



and much more...



Step 1) To use the Library you must Register and Create an account on www.hipchat.com.

Step 2) Create a Room and Copy your Rooms Auth_Key and Room_ID to use your Project files as a 3rd Party Tool.



I decided to bring this to your attention because its actually a Free Chat. You can develope your own PHP, VBNET or C# Chat Room and connect with your



friends and users directly your application.



Pretty awesome.



This was originally Posted by China-Cheats Team, and China-Cheats.com. And I wanted to share it further with you guys.



The Credits goes to China-Cheats.com


(系统自动生成,下载前可以参看下载内容)

下载文件列表

Hipchat-CS-master/
Hipchat-CS-master/.gitattributes
Hipchat-CS-master/.gitignore
Hipchat-CS-master/LICENSE.md
Hipchat-CS-master/README.md
Hipchat-CS-master/src/
Hipchat-CS-master/src/Api/
Hipchat-CS-master/src/Api/Api.csproj
Hipchat-CS-master/src/Api/Enums/
Hipchat-CS-master/src/Api/Enums/EmoticonType.cs
Hipchat-CS-master/src/Api/Enums/GrantType.cs
Hipchat-CS-master/src/Api/Enums/HipchatMessageFormat.cs
Hipchat-CS-master/src/Api/Enums/MessageType.cs
Hipchat-CS-master/src/Api/Enums/RoomColors.cs
Hipchat-CS-master/src/Api/Enums/RoomEvent.cs
Hipchat-CS-master/src/Api/Enums/RoomPrivacy.cs
Hipchat-CS-master/src/Api/Enums/TokenScope.cs
Hipchat-CS-master/src/Api/ExceptionHelpers.cs
Hipchat-CS-master/src/Api/Exceptions/
Hipchat-CS-master/src/Api/Exceptions/HipchatGeneralException.cs
Hipchat-CS-master/src/Api/Exceptions/HipchatRoomNotFoundException.cs
Hipchat-CS-master/src/Api/Exceptions/HipchatWebException.cs
Hipchat-CS-master/src/Api/HipchatApiConfig.cs
Hipchat-CS-master/src/Api/HipchatClient.cs
Hipchat-CS-master/src/Api/HipchatEndpoints.cs
Hipchat-CS-master/src/Api/HttpHelpers.cs
Hipchat-CS-master/src/Api/IHipchatClient.cs
Hipchat-CS-master/src/Api/Properties/
Hipchat-CS-master/src/Api/Properties/AssemblyInfo.cs
Hipchat-CS-master/src/Api/README.md
Hipchat-CS-master/src/Api/Requests/
Hipchat-CS-master/src/Api/Requests/CreateRoomRequest.cs
Hipchat-CS-master/src/Api/Requests/CreateUserRequest.cs
Hipchat-CS-master/src/Api/Requests/CreateWebHookRequest.cs
Hipchat-CS-master/src/Api/Requests/GenerateTokenRequest.cs
Hipchat-CS-master/src/Api/Requests/GetAllEmoticonsRequest.cs
Hipchat-CS-master/src/Api/Requests/PrivateMessageUserRequest.cs
Hipchat-CS-master/src/Api/Requests/SendRoomNotificationRequest.cs
Hipchat-CS-master/src/Api/Requests/ShareFileWithRoomRequest.cs
Hipchat-CS-master/src/Api/Requests/UpdateRoomRequest.cs
Hipchat-CS-master/src/Api/Responses/
Hipchat-CS-master/src/Api/Responses/CreateWebHookResponse.cs
Hipchat-CS-master/src/Api/Responses/HipchatClientInfo.cs
Hipchat-CS-master/src/Api/Responses/HipchatCreateRoomResponse.cs
Hipchat-CS-master/src/Api/Responses/HipchatCreateUserResponse.cs
Hipchat-CS-master/src/Api/Responses/HipchatFile.cs
Hipchat-CS-master/src/Api/Responses/HipchatGenerateTokenResponse.cs
Hipchat-CS-master/src/Api/Responses/HipchatGetAllEmoticonsResponse.cs
Hipchat-CS-master/src/Api/Responses/HipchatGetAllRoomsResponse.cs
Hipchat-CS-master/src/Api/Responses/HipchatGetAllUsersResponse.cs
Hipchat-CS-master/src/Api/Responses/HipchatGetAllWebhooksItems.cs
Hipchat-CS-master/src/Api/Responses/HipchatGetAllWebhooksResponse.cs
Hipchat-CS-master/src/Api/Responses/HipchatGetEmoticonResponse.cs
Hipchat-CS-master/src/Api/Responses/HipchatGetRoomResponse.cs
Hipchat-CS-master/src/Api/Responses/HipchatGetUserInfoResponse.cs
Hipchat-CS-master/src/Api/Responses/HipchatLink.cs
Hipchat-CS-master/src/Api/Responses/HipchatPresence.cs
Hipchat-CS-master/src/Api/Responses/HipchatUser.cs
Hipchat-CS-master/src/Api/Responses/HipchatViewRoomHistoryResponse.cs
Hipchat-CS-master/src/Api/packages.config
Hipchat-CS-master/src/Hipchat-CS.nuspec
Hipchat-CS-master/src/Hipchat-CS.sln
Hipchat-CS-master/src/IntegrationTests/
Hipchat-CS-master/src/IntegrationTests/CreateRoomTests.cs
Hipchat-CS-master/src/IntegrationTests/Data/
Hipchat-CS-master/src/IntegrationTests/Data/RUv8sSn.png
Hipchat-CS-master/src/IntegrationTests/DeleteRoomTests.cs
Hipchat-CS-master/src/IntegrationTests/GenerateAuthTokenExample.cs
Hipchat-CS-master/src/IntegrationTests/GetAllEmoticonsTests.cs
Hipchat-CS-master/src/IntegrationTests/GetAllUsersTests.cs
Hipchat-CS-master/src/IntegrationTests/GetAllWebhooks.cs
Hipchat-CS-master/src/IntegrationTests/GetEmoticonTests.cs
Hipchat-CS-master/src/IntegrationTests/GetRoomTests.cs
Hipchat-CS-master/src/IntegrationTests/GetUserInfoTests.cs
Hipchat-CS-master/src/IntegrationTests/IntegrationTests.csproj
Hipchat-CS-master/src/IntegrationTests/PrivateMessageUser.cs
Hipchat-CS-master/src/IntegrationTests/Properties/
Hipchat-CS-master/src/IntegrationTests/Properties/AssemblyInfo.cs
Hipchat-CS-master/src/IntegrationTests/SendRoomNotification.cs
Hipchat-CS-master/src/IntegrationTests/SetRoomTopicTests.cs
Hipchat-CS-master/src/IntegrationTests/ShareFileWithRoom.cs
Hipchat-CS-master/src/IntegrationTests/TestHelpers.cs
Hipchat-CS-master/src/IntegrationTests/TestsConfig.cs
Hipchat-CS-master/src/IntegrationTests/UpdateRoomTests.cs
Hipchat-CS-master/src/IntegrationTests/ViewRecentRoomHistoryTests.cs
Hipchat-CS-master/src/IntegrationTests/ViewRoomHistoryTests.cs
Hipchat-CS-master/src/IntegrationTests/packages.config
Hipchat-CS-master/src/Playground/
Hipchat-CS-master/src/Playground/Playground.csproj
Hipchat-CS-master/src/Playground/Properties/
Hipchat-CS-master/src/Playground/Properties/AssemblyInfo.cs
Hipchat-CS-master/src/Playground/TheSendNotificationMethod.cs
Hipchat-CS-master/src/Playground/packages.config
HIPCHAT - C# TUTORIAL.txt

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com