getCurrentUserSettings abstract method

  1. @GET.new('/users/@me/settings')
Future<UserSettingsResponse> getCurrentUserSettings()

Get current user settings.

Retrieves the current user's settings and preferences, including notification settings, privacy options, and display preferences. Only accessible to the authenticated user.

Implementation

@GET('/users/@me/settings')
Future<UserSettingsResponse> getCurrentUserSettings();