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➤
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➤
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➤
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➤
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➤
"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➤
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➤
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➤
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➤