HipChat.Net
1.0.0
See the version list below for details.
dotnet add package HipChat.Net --version 1.0.0
NuGet\Install-Package HipChat.Net -Version 1.0.0
<PackageReference Include="HipChat.Net" Version="1.0.0" />
paket add HipChat.Net --version 1.0.0
#r "nuget: HipChat.Net, 1.0.0"
// Install HipChat.Net as a Cake Addin #addin nuget:?package=HipChat.Net&version=1.0.0 // Install HipChat.Net as a Cake Tool #tool nuget:?package=HipChat.Net&version=1.0.0
This is a C# library used to wrap the HipChat API (https://www.hipchat.com/docs/api).
The API is very clear and concise, so there's not much to add to this - this library just makes the formatting of the URL a bit simpler.
The API supports four methods:
1. Fetching a list of available chat rooms,
2. Sending a message to a room,
3. Fetching the chat history from a room (by date),
4. Showing the room details (who's in it etc.)
The core use case for this library is to allow .NET developers to integrate HipChat messaging into their application - good examples might be notifying a chat room of key events, build errors, application exceptions etc.
Further details available on Github.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on HipChat.Net:
Package | Downloads |
---|---|
NLog.HipChat
NLog HipChat Target. |
GitHub repositories
This package is not used by any popular GitHub repositories.