Imagine running a Financial institution, banking services or retail investment company with multiple branches across dozens of locations and having multiple instances of CRMs(Like Salesforce) and multiple Sage Intacct or Netsuite accounts and data warehouses, along with having to cope with compliances like SOX and FINRA alongside having consistent data backup and replication. On top […]
Describing Enterprise Artificial Intelligence: Platform as a Service with Current AI Infrastructure
Enterprise AI is part of a range of business applications, such as expert systems, speech recognition and image recognition.See how AI APIs acquires data from variety of sources and help in to create data processing pipelines and identifying the right algorithm and deploy in production environment.
How Integration platform is driving the 4th Industrial Revolution in 2019
The first Industrial revolution paved way for a new energy source – steam, which pushed industries towards mechanization. It helped industries to improve productivity. The Second Industrial revolution introduced electricity and other innovations in infrastructure. It created new industries and opportunities to thrive on mass production lines. When we arrived at the Third revolution during […]
Swagger examined (Part 3): How to Create a Connector to Your App Using DBSync
— Before proceeding I’d suggest you read Part 1 and Part 2 of this article. — In this age of integration, you need an edge. The DBSync Swagger API connector is it. If you have a Swagger compliant JSON description of your app’s RESTful API, you can use this tool to create a connector to […]
Swagger Examined (Part 2): The DBSync’s Swagger API
— If you haven’t already read Part 1 of this article, I strongly recommend you to do it first. — Have you ever run into difficulty when connecting RESTful services? You are not alone. Many junior developers, as well as seasoned professionals have struggled with this problem. The great news is that the unique challenges […]
Swagger Examined (Part 1): How to document an API with incredible simplicity
Do you know what Swagger’s main characteristic is? It is its incredible simplicity: its capacity to easily and utterly describe how an API works, where it resides, what inputs it needs, and what results it produces. It is this simplicity that helped Swagger make itself one of the most successful developmental tools available on the […]
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 […]
How to download attachments outside Salesforce
Many times we were asked from various social media platform including Linkedin, Twitter, Pinterest but not limited to tech forums like Salesforce Stack Exchange, Stack Overflow for a Salesforce app to download attachments. I remember one question from a user where he posted asking: “Is there a possibility of getting associated attachments of opportunities, quotes […]
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 […]