Closed Shaibujnr closed 2 years ago
@Shaibujnr I merged this PR earlier - I was just wondering why you removed the explicit declaration of fields
in each model - was it causing a problem?
@faysal-ishtiaq could you let me know your thoughts on this?
@isedwards
I added the fileds for renaming columns/attributes. I made all the columns/attributes snake case, both when you send request and when you receive the response. But as far as I know they weren't causing problems.
Anyway, I noticed that we have also removed the setup and teardown functions from tests. Is that intentional?