From d7a7c71335d0c099b675941a5b3abf89350dc2ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20A=2E=20Galindo?= Date: Mon, 29 Jul 2024 17:01:42 +0200 Subject: [PATCH] feat, adding onRender --- try-it/try-it.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/try-it/try-it.md b/try-it/try-it.md index 6860bf5137..2181039b02 100644 --- a/try-it/try-it.md +++ b/try-it/try-it.md @@ -25,6 +25,11 @@ We have designed a section where you can test the different analysis operations [Try it online]({{site.baseurl}}/try-it/wasm-uvl-analysis){: .btn .btn-light .fs-4 .mb-4 .mb-md-0 } +## Consume a rest API +We have deployed a backend solver api, documented useing swagger in the onRender free tier. + +[Try it online](https://flamapy-rest.onrender.com) + ## Google Colab Google Colab, short for Google Colaboratory, is a cloud-based development environment provided by Google. It offers a Jupyter notebook interface that allows users to write and execute Python code directly in a web browser, eliminating the need for local installations or setups.