Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 683 Bytes

README.md

File metadata and controls

50 lines (28 loc) · 683 Bytes

QR Service v0.1.0

Generación de QR

QR

Obtener QR

Back to top

Obtiene un codigo QR

GET /qr?code=1234

Parameter Parameters

Name Type Description
code String

Código a generar

size String

Tamaño 100 200 400 600 800 (opc)

Success Response

Respuesta

Imagen en formato png

Error Response

500 Server Error

HTTP/1.1 500 Internal Server Error
{
   "error" : "Not Found"
}