fadion/Fixerio

Deprecate getObject() in favour of getResult()

fadion opened this issue · 1 comments

Getting a Result class (as added in #2) is obviously more flexible than a dummy object. I'm thinking to deprecate getObject() in favour of getResult(). What do you think @djmarland?

I can agree with that. Personally I much prefer working with named classes than dummy objects.