Tiffany Marrel da96058f5b
[kotlin] cleanup documentation (#15307)
* [kotlin] fix documentation of API authorization in README files

fix hierarchy level + add internal links + align wording across generators

* [kotlin] fix anchor links in documentation

---------

Co-authored-by: Tiffany Marrel <tiffany.marrel@flowable.com>
2023-04-27 11:33:15 +01:00

825 B

org.openapitools.database - Kotlin database library for OpenAPI Petstore

Requires

Build

./gradlew check assemble

This runs all tests and packages the library.

Features/Implementation Notes

  • Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
  • Supports Mapper using API model classes.
  • Supports SQLite types.

Documentation for Models