From 680085c7cea4ad99eae16c25d30d8b8fc43576ad Mon Sep 17 00:00:00 2001 From: Dariusz Suchojad Date: Mon, 10 Feb 2025 10:51:14 +0100 Subject: [PATCH 1/2] Adding Zato and Zato API Test. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 44192ba..8327106 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [apistar](https://github.com/encode/apistar) - A smart Web API framework, designed for Python 3. * [Falcon](https://github.com/falconry/falcon) - Falcon is a bare-metal Python web API framework for building high-performance microservices, app backends, and higher-level frameworks. * [FastAPI](https://github.com/tiangolo/fastapi) - FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. With automatic API documentation using Swagger UI and ReDoc, based on OpenAPI and JSON Schema. +* [Zato](https://zato.io) - Open-source IPaaS and enterprise, API-first platform for building server-side integrations, automations and API backends in Python. Supports REST and other protocols (SQL, Microsoft 365, Dataverse, Scheduler, Jira, Redis, MongoDB, LDAP, SOAP, shell commands and many more). ### Ruby @@ -248,6 +249,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie ### Validating * [JSON Schema](http://json-schema.org/) - Declarative language that allows you to annotate and validate JSON documents +* [Zato API Test](https://zato.io/en/docs/3.3/api-testing/index.html) - API testing in pure English. No programming needed. Implemented and extendable in Python. ### Public REST APIs To Use In Tests From e155cebaed87caaa07e35a88a768ccf4c8add549 Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Tue, 11 Feb 2025 17:30:22 +0100 Subject: [PATCH 2/2] Update Zato description in README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8327106..e8cdf4f 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [apistar](https://github.com/encode/apistar) - A smart Web API framework, designed for Python 3. * [Falcon](https://github.com/falconry/falcon) - Falcon is a bare-metal Python web API framework for building high-performance microservices, app backends, and higher-level frameworks. * [FastAPI](https://github.com/tiangolo/fastapi) - FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. With automatic API documentation using Swagger UI and ReDoc, based on OpenAPI and JSON Schema. -* [Zato](https://zato.io) - Open-source IPaaS and enterprise, API-first platform for building server-side integrations, automations and API backends in Python. Supports REST and other protocols (SQL, Microsoft 365, Dataverse, Scheduler, Jira, Redis, MongoDB, LDAP, SOAP, shell commands and many more). +* [Zato](https://zato.io) - Platform for building server-side integrations, automations and API backends in Python. ### Ruby @@ -249,7 +249,6 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie ### Validating * [JSON Schema](http://json-schema.org/) - Declarative language that allows you to annotate and validate JSON documents -* [Zato API Test](https://zato.io/en/docs/3.3/api-testing/index.html) - API testing in pure English. No programming needed. Implemented and extendable in Python. ### Public REST APIs To Use In Tests