Internal vs External APIs
In our cloud era, the increase in mobile and the need of massive internal/external adoption of services, REST-based APIs have replaced SOAP Web services. REST »
In our cloud era, the increase in mobile and the need of massive internal/external adoption of services, REST-based APIs have replaced SOAP Web services. REST »
API Documentation Documentation doesn’t have to be as herculean a task as it is made to appear. This assumption has made documentation to be seen »
When developing REST API, one must pay attention to security aspects from the beginning. In this post I will review and explain top 5 security guidelines »
Almost every REST API must have some sort of authentication. One of the most common headers is call Authorization. Wait a minute, we are talking about »
Regardless of the type of application you’re developing, chances are if you’re developing it for the cloud, then your ultimate goal is to have »
The History Of Web Services There is a long and rich history of using web services to communicate between applications and systems throughout the Internet. Even »
As soon as we start working on an API, design issues arise. Robust and strong design is a key factor for API success. A poorly designed »