An application programming interface (API) defines how applications communicate with one another. The term API describes any interface. For this article and the ones to follow I will refer to Web APIs as an API.
A web API defines an interface through which applications access resources. These resources can be in the cloud, the local network, or an enterprise.
The design of these APIs has become exceedingly critical. As more companies embark on their digital transformation journey. In fact, I would argue that the most important pillar of a successful transformation is the design of the API. It helps application developers write better applications and ensures the business can incorporate changes, and a lot more.
There are as many API design styles as there are APIs themselves. Over the years I've seen three major designs that have had great adoption:
It's important to note that these standards were defined at different times. They are all great and solved problems that were important at the time of their invention.
Selecting an API specification is important and sometimes can be biased. To make this decision easy I've created a set of criteria and graded each design type on it.
GraphQL not only supports most of the above criteria but was also designed to work in a mobile-first world. The primary mode of usage has changed from desktops to mobiles and will further change. It's important to be able to build applications to meet the user where s/he is.
GraphQL has a rich set of libraries for all client frameworks which allows for rapid application development. Libraries such as apollo allow you to build offline-first applications and a lot more. Several cloud providers now provide GraphQL services to build APIs. What REST did to API design GraphQL might do to all APIs in general. It has become the dominant API specification.
Enjoyed this article? Don't miss out on more exclusive insights and real-life digital product stories at LeadReads. Read by Top C Execs.
Join here.
Companies on the path of a transformation should choose GraphQL as an API specification. The ability to build clients that can query for the exact data they need is very powerful. Businesses can build a slew of applications on different platforms with one API.
This was the first article in this multi-part series. In the next article we'll write about under and over-fetching.