Does any body know good tutorials to make API calls to my own computer. So I have a lot of pictures that I want to load to my app (iOS Development), now I do not want to have them locally in my app, but rather I would like to make an API call like one does to the Web. Any recommendations on good tutorials to do this??
hi @alejom20,
If you want to make API calls to your computer your computer needs to serve them like a server. You need to have some service running that would allow the files/data to be accessed via an API.
You can run an Apache server or other such free softwares that can allow you to serve these files. You would also need an accessible IP address so that you can access the same.