-
Notifications
You must be signed in to change notification settings - Fork 2
Evaluate Ktorfit (WIP) #124
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
base: main
Are you sure you want to change the base?
Conversation
suspend fun insert(taskList: TaskList): TaskList | ||
@Headers( | ||
"Content-Type: application/json", | ||
"Content-Encoding: gzip", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it really the way to go?
Need confirmation.
suspend fun insert(taskListId: String, task: Task, parentTaskId: String? = null, previousTaskId: String? = null): Task | ||
@Headers( | ||
"Content-Type: application/json", | ||
"Content-Encoding: gzip", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it really the way to go?
Need confirmation.
} | ||
|
||
single { | ||
// FIXME why ktorfit.createTaskListsApi() isn't generated? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need investigation.
©️ Stale credits for
|
Job Summary for GradleBuild & Test :: build
|
©️ Stale credits for
|
Job Summary for GradleBuild & Test :: build
|
Job Summary for GradleBuild & Test :: build
|
Description
insert
initially? Might worth investigating input payload and responses compression in all relevant APIs)Checklist