feat: introduce trail api and depreciate old api

This commit is contained in:
swve 2023-03-26 18:46:03 +02:00
parent ecf4e4d6d9
commit e14ba02f97
13 changed files with 315 additions and 271 deletions

View file

@ -30,6 +30,9 @@ class PublicOrganization(Organization):
slug: str
org_id: str
def __getitem__(self, item):
return getattr(self, item)
#### Classes ####################################################