| 148 | } |
| 149 | |
| 150 | bool ServerApi06::TestOSMUser(std::string const & userName) |
| 151 | { |
| 152 | std::string const method = "/user/" + url::UrlEncode(userName); |
| 153 | return m_auth.DirectRequest(method, false).first == OsmOAuth::HTTP::OK; |
| 154 | } |
| 155 | |
| 156 | UserPreferences ServerApi06::GetUserPreferences() const |
| 157 | { |
no test coverage detected