HipChat.Net 1.0.0

There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HipChat.Net" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HipChat.Net --version 1.0.0
#r "nuget: HipChat.Net, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
1.3.1 40,258 11/9/2015
1.3.0 13,648 11/28/2013
1.2.0 14,215 6/23/2012
1.1.3 2,217 2/3/2012
1.0.0 2,016 5/6/2011