GSG-G10 / bastta

Bastta.com is a website that allows users to publish or buy second-hand products from all categories.
https://bastta.herokuapp.com
3 stars 4 forks source link

Profile Products #37

Closed ahmadfarid-059 closed 2 years ago

ahmadfarid-059 commented 2 years ago

Profile Products

Endpoint: GET/products/:userId

Description Send all products of the userId in request params

Protected: No

Required middlewares: No

Response: maybe success or error: Error :

    {
        status:404,
        message: 'No Data Found'
    }

Success

    {
        status:200,
        data: [{
          name,
          class,
          type,
          date,
          city,
          phone,
          description,
          price,
          currency,
          likes,
          images,
          approved
}] , 
    }

Request body: No


Tests: 200 status