We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
api/v1/estate
No
SELECT * FROM estate INNER JOIN image on estate.id=image.estateId
{ status : 200, data: [ { id : $, userId:$, addressId:$, price:$, description:$, type:$, category:$, bathrooms:$, bedroom:$ }, ....etc ] , }
{statusCode:500, message:"Server Error, Try agin !!"}
The text was updated successfully, but these errors were encountered:
create get all estate route
ce3bee4
related #12
using async and wait
1eadf80
realted #12
muhammadharoun
No branches or pull requests
Get all Estate
Route: GET
api/v1/estate
Protected:
No
DB query
Response
Success 👍🏻
Failed 👎🏻
The text was updated successfully, but these errors were encountered: