Ruben Vereecken
02/09/2024, 2:27 PM@property def schema(self)
• self.schema
is called inside the constructor, but it needs the constructor to have finished before it can do an API request
Ideally I could define schema
after the constructor is done so it can make full use of authenticator, header building, etcvisch
02/13/2024, 2:13 AMRuben Vereecken
02/16/2024, 10:30 AM