I hired a backend developer to develop a REST API for my iPhone app. I need to give him a list of all HTTP requests that the iPhone is going to make. Is there a software that helps with planning out a REST API or do I just write it out in a plain TXT file with params and examples?
Share
it would be best explained if you can give the developer the information regarding each service with what you expect to be passed and what you expect to be returned,
for example, this is how a service can be explained to register a device, (this is based on apples passbook server).
If you follow the structure as below the developer would have no problems with giving you exactly what you need.