Skip to content

Commit

Permalink
Add Sandwich (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves authored Dec 18, 2023
1 parent c343093 commit b9011d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b9011d5

Please sign in to comment.