You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Obtiene solo objetos del usuario logueado, Obtiene todos los objetos si es usuario administrador
/api/unidad/{id}
GET
Obtiene un solo objeto unidad
/api/pasaje
POST
Crea un objeto pasaje
/api/pasajes
GET
Obtiene todos los objetos pasajes
/api/pasajes/:fecha/:origen/:destino
GET
Obtiene todos los objetos pasajes (fecha, origen y destino)
/api/pasaje/{id}
GET
Obtiene un solo objeto pasaje
/api/pasaje/{id_pasaje}
PUT
Actualiza un objeto pasaje
/api/boleto
POST
Crea un objeto boleto
/api/boletos
GET
Obtiene todos los objetos boletos que registre el usuario logueado
/api/boleto/{id_boleto}
GET
Obtiene un solo objeto boleto
/api/boleto/{id_boleto}
DELETE
Elimina un objeto boleto
About
Proyecto test BackEnd que ofrece un api para el transporte terrestre: login, registro de usuarios, registro de pasajes, compra de boletos, listado de boletos, actualización de los mismos