Go to file
Ivan Smolin 56eb76bf36 add missing enum_class template. closes #1 2023-01-16 18:02:41 +03:00
.idea Initial commit 2022-08-19 12:31:36 +03:00
src/main add missing enum_class template. closes #1 2023-01-16 18:02:41 +03:00
.gitignore Initial commit 2022-08-19 12:31:36 +03:00
README.md edit readme 2022-08-25 16:27:40 +03:00
pom.xml add missing enum_class template. closes #1 2023-01-16 18:02:41 +03:00

README.md

Swagger Codegen Generator for kotlin android client. Restrictions:

  • The project must use Retrofit2, Moshi, Coroutines
  • Authentication and Authorization security scheme:
    • HTTP authentication schemes (they use the Authorization header):
      • Basic
      • Bearer
    • API keys in headers