account's info on profile screen; storing users into cache
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ interface UsersService {
|
||||
|
||||
@FormUrlEncoded
|
||||
@POST(UsersUrls.GET_BY_ID)
|
||||
suspend fun getById(
|
||||
suspend fun get(
|
||||
@FieldMap params: Map<String, String>?
|
||||
): ApiResult<ApiResponse<List<VkUserData>>, RestApiError>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user