Using OAuth2 to access emails

Using OAuth2 to access emails

OAuth 2.0 is becoming a popular alternative for application authentication. With Microsoft discontinuing Basic authentication and making OAuth 2.0 one of their new standards, many developers are sure to be in a situation where they need to change how they handle...
Guide: Build and host code-first APIs

Guide: Build and host code-first APIs

This guide will take you through the steps to build and host an API using Linx.  It will cover building a straightforward API to retrieve product data. You will be provided with the data, instructions for what tools to use, relevant scripts and all steps to get the...
Building a file reader

Building a file reader

A common task for any IT department is to move data from one location to another. A simple task to do once, but if this must be done many times for many different files (each with its own metadata, file type and data structure), it is a task that can easily become...