Cas de l’éditeur de texte Stylo
2/5/24
L’environnement d’écriture, du hardware jusqu’au software, n’est pas un support neutre du processus d’écriture numérique. Bien au contraire il en est une composante fondamentale.
POST
The POST method requests that the target resource process the representation enclosed in the request according to the resource’s own specific semantics. For example, POST is used for the following functions (among others) : Providing a block of data, such as the fields entered into an HTML form, to a data-handling process; Posting a message to a bulletin board, newsgroup, mailing list, blog, or similar group of articles; Creating a new resource that has yet to be identified by the origin server; and Appending data to a resource’s existing representation(s).
{"query":"query updateWorkingVersion(articleId: ID!, $content: WorkingVersionInput!)
{\n
article(article: $articleId) {\n
updateWorkingVersion(content: $content) {\n
updatedAT\n
}\n
}\n
}",
"variables":{"userId":"61d62.....",
"articleId":"65e0e38129637c0012ef7a",
"content":{"md":"Ajout du texte pour la requête HTTP 'POST'"}}}
Jusqu’à présent nous avons vu 3 formes différentes d’un même texte saisi dans l’interface :
CML - Université Paris Nanterre - 2 Mai 2024