Skip to content
This repository was archived by the owner on May 11, 2020. It is now read-only.

engarnet/timetree-api_android

Repository files navigation

TimeTree API Client for Android

Overview

this is an TimeTree API client library, written in kotlin

Description

official api document is here

Install

add repository

allprojects {
    repositories {
        maven {
            name = "GitHubPackages"
            url = uri("https://maven.pkg.github.com/engarnet/timetree-api_android")
            credentials {
                username = $GITHUB_USER // GitHub's username
                password = $ACCESS_TOKEN // GitHub's Personal access token
            }
        }
    }
}

add dependency

dependencies {
    implementation 'com.engarnet:timetree-api-android:0.1.2'
}

Usage

see here

Requirement

android:minSdkVersion="19"

Licence

MIT

Author

engarnet

About

TimeTree API client for Android

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages