Simple Mock API REST Based to comunicate with Burgerlivery front-end application.
https://burgerlivery-api.vercel.app/
Params:
No params
Response:
[
{
id: number,
text: string,
link: string
}
]
Params:
No params
Response:
[
{
id: number,
image: Array<string>
title: string,
description: string
values: {
single: number,
combo: number,
},
}
]
Params:
No params
Response:
[
{
id: number,
image: string,
title: string,
description: string,
values: {
small: number | null,
large: number | null,
},
}
]
Params:
No params
Response:
[
{
id: number,
image: string,
title: string,
description: string,
value: number,
}
]
Params:
No params
Response:
[
{
id: number,
image: string,
title: string,
description: string,
value: number,
}
]
Params:
No params
Response:
[
{
id: string,
value: number,
text: string
}
]
Params:
{
items: [
{
title: string,
value: number
}
],
paymentOption: string,
}
Response:
{
orderNumber: string,
createdAt: string,
message: string,
details: object,
}
Params:
{
login: string,
password: string
}
Response:
{
userName: string,
email: string,
token: string
}
login: [email protected]
password: Prior8756@
login: [email protected]
password: Pedra0143@