Skip to content

Commit

Permalink
ajout warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasFaria committed Nov 20, 2023
1 parent 40da7ac commit da6af8b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions slides/fr/applications/_application5a.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,11 @@ python formation-mlops/src/predict-api.py
4. Quelles informations détenez-vous ? Est-ce suffisant ?

::::

:::: {.callout-warning collapse="true" icon=false}

Nous avons ici réalisé une succession de requêtes GET car nous avons un seul point d'entrée vers notre API. Pour réaliser des requêtes en `batch` il est préférable de réaliser des requêtes POST.
::::
:::

0 comments on commit da6af8b

Please sign in to comment.