Integrating with the Microsoft Graph API

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

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...
Introducing Linx v6

Introducing Linx v6

Seven years ago, we announced Linx 5, a release specifically designed to modernise and commercialise an internal tool we had been using with our enterprise customers for the previous 15 years. By all accounts, Linx 5 was a huge success with our customers and partners....
RealWorld API: How to build it in low-code

RealWorld API: How to build it in low-code

RealWorld is a popular open-source project known as the mother of all demo apps. It is an exact clone of Medium.com (called Conduit) and can be built using any front-end and back-end. This article will share the journey to replicating the RealWorld REST API (Conduit)...
GraphQL vs REST  – an API showdown

GraphQL vs REST – an API showdown

REST and (the newer) GraphQL APIs are the core technologies behind most of today’s integrations. These APIs allow external developers to tap into the major platforms’ functionality and build their custom functionality to suit their needs. The fundamental...