Mocking data with Mocky and randomuser
PreviousGenerating App Icons from Single image named 1024x1024.pngNext2020-02-14-Swift-PerformTaskInBackground
Last updated
Was this helpful?
Last updated
Was this helpful?
I personally recommend using to Mock your HTTP responses to test your REST API.
Here is an example of sample web-service which I just created at Mocky
which returns JSON.
Here is the piece of code, which you might be needing in iOS Application to run above mock service.