Gofile.kt

Kotlin wrapper for the Gofile.io API

APACHE-2.0 License

Stars
5

Bot releases are hidden (Show)

Gofile.kt - Release v1.1.0 Latest Release

Published by sya-ri 11 months ago

Changes

Full Changelog: https://github.com/sya-ri/Gofile.kt/compare/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/

Gofile.kt - Release v1.0.0

Published by sya-ri about 2 years ago

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/

Badges
Extracted from project README
Kotlin GitHub License Maven Central KDoc link Build status