nHealthcareDotGov 1.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package nHealthcareDotGov --version 1.1.2
                    
NuGet\Install-Package nHealthcareDotGov -Version 1.1.2
                    
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="nHealthcareDotGov" Version="1.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="nHealthcareDotGov" Version="1.1.2" />
                    
Directory.Packages.props
<PackageReference Include="nHealthcareDotGov" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add nHealthcareDotGov --version 1.1.2
                    
#r "nuget: nHealthcareDotGov, 1.1.2"
                    
#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.
#:package nHealthcareDotGov@1.1.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=nHealthcareDotGov&version=1.1.2
                    
Install as a Cake Addin
#tool nuget:?package=nHealthcareDotGov&version=1.1.2
                    
Install as a Cake Tool

.NET PCL API for playing with the HealthCare.gov API.

Looking for feedback and contributions.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.4 133 1/12/2015
1.1.3 82 1/14/2014
1.1.2 50 1/14/2014
1.1.1 52 10/11/2013
1.1.0 51 10/11/2013
1.0.0 50 7/25/2013

1/14/2014 10:15:50 AM by AD:   Fixed links in hc.gov's data.

10/11/2013 2:18:20 PM by AD:   Forgot to update the assembly. :)

10/11/2013 2:10:37 PM by AD:  Fixed issue with Related field in article where it was sometimes False instead of a list of strings or null.

7/25/2013 11:01:06 AM by AD:   Initial release just to get it all on github and nuget. Works to retrieve articles only at the moment, but can easily expand to support the rest.