Skip to content

Dev-Siri/uploadthing4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uploadthing4j

An unofficial Java SDK to interact with the UploadThing API.

Getting Started

Using The Library

Use jitpack to add the library from GitHub.

Maven

Add this to your pom.xml

<repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
</repositories>

Then add this library as a dependency.

<dependency>
    <groupId>com.github.Dev-Siri</groupId>
    <artifactId>uploadthing4j</artifactId>
    <version>1.0.0</version>
</dependency>

Gradle

Add this in your root settings.gradle at the end of repositories:

dependencyResolutionManagement {
	repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
	repositories {
		mavenCentral()
        // For settings.gradle.kts, use this instead:
        // maven { url = uri("https://jitpack.io") }
        maven { url 'https://jitpack.io' }
	}
}

Then add the library as a dependency:

dependencies {
    // For settings.gradle.kts, use this instead:
    // implementation("com.github.Dev-Siri:uploadthing4j:1.0.0")
    implementation 'com.github.Dev-Siri:uploadthing4j:1.0.0'
}

Developing Locally

Clone the repository.

$ git clone https://github.com/Dev-Siri/uploadthing4j

Then get going with your IDE.

License

This project is MIT licensed.

About

Unofficial Java SDK for the UploadThing API.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages