One of the common things I get asked is how to process requests coming from mobile or web applications in the different formats.
The three main ways data can be submitted for a JSON API:
Testing, reproducible results, and well defined functional specifications are the life-blood of a well designed and well functioning API. Testing itself has several phases, beginning with creating unit tests to verify operation of individual code components, through to…