Expanding functionality: New return function

Expanding functionality: New return function

Developing applications in Linx follows common programming paradigms. This means that it will use variables, loops and if statements in a similar fashion to a traditional programming language. With this in mind, a recent update (6.4.1) introduced the Return function....
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...