SolutionCode / WinkBackend

Simple 1:1 communication platform.
1 stars 0 forks source link

Zwrócenie danych profilowych #7

Closed dzida closed 9 years ago

dzida commented 9 years ago

Zwraca dane użytkownika.

API: wymaga autoryzacji, wymaga własności (tylko zalogowany user może pobrać wszystkie swoje dane)

GET /users/<USER_ID>
{
    "data": {
        "user": {
            "first_name": "",
            "last_name": "",
        "handle": "@",
            "date_of_birth": "20.02.1985",
            "mood": "Happy"
            ... 
        }
    }
}

Walidacja: