commonMain.sh.christian.ozone.BlueskyJson.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bluesky Show documentation
Show all versions of bluesky Show documentation
Bluesky Social API bindings for Kotlin.
The newest version!
package sh.christian.ozone
import kotlinx.serialization.json.Json
import sh.christian.ozone.api.runtime.buildXrpcJsonConfiguration
import sh.christian.ozone.api.xrpc.XrpcSerializersModule
/**
* JSON configuration for serializing and deserializing Bluesky API objects.
*/
val BlueskyJson: Json = buildXrpcJsonConfiguration(XrpcSerializersModule)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy