labwithcommunity / Lab-With-Comunity_Official-Api

MIT License
1 stars 0 forks source link

improving of service in get by username in method #17

Closed domKul closed 1 month ago

domKul commented 1 month ago

request for user by username in repository by now is requesting with query insted of metohd name for better performene, and now the response for getUserByUsername is without password


    "username": "admin1122345",
    "nickname": "admin1122345",
    "email": "email@email.com",
    "technologies": [
        {
            "programmingLanguage": "JAVA",
            "userTechnologyForProgrammingLanguages": [
                "SPRING",
                "BACKEND"
            ]
        },
        {
            "programmingLanguage": "PYTHON",
            "userTechnologyForProgrammingLanguages": [
                "HIBERNATE",
                "BACKEND"
            ]
        }
    ]
}```