REST API

A collection of 41 posts

REST APIs and their Gain Added Importance on the Rise in Application Integration Design

If you are unfamiliar with the term REST API and you need further explanation - in a nutshell, the term represents any web services using the REST architecture that involves reading a designated Web page that contains an XML\JSON file. The media that goes processed through the REST (Representational »

The Rise of REST API

What is Rest API? REST (Representational State Transfer) is a design style, and a way to deal with interchanges that is regularly utilized as a part of the improvement of Web administrations. The utilization of REST is regularly favored over the more heavyweight SOAP (Simple Object Access Protocol) style in »

Automatic testing of RESTFul API

Testing your existing API without backend or coding knowledge was not something that was easy to do in the past. If you have developed an app for a mobile device, software or even a web element, or had one developed for you, ongoing testing used to be carried out by »

Testing Nonfunctional Requirements

What are Nonfunctional Requirements? Nonfunctional requirements or in short abreviation - NFRs, describe system attributes such as security, reliability, maintainability, scalability, and usability. These requirements cannot be counted as functional as they are around the product in a more higher level. There can also be constraints or restrictions on the »

7 reasons why an organization must have a REST API

If you believe the tech press, you should have an API because.. well.. everyone should have an API. While this is great for API management companies, it doesn’t really apply to everyone. If an API doesn’t provide tangible value to at least one major constituency within your organization, »

What are Microservices?

Microservices in General Microservices represent the decomposition of monolithic business systems into independently deployable services that do “one thing well.” That one thing usually represents a business capability, or the smallest, “atomic” unit of service that delivers business value. Microservices Architecture Benefits Microservice architectures enable speed, safety, and scale in »