While many tools exist to build and deploy your no-code APIs, your options are limited when your solution requires a custom or highly bespoke APIs that execute custom logic.LinxLinx offers a comprehensive platform that allows you to build, test, and deploy your API...
Blog
Cartrack Fleet integration with Linx
Cartrack is widely used for fleet management, and they offer a web service to manage jobs, customers and drivers. This post covers how you can integrate your system and the Cartrack API with Linx. The idea is to provide a base template solution to make it easier to...
Building microservices with low-code APIs
Reading time: 10 minutes
Dividing work into the smallest possible tasks has benefits. These benefits include easier debugging, easier resource management and more manageable maintenance and enhancements. A Microservice approach is perfect when this is your goal.
Fast and flexible ETL process development
Reading time: 11 minutes
Retrieving data from a source, ensuring it suits business requirements, and moving that data into a target data source is critical to any data strategy. Low-code tools can help create robust and flexible ETL processes that automate your data loading.
Building low-code web services
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.
Sage Intacct integration
Reading time: 6 minutes
Sage Intacct is one of the largest cloud-based accounting systems, offering a web service to facilitate integrations. This post covers how you can consume the Sage Intacct web services with Linx.
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.
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.
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…
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…