An explanation of what is REST, how it is applied to the construction of RESTful APIs; what is OData and how it is used to build web services, and the differences between the two.
Salesforce Replication – Now There is an API for it!
It’s here now …. It’s been sometime that our customers have been asking us for an API to operate our DBSync Cloud Replication for Salesforce. While we had a Java and a SOAP based call, it was missing a ReST interface. Beginning of this year we worked on a platform for building and exposing API’s […]
Speed up connectors’ turnaround with Swagger Specification
What is Swagger Swagger is the world’s most popular and largest framework of API’s developer tools for the open API specification, enabling development across the entire API lifecycle, from design and documentation to test and deployment. How Swagger Specifications Have Revolutionized API Ecosystem In the developer community, with the growing popularity of RESTFUL web services […]
Best Practices For API Testing
What is API Testing ? API Testing is entirely different from GUI testing and mainly concentrates on the business logic layer of the software architecture. This testing won’t concentrate on the look and feel of the application . API Testing requires an application to interact with API. In order to test an API, you will […]
SOAP vs ReST API: A Comparative Analysis
Generally, in technology, we face the dilemma of choosing between two or more services. It is a similar situation when we want to access web services. If we have to make a choice between SOAP and ReST APIs, we certainly get torn between the two options. On the face of things, it is an investment, […]