API Integrations in Python Blog - Page 3


Getting started with network automation in Python

2024-06-24

Discover a convenient, Python-based integration platform that can revolutionize your network management, making automation accessible and manageable for both novice and seasoned network engineers. Read more

Using OAuth in API Integrations

2024-06-16

OAuth is often employed in processes requiring permissions to be granted to frontend applications and end users. Yet, what we typically need in API systems integrations is a way to secure connections between the integration middleware and backend systems without a need for any ongoing human interactions. OAuth can be a good choice for that scenario and this article shows how it can be achieved. Read more

HL7 FHIR Integrations in Python

2024-06-10

Learn how to use Python with HL7 FHIR, a contemporary data model and message transfer protocol designed to facilitate the exchange of information among systems used in health care settings. Read more

New API Integration Tutorial in Python

2024-06-02

Large organizations rely heavily on deep-backend software systems which are integrated and automated using principled methodologies, innovative techniques and well-defined implementation frameworks. If you'd like to learn how to integrate and automate such complex systems correctly, check the new API integration tutorial that will show you how to do it in Python too. Read more

SSH commands as API microservices

2024-05-20

This is a quick guide on how to turn SSH commands into a REST API service. The use-case may be remote administration of devices or equipment that does not offer a REST interface or making sure that access to SSH commands is restricted to selected external REST-based API clients only. Read more

Systems Automation in Python

2024-03-25

Did you know you can use Python as an integration platform for your airport systems? It's Open Source too. Read more

Sustainable water management with IoT, Open Source and Python

2023-04-17

"Towards a cyber-physical system for sustainable and smart building: a use case for optimizing water consumption on a SmartCampus" is an Open Access paper via Springer Publishing that uses Python, Zato and other open source technologies for IoT integrations. Read more

Quick tips: REST scheduling, HL7 FHIR and more

2023-04-13

REST connections, how to schedule API integrations, how to connect to HL7 FHIR servers, SFTP automation and Microsoft 365 IMAP integrations are the latest quick tips in the series designed for Python integrators and automation practitioners. Read more

How to invoke REST APIs from Zato services

2022-08-23

This Zato article is a companion to an earlier post - previously, we covered accepting REST API calls and now we will look at how Zato services can invoke external REST endpoints. Read more

How to integrate with Confluence APIs

2022-06-21

In this tutorial, one in the series that covers Atlassian APIs, I will show how to integrate with Confluence, how to connect to your wiki and how to extract information from it using Python. Read more