kevbite / CompaniesHouse.NET

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

Deleted OfficerId property #169

Closed smp99 closed 2 years ago

smp99 commented 2 years ago

Hi

I've just upgraded to the latest version and noticed that the OfficerId property disappeared from the CompaniesHouse.Response.Officers.OfficerAppointmentLink class in October 2021 (together with a property in the Officer class referencing it).

public string OfficerId
{
    get { return AppointmentsResource.Split('/')[2]; }
}

I can't see any discussion on this - was there a reason it was dropped as I made use of it?