kevbite / CompaniesHouse.NET

A simple .NET client wrapper for CompaniesHouse API
MIT License
37 stars 44 forks source link

TotalResults/ItemsPerPage/StartIndex for SearchAll response are "string" type - should be "int" #212

Open dave-gcv opened 2 months ago

dave-gcv commented 2 months ago

The TotalResults/ItemsPerPage/StartIndex properties of the SearchAll response are the incorrect data type (string). They should be an integer.