Blog
Using OAuth2 to access emails
Reading time: 6 minutes
OAuth 2.0 is becoming the standard for authentication. This article focuses on using OAuth to access mailboxes, specifically for Microsoft Office 365 mailboxes where Basic Authentication has been discontinued.
Expanding functionality: New return function
Reading time: 4 minutes
A new feature was added to Linx, the Return function. The Return function is the new standard for returning values to the result of a function or to exit a function at any point. This post will go over what the Return function does and how it can be used.
Guide: Build and host code-first APIs
Reading time: 24 minutes
A comprehensive guide to building your API and getting it to production. Our low-code approach uses Linx to deliver a flexible, comprehensive, fully documented, live API.
Low-code and API development are the perfect match
Reading time: 8 minutes
Quick work can be made of a typical IT task to read files and make the data available elsewhere by using Low Code.
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…