Tuesday, 13 August 2013

API returning a structure

API returning a structure

What's the best solution for when:
our API returns a structure to the user
we want the user to be able to read its contents
we don't want the user to change it, because it might be passed to some
other API function and its contents should be correct?

No comments:

Post a Comment