Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agrevster/pocketbase-kotlin
A multi-platform Kotlin SDK for Pocketbase.
https://github.com/agrevster/pocketbase-kotlin
kotlin kotlin-library kotlin-multiplatform pocketbase
Last synced: 24 days ago
JSON representation
A multi-platform Kotlin SDK for Pocketbase.
- Host: GitHub
- URL: https://github.com/agrevster/pocketbase-kotlin
- Owner: agrevster
- License: mit
- Created: 2023-07-28T21:28:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-29T21:44:07.000Z (3 months ago)
- Last Synced: 2024-08-29T23:36:05.057Z (3 months ago)
- Topics: kotlin, kotlin-library, kotlin-multiplatform, pocketbase
- Language: Kotlin
- Homepage: https://agrevster.github.io/pocketbase-kotlin/
- Size: 1.24 MB
- Stars: 17
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pocketbase - GitHub
- awesome-pocketbase - GitHub
- awesome-pocketbase - Kotlin - PocketBase Client in Kotlin. ![GitHub Repo stars](https://img.shields.io/github/stars/agrevster/pocketbase-kotlin) (Unofficial PocketBase Clients (SDKs))
README
# Pocketbase Kotlin
> Pocketbase Kotlin is a multi-platform Kotlin SDK for [Pocketbase](https://pocketbase.io).
> Current supported Pocketbase Versions *0.20+*,
---### More info can be found in [the docs](https://agrevster.github.io/pocketbase-kotlin/)
## Installation
**Using this library requires the**
[KotlinX Serialization plugin](https://github.com/Kotlin/kotlinx.serialization#using-the-plugins-block)To use Pocketbase Kotlin just add the following into your buildscript:
```kotlin
repositories {
mavenCentral()
}dependencies {
implementation("io.github.agrevster:pocketbase-kotlin:2.6.3")
}
```