Blog
Guide: OpenAPI 3 specification to live API
Reading time: 27 minutes
Quick work can be made of a typical IT task to read files and make the data available elsewhere by using Low Code.
The 28 API tools you need
Reading time: 6 minutes
With APIs taking over, more people are asking: What can I use to create my API? Although there are many different API standards and types, we will primarily focus on REST APIs. An API can be as simple as a single endpoint with one purpose, or it can be much more…
Building a file reader
Reading time: 6 minutes
Quick work can be made of a typical IT task to read files and make the data available elsewhere by using Low Code.
How to build a generic Shopify API integration
Reading time: 13 minutes
Shopify exposes a REST API for 3rd party applications to integrate with. This guide will cover connecting to the Shopify Admin API with Linx using API Keys in conjunction with the HTTP Basic scheme authentication and some request examples. You can use webhook…
6 API Tools for design, development and testing
Understanding that there is a right tool for every job is crucial to success when building any system. With today’s businesses running many systems across diverse environments, taking advantage of the modern IT economy lies in an organisation's best interest to create...
How to call SOAP services using REST
Reading time: 4 minutes
SOAP, being a mature technology, has an extensive and often differently interpreted standard set. This makes it an excellent tool for corporate users to manipulate data into their precise requirements and technology stack. However, for public consumption, this causes…
Creating an API for your single page application (SPA)
Using a low-code platform as the back-end for a single page application (SPA) is an excellent combination — the SPA can be hosted anywhere, the API is quick and easy to develop, and they can evolve independently of each other e.g. if you need a native app, simply...
Microservices: Modernizing the Monolithic Legacy
IT teams always want to build new applications enabling specific functions to ease processes or customers. To balance projects, they sometimes allow distributed teams to work on focused targets using reusable assets, templates, and best practices. While decentralizing...
Integrating with the Microsoft Graph API
Microsoft offers a RESTful web service named Microsoft Graph API. This tutorial shows you how to integrate with the Microsoft Graph API and Linx, a low-code development tool. By doing so, you can easily extend the functionality of MS Graph with other 3rd party...
Guide: Creating a messaging server in low-code
This guide follows a process to implement the server-side of a client-server style messaging app. We will implement some web methods, which will be useful for creating a messaging client. However, the following items fall outside the scope of this sample: The...