fabriquedoc-backend/test_main.http
2023-05-17 15:53:44 -04:00

88 lines
No EOL
2.1 KiB
HTTP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Test your FastAPI endpoints
GET http://127.0.0.1:8000/generer/
Content-Type: application/json
Accept: application/zip
{
"format": "instagram",
"style": "yapp",
"linkcolor": "blue",
"tocdepth": 2,
"pdfengine": "lualatex",
"content": "# Ceci est un titre\n## Ceci est un sous-titre\n\nCeci est un paragraphe\n\n## Ceci est un autre sous-titre\n\n> Ceci est du code \n\n Ce sont des emojis 😎 🤓 🤣 👭 🧑🎤",
"fontsize": 14,
"paperwidth": 1080,
"paperheight": 1920,
"margin": 180,
"vmargin": 180,
"extension": "jpg"
}
###
GET http://127.0.0.1:8000/generer/
Content-Type: application/json
Accept: application/pdf
{
"format": "linkedin",
"style": "yapp",
"linkcolor": "blue",
"tocdepth": 2,
"pdfengine": "lualatex",
"content": "# Ceci est un titre\n## Ceci est un sous-titre\n\nCeci est un paragraphe\n\n## Ceci est un autre sous-titre\n\n> Ceci est du code \n\n Ce sont des emojis 😎 🤓 🤣 👭 🧑🎤",
"fontsize": 14,
"paperwidth": 1080,
"paperheight": 1080,
"margin": 90,
"vmargin": 180,
"extension": "pdf"
}
###
GET http://127.0.0.1:8000/generer/
Content-Type: application/json
Accept: application/pdf
{
"format": "linkedin",
"style": "missioncyber",
"linkcolor": "blue",
"tocdepth": 2,
"pdfengine": "lualatex",
"content": "# Comment améliorer ma sécurité informatique\n\n20 défis gratuits de 2 minutes chacun !",
"fontsize": 20,
"paperwidth": 1080,
"paperheight": 1080,
"margin": 180,
"extension": "jpg",
"vmargin": 300
}
###
GET http://127.0.0.1:8000/generer/
Content-Type: application/json
Accept: application/pdf
{
"format": "slide169",
"style": "yapp",
"linkcolor": "blue",
"tocdepth": 2,
"pdfengine": "lualatex",
"content": "# Ceci est un titre\n## Ceci est un sous-titre\n\nCeci est un paragraphe\n\n## Ceci est un autre sous-titre\n\n> Ceci est du code \n\n Ce sont des emojis 😎 🤓 🤣 👭 🧑🎤",
"fontsize": 14,
"paperwidth": 1920,
"paperheight": 1080,
"margin": 90,
"extension": "jpg"
}
###
GET http://127.0.0.1:8000/format_parameters/jevalideca/slide169/
Content-Type: application/json
Accept: application/pdf