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...
Blog
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
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 difference is...
Connect and consume: Master the art of consuming REST APIs
APIs are created so that users can use them as a bridge to connect to applications and services. Thousands of APIs are available for consumption, and each API is unique. But it’s really easy to consume APIs to extend the capabilities of your Linx solutions, even...
Building a server-side application for the secure generation and storage of access tokens
Building a server-side application to manage the secure generation, storage and retrieval of access tokens, with Linx (a low-code platform) View on Github Before the final idea came to mind, I was implementing the following design to generate the access...
How does the Linx REST Service perform under load?
We recently ran load tests for the Linx Host Service. In these tests, the CPU load and memory were monitored under heavy load to provide better insights into how the REST API Request Limits perform for the different virtual machines (Azure B-Series) that run Linx....
The value of internal APIs
Internal APIs are designed primarily to streamline software development and simplify systems and operational processes. These currently represent the vast majority of use cases. Internal APIs are often overlooked since they are aimed at in-house developers. These...
Guide: Building and hosting a low-code REST API
REST API development can be made significantly quicker and easier with the right tools. There are many different API development tools to choose from, a low-code development tool can have your API up and running in minutes. This article covers how to build and host an...
The different types of APIs
An Application Programming Interface can be thought of as the way in which programs communicate with each other, accessing data and functionality despite being separate systems. This kind of integration allows for the easy extension of application functionality such...
APIs vs Web Service
Is there any difference between a web API and a web service? Or are they one and the same? There are many definitions of Web Services as they are not only defined by different organizations but also has gone through many changing stages. When listening to people talk...