Future<User> getCurrentUser() { var endpoint = '/users/@me'; return _http.request(endpoint, converter: User.fromJson); }