Nish Sowdri

Results 3 comments of Nish Sowdri

@chliangGoogle Totally agreed that "exposing your API key in the client would expose it to the public", that's why this issue has been raised to create a new API while...

It would work if the operations are performed on Dog/Cat (concrete instances) vs Animal (abstract instance) Support for polymorphism would mean operating on base class (put and get 'Animal' and...

@kiiadi Thanks for your reply. For anyone who is looking for a solution for this problem. You could simple use Jackson for serialization/deserialization and use the low-level Item API (using...