jmprathab / MyHome

A Java application which helps people to manage their apartment.
Apache License 2.0
92 stars 103 forks source link

Fix postman collection #260

Open DDmit04 opened 3 years ago

DDmit04 commented 3 years ago

🐛 Describe the bug

There some errors in postman collection.

⚠️ Current behavior

  1. No GET /communities/{communityId}/amenities mapping present in collection
  2. POST /auth/login mapping have wrong body params (no user with this email and password)

✅ Expected behavior

  1. Add GET /communities/{communityId}/amenities mapping
  2. Cange body params from
    {
    "email" : "testuser@myhome.com",
    "password" : "testpassword"
    }

    to

    {
    "email" : "test@test.com",
    "password" : "testtest"
    }

    and add default email/password to postman variables

13413rahul commented 2 years ago

hey @DDmit04 I would like to fix this issue

bayotheman commented 1 year ago

hi @jmprathab @DDmit04 @DDmit04, can I take on this task

allanrizza commented 1 year ago

@mslowiak @DDmit04 can I take this issue?