Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@JohannesHepp JohannesHepp released this 12 Sep 03:47
15a4f39

📦 First Release: Kotlin RFC9457 Problem Details Library v1.0.0

We are excited to announce the first release of the Kotlin RFC9457 Problem Details library! 🎉

This library provides an implementation of the RFC 9457 specification for handling HTTP API problem details in Kotlin-based applications. It simplifies error reporting in RESTful APIs by using a standardized format.

🔑 Key Features:

  • 🚀 RFC 9457 Compliance: Fully implements the problem details format as specified by RFC 9457.
  • 🔧 Kotlin-friendly API: Designed with idiomatic Kotlin code for a smooth developer experience.
  • 🛠 Customizable Problem Details: Create and extend problem detail objects to fit your use case.
  • 📡 Seamless Integration: Easily integrate with existing Kotlin-based APIs.
  • Tested and Documented: Includes comprehensive test coverage and documentation.

🛠️ Installation:

Add the following dependency to your project:

implementation("io.github.schwarzit:kotlin-rfc9457-problem-details:1.0.0")

📖 Documentation:

For usage instructions, please refer to the README documentation.

📣 Feedback and Contributions:

We welcome feedback and contributions! Feel free to open issues or submit pull requests.

Thank you for using the Kotlin RFC9457 Problem Details library! 😊