Systems | Development | Analytics | API | Testing

Linx

Take your API from Postman to Production

Quickly develop and deploy an API using Postman and Linx. Postman is an API collaboration platform that is really good at the design and testing of APIs and the workflow around it. Linx is a low-code development platform that gives you a quick and easy way to develop and host APIs. Both can be used to generate and host API documentation. Chapters.

Guide: OpenAPI 3 specification to Live API

This guide will take you through the steps to design an API, build it, and deploy it to production. The process will take about 20 to 40 minutes to complete all steps. The project is to build a straightforward API to retrieve product data. You will be provided with the API specification, instructions for what tools to use, relevant scripts and all steps to get the API live.

The 28 API tools you need

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 complex, like the AWS APIs with 1000s of endpoints and 100s of thousands of users. What all of these APIs have in common is that they have to be developed. We like to classify the development of APIs in 3 phases: Design, Build and Host.

A better way to import files and look at Linx

Building a file importer is not hard, but what if you can do it in an extremely short time. In this video, we build a file importer that reads a CSV file and makes the data available via REST API using the new Linx designer. Linx is a low-code development tool built for developers. Linx is a general-purpose platform that has no limitations on the technology it can connect to and uses visual abstractions of programming concepts to make building powerful and complex logic easy and maintainable.

Building a file reader

A common task for any IT department, or individual developer, is to move data from one location to another. A simple task to do once, but if this must be done many times for many different files (each with its own metadata, file type and data structure), it is a task that can become tedious. Luckily there are many low-code tools that can make this task much more manageable. As an example, Linx allows us to import a file and make the data available elsewhere quickly.

Linx

Linx is a low-code developer tool for IT pros. Businesses use Linx for the rapid development and deployment of back-end applications, such as APIs, integrations and automations.

How to call SOAP Services using REST

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 issues that sometimes are difficult or impossible to solve without changing code. A good example here is that SOAP is allowed to define the same type in some standard interpretations in different XSD files.

Generic Connection to the Microsoft Graph API

Resources Sample File: MicrosoftGraphTemplate.lsoz (65.8 KB) (download) API Reference: More information on the specifics of authentication can be found in the Microsoft Graph API reference documentation. 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.