[ADD] README.md

parent 2e821e17
# Inicio # Inicio
## Respuestas - [Documentación](#documentación)
```json - [ServletUsuario](#servletusuario)
{ - [ServletComprobante](#servletcomprobante)
status : true, - [ServletEstudianteApoderado](#servletestudianteapoderado)
message : "mensaje",
data : { - Servlets
"usuarios" : [
{ "id" : 1, "nombre" : "Nombre1", "contrasenia" : "pass1" }, - Respuestas
{ "id" : 2, "nombre" : "Nombre2", "contrasenia" : "pass2" },
] | NOMBRE | TIPO DATO |
} | :------: | :------: |
} | status | boolean |
``` | message | String |
\ No newline at end of file | data | JSONObject |
```json
{
status : true,
message : "mensaje",
data : {
"usuarios" : [
{ "id" : 1, "nombre" : "Nombre1", "contrasenia" : "pass1" },
{ "id" : 2, "nombre" : "Nombre2", "contrasenia" : "pass2" },
]
}
}
```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment