Skip to content

jfizz/shirtsio-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Java 1.5 and later.

Installation

Maven users

Add this dependency to your project's POM:

<dependency>
  <groupId>com.shirtsio</groupId>
  <artifactId>shirtsio-lib</artifactId>
</dependency>

Usage

ShirtsioExample.java

import com.shirtsio.model.Authentication;
import com.shirtsio.AuthenticationManager;

public class ShirtsioExample {

    public static void main(String[] args) {
        AuthenticationManager authenticationManager = new AuthenticationManager();
        Authentication authentication = authenticationManager.authenticate("deantest", "Pa$$w0rd");

        System.out.println(authentication.getApiKey());
    }
}

About

Shirts.io Java Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published