RESTful APIs Technologies Overview
What technology goes into an API? APIs are driven by a set of specific technologies, making them easily understood by a wide variety of developers. A »
What technology goes into an API? APIs are driven by a set of specific technologies, making them easily understood by a wide variety of developers. A »
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 »