LongParameterList:CommentService.kt$CommentService$( @Header("Authorization") authHeader: String? = null, @Query("auth") auth: String? = null, @Query("limit") limit: Int? = null, @Query("page") page: Int? = null, @Query("unresolved_only") unresolvedOnly: Boolean? = null, @Query("community_id") communityId: CommunityId? = null, ) LongParameterList:CommentService.kt$CommentService$( @Header("Authorization") authHeader: String? = null, @Query("auth") auth: String? = null, @Query("limit") limit: Int? = null, @Query("sort") sort: CommentSortType? = null, @Query("post_id") postId: PostId? = null, @Query("parent_id") parentId: CommentId? = null, @Query("page") page: Int? = null, @Query("max_depth") maxDepth: Int? = null, @Query("type_") type: ListingType? = null, @Query("community_id") communityId: CommunityId? = null, @Query("community_name") communityName: String? = null, @Query("saved_only") savedOnly: Boolean? = null, @Query("liked_only") likedOnly: Boolean? = null, @Query("disliked_only") dislikedOnly: Boolean? = null, ) LongParameterList:CommunityService.kt$CommunityService$( @Header("Authorization") authHeader: String? = null, @Query("auth") auth: String? = null, @Query("page") page: Int? = null, @Query("limit") limit: Int? = null, @Query("show_nsfw") showNsfw: Boolean = true, @Query("sort") sort: SortType = SortType.Active, ) LongParameterList:ModlogService.kt$ModlogService$( @Header("Authorization") authHeader: String? = null, @Query("auth") auth: String? = null, @Query("page") page: Int? = null, @Query("community_id") communityId: CommunityId? = null, @Query("limit") limit: Int? = null, @Query("mod_person_id") modId: PersonId? = null, @Query("other_person_id") otherId: PersonId? = null, @Query("type_") type: ModlogActionType? = null, ) LongParameterList:PostService.kt$PostService$( @Header("Authorization") authHeader: String? = null, @Query("auth") auth: String? = null, @Query("limit") limit: Int? = null, @Query("page") page: Int? = null, @Query("unresolved_only") unresolvedOnly: Boolean? = null, @Query("community_id") communityId: CommunityId? = null, ) LongParameterList:PostService.kt$PostService$( @Header("Authorization") authHeader: String? = null, @Query("auth") auth: String? = null, @Query("limit") limit: Int? = null, @Query("sort") sort: SortType? = null, @Query("page") page: Int? = null, @Query("page_cursor") pageCursor: String? = null, @Query("type_") type: ListingType? = null, @Query("community_id") communityId: CommunityId? = null, @Query("community_name") communityName: String? = null, @Query("saved_only") savedOnly: Boolean? = null, @Query("liked_only") likedOnly: Boolean? = null, @Query("disliked_only") dislikedOnly: Boolean? = null, ) LongParameterList:PrivateMessageService.kt$PrivateMessageService$( @Header("Authorization") authHeader: String? = null, @Query("auth") auth: String? = null, @Query("page") page: Int? = null, @Query("creator_id") creatorId: PersonId? = null, @Query("limit") limit: Int? = null, @Query("unread_only") unreadOnly: Boolean? = null, ) LongParameterList:SearchService.kt$SearchService$( @Header("Authorization") authHeader: String? = null, @Query("q") q: String, @Query("community_id") communityId: CommunityId? = null, @Query("community_name") communityName: String? = null, @Query("creator_id") creatorId: PersonId? = null, @Query("type_") type: SearchType? = null, @Query("sort") sort: SortType? = null, @Query("listing_type") listingType: ListingType? = null, @Query("page") page: Int? = null, @Query("limit") limit: Int? = null, @Query("auth") auth: String? = null, ) LongParameterList:UserService.kt$UserService$( @Header("Authorization") authHeader: String? = null, @Query("auth") auth: String? = null, @Query("community_id") communityId: CommunityId? = null, @Query("person_id") personId: PersonId? = null, @Query("page") page: Int? = null, @Query("limit") limit: Int? = null, @Query("sort") sort: CommentSortType = CommentSortType.New, @Query("username") username: String? = null, @Query("saved_only") savedOnly: Boolean? = null, ) LongParameterList:UserService.kt$UserService$( @Header("Authorization") authHeader: String? = null, @Query("auth") auth: String? = null, @Query("page") page: Int? = null, @Query("limit") limit: Int? = null, @Query("sort") sort: CommentSortType = CommentSortType.New, @Query("unread_only") unreadOnly: Boolean? = null, ) MagicNumber:DefaultServiceProvider.kt$DefaultServiceProvider$30_000 MagicNumber:DefaultServiceProvider.kt$DefaultServiceProvider$600_000 TooManyFunctions:CommentService.kt$CommentService TooManyFunctions:PostService.kt$PostService WildcardImport:CommentService.kt$import com.github.diegoberaldin.raccoonforlemmy.core.api.dto.* WildcardImport:PostService.kt$import com.github.diegoberaldin.raccoonforlemmy.core.api.dto.* WildcardImport:PostService.kt$import io.ktor.client.request.forms.*