Blog

Home 9 Category: APIs
Unlock speed: Rapid CRUD APIs

Unlock speed: Rapid CRUD APIs

Reading time: 8 minutes

CRUD (Create, Read, Update, and Delete) is a set of operations allowing users to interact with a database simply and consistently. Creating a CRUD API allows other systems and developers to interact easily with a data store or set. By providing a simple and consistent set of operations, CRUD APIs make it easy to build, scale, and secure applications.

read more
Building microservices with low-code APIs

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.

read more
Using OAuth2 to access emails

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.

read more
The 28 API tools you need

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…

read more
How to build a generic Shopify API integration

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…

read more

All Categories