OpenAPI-kt

Kotlin Multiplatform Typed OpenAPI Document Parser (KotlinX) with Typed Secondary Custom ADT for inspection, typed transformations, code generation, etc.

Stars
7

Bot releases are hidden (Show)

OpenAPI-kt - 0.0.6 Latest Release

Published by nomisRev 3 months ago

What's Changed

Full Changelog: https://github.com/nomisRev/OpenAPI-kt/compare/0.0.5...0.0.6

OpenAPI-kt - 0.0.5

Published by nomisRev 4 months ago

What's Changed

Full Changelog: https://github.com/nomisRev/OpenAPI-kt/compare/0.0.4...0.0.5

OpenAPI-kt - 0.0.4

Published by nomisRev 4 months ago

What's Changed

Full Changelog: https://github.com/nomisRev/OpenAPI-kt/compare/0.0.3...0.0.4

OpenAPI-kt - 0.0.3

Published by nomisRev 4 months ago

What's Changed

Full Changelog: https://github.com/nomisRev/OpenAPI-kt/compare/0.0.2...0.0.3

OpenAPI-kt - 0.0.2

Published by nomisRev 4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/nomisRev/OpenAPI-kt/compare/0.0.1...0.0.2

OpenAPI-kt - 0.0.1

Published by nomisRev 4 months ago

First release of OpenAPI-kt 🥳

Status of modules

  • Parser: Stable, no breaking changes expected. Data/sealed/enum classes model the OpenAPI Specification exactly, and KotlinX Serialization (JSON) handles the rest.
  • Typed: Unstable, some refactor cleaning up work is still left to do and some evolution of the models is expected but this will be done in a non-breaking way as much as possible.
  • Generation: Unstable, but most code is expected to be additional and this will be done in a non-breaking way as much as possible. A lot of functional still missing.

What's Changed

New Contributors

Full Changelog: https://github.com/nomisRev/OpenAPI-kt/commits/0.0.1