-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Ktorfit version
2.6.4
What happened and how can we reproduce this issue?
override suspend fun delete(id: Any): Boolean {
val _ext: HttpRequestBuilder.() -> Unit = {
this.method = HttpMethod.parse("GET")
url{
takeFrom(_ktorfit.baseUrl + "/device/delete")
id?.filterNotNull()?.forEach { parameter("id", "$it") }
}
}
val _typeData = TypeData.createTypeData(
typeInfo = typeInfo(),
)
return _helper.suspendRequest(_typeData,_ext)!!
}
What did you expect to happen?
Is there anything else we need to know about?
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
