Skip to content

Commit

Permalink
Add explicit types for all the OpenKlant2 client resources
Browse files Browse the repository at this point in the history
  • Loading branch information
swrichards committed Oct 24, 2024
1 parent 150926b commit 8686b7a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/openklant2/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@

class OpenKlant2Client(APIClient):
partij: PartijResource
partij_identificator: PartijIdentificatorResource
digitaal_adres: DigitaalAdresResource
klant_contact: KlantContactResource
onderwerp_object: OnderwerpObjectResource
actor: ActorResource
interne_taak: InterneTaakResource
betrokkene: BetrokkeneResource

def __init__(
self,
Expand Down

0 comments on commit 8686b7a

Please sign in to comment.