refactored to leverage KType (#21)

This commit is contained in:
Ryan Brink
2021-04-16 15:37:23 -04:00
committed by GitHub
parent fdd18674da
commit 810f290f0d
7 changed files with 161 additions and 150 deletions

View File

@ -40,11 +40,11 @@ dependencies {
### Warning 🚨
Kompendium is still under active development ⚠️ There are a number of yet-to-be-implemented features, including
- Query and Path Parameters
- Tags
- Multiple Responses
- Security Schemas
- Top level enum classes (enums as fields in a response are a go ✅)
- Query and Path Parameters 🔍
- Tags 🏷
- Multiple Responses 📜
- Security Schemas 🔏
- Sealed Class / Polymorphic Support 😬
- Validation / Enforcement (❓👀❓)
If you have a feature that is not listed here, please open an issue!