Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom annotations support like Retrofit? #751

Open
shirozatou opened this issue Dec 14, 2024 · 1 comment · May be fixed by #759
Open

Custom annotations support like Retrofit? #751

shirozatou opened this issue Dec 14, 2024 · 1 comment · May be fixed by #759
Labels
enhancement New feature or request

Comments

@shirozatou
Copy link

shirozatou commented Dec 14, 2024

Ability to add custom annotation like Retrofit does. We can parse it inside Converter or somewhere else.

    @MyCustomAnnotation
    @GET("/endpoint/post")
    suspend fun post(@Query("page") page: Int): List<Post>
@shirozatou shirozatou added the enhancement New feature or request label Dec 14, 2024
@dewantawsif
Copy link

I'm giving this request a try

@dewantawsif dewantawsif linked a pull request Jan 8, 2025 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants