Exemplo n.º 1
0
 /// <summary>
 /// Retrieves a user's profile information.
 /// </summary>
 public Task <UserProfileResponse> GetAsync(UserProfileRequest userProfileRequest)
 => SendGetAsync <UserProfileRequest, UserProfileResponse>("get", userProfileRequest);
Exemplo n.º 2
0
 /// <inheritdoc cref="UsersProfileClient.GetAsync(UserProfileRequest)"/>
 public Task <UserProfileResponse> UserProfileAsync(UserProfileRequest userProfileRequest)
 => UsersProfile.GetAsync(userProfileRequest);