Closed mrcloudmustache closed 2 weeks ago
Issues with version 0.2.0
addresses = [AddressResponseModel(**item) for item in response.get("data", [response])]
This is correct, we have moved away from using "Request" models in favor for CRUD-specific models that inherit a BaseModel.
Issues with version 0.2.0