Systems | Development | Analytics | API | Testing

Latest Posts

How to Schedule API Calls with Scripts and Cron

Running an API call as a scheduled task is a common need for any business. Whether you need to synchronize data between two endpoints or regularly pull information from one system to another, it makes sense to automate the process rather than remembering to do it manually every time. As sysadmins everywhere know — you can schedule API calls with Cron.

Building APIs for Deltek Costpoint | A Guide

An Enterprise Resource Planning (ERP) system is critical to supporting core business processes within large organizations. The ERP establishes a consolidated view of multiple systems including but not limited to inventory, sales data, manufacturing platforms, HR systems, CRM and many more. Most ERPs will seek to satisfy a particular industry need.

What Are API Keys and How Are They Used?

Application programming interface keys are an essential part of using APIs. But what are API keys, exactly? API keys are authentication tokens in the form of unique strings of characters that allow you to access the data or web services an API offers. They act as a form of user authorization, proving that you are authorized to make requests to the API. In this article, we will discuss how API keys work and how you can use them to access the data offered by APIs.

What is WSDL in SOAP | A Comprehensive Guide

Web Services Description Language (WSDL) and Simple Object Access Protocol (SOAP) are integral to the world of web services. But what is WSDL in SOAP? In a nutshell, WSDL, an XML-based language, defines how to communicate using SOAP, outlining the operations and data required. This guide offers a deeper dive into these pivotal technologies, unraveling their functionalities, importance, and challenges. Here’s the key things to know about WSDL in SOAP: Table of Contents.

Azure SQL vs MySQL: What are the Differences?

Here we’ll review Azure SQL vs MySQL, and what their differences are. Databases have been around for ages. From ancient paper based records to modern computerized systems, they essentially serve one purpose, which is to enable data storage in a way that is structured, permanent and easily retrievable or referenced, while maintaining its integrity. Here’s the key things to know about picking Azure SQL vs MySQL: Table of Contents.

Creating a Firebird API in Minutes with DreamFactory

Handwriting code for database APIs can be a time consuming and expensive process that often exposes organizations to a variety of risks relating to quality, consistency, and developer effort. DreamFactory specialises in REST API generation for a range of databases that gives you the ability to generate a secure, fully documented API in minutes.

Creating a Couchbase API in Minutes with DreamFactory

Handwriting code for database APIs can be a time consuming and expensive process that often exposes organizations to a variety of risks relating to quality, consistency, and developer effort. DreamFactory specializes in REST API generation for a range of databases that gives you the ability to generate a secure, fully documented API in minutes.

Creating a Cassandra DB API in Minutes with DreamFactory

Handwriting code for database APIs can be a time consuming and expensive process that often exposes organizations to a variety of risks relating to quality, consistency, and developer effort. DreamFactory specializes in REST API generation for a range of databases that gives you the ability to generate a secure, fully documented API in minutes.

How to Turn Any SOAP Web Service into a REST API

There are two types of remote web services: REST APIs and SOAP APIs If you want to wrap a SOAP API and make it easier to work with through the use of REST endpoints, this simple tutorial will enable you to achieve that goal. With this process, you’ll be able to make a request with JSON to the API and receive a response in JSON instead of a long-winded XML format.