Biking Endorphines - How to secure our REST-API?

Security - why should I care?

Let's say that you will want to make your REST-API available for others to use it. Let's face it - you will need to restrict use of API based on users. If you don't do that, you may face the reality of having issues with your …

more ...


Biking Endorphines - Test Database and REST API

Prerequisites

1. REST API vs SOAP API

So you are here to know what are the difference between API webservices?

Let's go with simple what are cons/pros of each solution!

1.A REST API Pros and Cons

PROS:
  • Lower amount of data needed to deliver actual content
  • Available two …
more ...