surlac surlacovich wrote:What it means? "your API" is a set of my web-services with specified URLs, right? If I deploy it in a cloud, then it means that my services will be propagated to a set of servers which can be accessed by unified URL. Is it right understanding?
Yes. Essentially you are exposing some functionality over the web (might not be web service everytime (as in the XML sense). for e.g. it can be a
servlet which returns some JSON)
Safely ignore the "cloud" part. It is just a buzz
word. Think of it as a remote server which can be access from your client (browser. mobile etc)
To summarize, "exposing the API in the cloud" would mean making some functionality available over the web, typically using HTTP