/net-companies-house-api-example

Project serves to be a template project for working with the Companies House API and CSVs in .NET.

Primary LanguageC#MIT LicenseMIT

Companies House .NET API Sample

This project creates an easy reference point for integrating with the Companies House API using .NET.
This project also showcases how to easily parse a CSV file for input data.

Run

To run the project you will need to obtain a companies house api key and then add it as a user secret

dotnet user-secrets set "CompaniesHouseApiKey" "your-key-here"