curl http://146.59.207.105:8080/api/v1/specs/{name_software}
Il Gateway inoltra la richiesta al middleware
il Web scraper risponde con l’HTML SENZA TAG nel body come response.
Il manager ollama prende l’HTML→ lo filtra→ lo passa ad ollama e risponde con il json.
Ottiene la risposta del modello, verrà utilizzata nella response per il Middleware
Prima fase: semplice file txt → solo il json
Use this repo as template for new and existing repos
In Elemento we use Google Style coding conventions.
ELEMENTO_ENVIRONMENT_VARIABLE
elemento-function-{client,server}
Use flake8 and autopep8 to refactor your code.
class ElementoClass():
def __init__():
self.dataMember = None
def get_function():
pass