api refactoring for retrofit2

This commit is contained in:
2021-09-09 12:28:27 +03:00
parent 0588996be8
commit 9a9bde97cb
21 changed files with 622 additions and 18 deletions
@@ -0,0 +1,3 @@
package com.meloda.fast.extensions
fun Boolean.toApiStyle() = (if (this) 1 else 0).toString()