Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Releases: sya-ri/Gofile.kt

Release v1.1.0

11 Nov 17:45
07d5113
Compare
Choose a tag to compare

Changes

Full Changelog: 1.0.0...1.1.0

Features

  • Support Gofile api update: 2023-04-20
  • More native target support.

Installation

build.gradle.kts

repositories {
    mavenCentral()
}

dependencies {
    implementation("dev.s7a:gofile:1.1.0")
}

build.gradle

repositories {
    mavenCentral()
}

dependencies {
    implementation "dev.s7a:gofile:1.1.0"
}

API Document

https://gh.s7a.dev/Gofile.kt/1.1.0/

Release v1.0.0

14 Aug 11:31
4f2e19c
Compare
Choose a tag to compare

Changes

Full Changelog: https://github.com/sya-ri/Gofile.kt/commits/1.0.0

Features

  • Support multiplatform.
    • JVM
    • JS
    • Native
  • Supports all endpoints.
    • getServer
    • uploadFile
    • getContent
    • createFolder
    • setFolderOption
    • copyContent
    • deleteContent
    • getAccountDetails
  • Support all account tiers.
    • Guest (without token)
    • Standard
    • Donor
  • Error handling using Result.
  • Asynchronous with Ktor.

Installation

build.gradle.kts

repositories {
    mavenCentral()
}

dependencies {
    implementation("dev.s7a:gofile:1.0.0")
}

build.gradle

repositories {
    mavenCentral()
}

dependencies {
    implementation "dev.s7a:gofile:1.0.0"
}

API Document

https://gh.s7a.dev/Gofile.kt/1.0.0/