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.
- Host: GitHub
- URL: https://github.com/robsmitha/propublica-sdk
- Owner: robsmitha
- Created: 2020-03-07T16:54:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T20:58:09.000Z (over 6 years ago)
- Last Synced: 2025-02-09T11:11:54.006Z (over 1 year ago)
- Topics: api-wrapper, congress, dotnetcore, propublica-sdk
- Language: C#
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.