Skip to content

Instantly share code, notes, and snippets.

@elgrim312
elgrim312 / API JO-HETIC DOC
Created January 29, 2018 14:54
Welcome file
# jo-hetic documentation
### création d'un utilisateur
route: /api/user_create
arguments: {
"firstname" : "eazeez",
"lastname" : "eazezeaaz",
"email" : "eazeazeaz@gmail.com",
"plainPassword" : "Elgrim312",
"pseudo" : "flopeur",
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>