What’s an API?
May 30, 2018 3 Comments
I was asked recently by a clinical colleague what an API is, and why it’s important.
Let’s start with the technical answer. ‘API’ stands for ‘Application Programming Interface’ – it’s a way that one application (or a component of an application) exposes its services (which could be just data, or some operation against data) in a way that allows another application (often called the client) to use it. By using an API, it’s possible to develop re-usable libraries – components that can be used by other applications to develop functionality.
Recent Comments