An open API service indexing awesome lists of open source software.

https://github.com/robsmitha/propublica-sdk

.NET Core wrapper library for various APIs to retrieve congressional data from the House of Representatives, the Senate and the Library of Congress.
https://github.com/robsmitha/propublica-sdk

api-wrapper congress dotnetcore propublica-sdk

Last synced: 2 months ago
JSON representation

.NET Core wrapper library for various APIs to retrieve congressional data from the House of Representatives, the Senate and the Library of Congress.

Awesome Lists containing this project

README

          

# ProPublica-sdk

The SDK is a .NET Core library to access various congressional endpoints from the [ProPublica Congress API](https://projects.propublica.org/api-docs/congress-api/).

## Usage
```csharp
var proPublica = new ProPublica("YOUR_API_KEY");
var members = proPublica.Members.GetNewMembers();
```
[Request a free API key](https://www.propublica.org/datastore/api/propublica-congress-api) to initialize the SDK!

## Installing
Coming Soon! Working on coding more endpoints from the API into the SDK and releasing the package on nuget.