Ktorfit icon indicating copy to clipboard operation
Ktorfit copied to clipboard

HTTP client generator / KSP plugin for Kotlin Multiplatform (Android, iOS, Js, Jvm, Native) using KSP and Ktor clients inspired by Retrofit https://foso.github.io/Ktorfit

Results 71 Ktorfit issues
Sort by recently updated
recently updated
newest added

### Ktorfit version 1.11.0 ### What happened and how can we reproduce this issue? After updating to 1.11.0, I can no longer import Any response converter. ### What did you...

bug

### Ktorfit version 1.11.0 ### What happened and how can we reproduce this issue? Set the baseURL of ktorfit to empty, and use urlbuild to dynamically return the baseURL when...

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [androidx.activity:activity-compose](https://developer.android.com/jetpack/androidx/releases/activity#1.9.0) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `1.8.0` -> `1.9.0` |...

build

### Ktorfit version 1.0.0-beta14 ### What happened and how can we reproduce this issue? In my application I need to get images, my codebase has a cache that I store...

bug

**Is your feature request related to a problem? Please describe.** Many apps uses [Swagger/OpenAPI](https://spec.openapis.org/oas/latest.html) Specification and [OpenAPITools codegen](https://github.com/OpenAPITools/openapi-generator#overview) when communicating over http to BackEnd. Currently migrating existing Retrofit-based app to...

enhancement

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.ktor:ktor-serialization-kotlinx-json](https://togithub.com/ktorio/ktor) | `2.3.4` -> `2.3.5` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.ktor:ktor-serialization-kotlinx-json/2.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

build

### Ktorfit version 1.8.1 ### What happened and how can we reproduce this issue? I use @Query in some of my API interfaces, but unfortunately, the generated code produces Kotlin...

bug

### Ktorfit version 1.7.0 ### What happened and how can we reproduce this issue? Code generated for form fields what are non-null have null safe access resulting in these warnings...

enhancement

**Is your feature request related to a problem? Please describe.** Using Retrofit, by default, when using suspend, when an API returns successfully (the backend actual responds), when the status code...

enhancement

**Is your feature request related to a problem? Please describe.** Currently the Ktorfit KSP dependencies needs to be added manually to every Gradle module where Ktorfit is used. **Describe the...

enhancement