CompaniesHouse.NET icon indicating copy to clipboard operation
CompaniesHouse.NET copied to clipboard

A simple .NET client wrapper for CompaniesHouse API

Results 10 CompaniesHouse.NET issues
Sort by recently updated
recently updated
newest added

Currently, all method calls return a `CompaniesHouseClientResponse` which is a wrapper around a Data object, however, recently we've added StatusCode, ReasonPhrase, and RetryAfter (https://github.com/kevbite/CompaniesHouse.NET/pull/182) so that clients can apply back...

discussion

System.Text.Json is now the default for .NET applications, it has loads of performance benefits too.

enhancement

Hi, Just thought, i'd bring this to your attention just in case this is the first time you have heard of these changes below: You can read the full post...

I was considering adding a utility that could generate the enums from the CH specification. It would be a CLI tool that generates the C# classes that define enums for...

question

Is there a chance that you could allow the use of the companies house sandboxing api? https://developer.company-information.service.gov.uk/api-testing

question

## [Companies House Public Data API](https://developer-specs.company-information.service.gov.uk/companies-house-public-data-api/reference) - [x] [Search All][1] - [x] [Search Companies][2] - [x] [Search Disqualified Officers][3] - [x] [Search Company Officers][4] - [x] [Company profile][5] - [x]...

endpoint

Is there a way to retrieve the source value as returned by the API instead of the enum values or look to include the following availalbe from Companies House documentation...

question

Companies House have a list of enum values to their display name representation. It'd be good if the following was possible: ```csharp var result = await client.GetCompanyProfileAsync("10440441"); // England/Wales var...

enhancement

Hi, How can we authenticate [Discrepancy AP](https://api.company-information.service.gov.uk/psc-discrepancy-reports)I by using this API? Discrepancy API is using Web Auth flow with OAuth 2.0. https://developer-specs.company-information.service.gov.uk/discrepancies/reference/persons-with-significant-control/create-psc-discrepancy-report Did u have any Idea on this?

question