From b9011d5d1e6f0f133bb331777fffbde124e936d2 Mon Sep 17 00:00:00 2001 From: Jaewoong Eum Date: Mon, 18 Dec 2023 22:15:48 +0900 Subject: [PATCH] Add Sandwich (#88) --- README.MD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.MD b/README.MD index 30c182b..a165cc0 100644 --- a/README.MD +++ b/README.MD @@ -651,6 +651,11 @@ Bluetooth in general has the same functionality for all platforms, e.g. connect [![Maven Central](https://img.shields.io/maven-central/v/pro.respawn.apiresult/core)](https://central.sonatype.com/namespace/pro.respawn.apiresult) > ApiResult is a Kotlin Multiplatform declarative error handling framework that is performant, easy to use and feature-rich. +[Sandwich](https://github.com/skydoves/sandwich) - Handling API responses and exceptions in Kotlin for Retrofit, Ktor, Ktorfit +[![GitHub Repo stars](https://img.shields.io/github/stars/skydoves/sandwich)](https://github.com/skydoves/sandwich) +[![Maven Central](https://img.shields.io/maven-central/v/com.github.skydoves/sandwich.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.github.skydoves%22%20AND%20a:%22sandwich%22) +> Sandwich is an adaptable and lightweight sealed API library designed for handling API responses and exceptions in Kotlin for Retrofit, Ktor, and Kotlin Multiplatform. + ### 🗃 Serializer [kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization) - JSON serialization [![GitHub Repo stars](https://img.shields.io/github/stars/Kotlin/kotlinx.serialization)](https://github.com/Kotlin/kotlinx.serialization)