gumil / freelancer-sdk-android

The Freelancer sdk aims to make using the the Freelancer.com API as easy as possible.

Home Page:https://developers.freelancer.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Freelancer Android Sdk

The Freelancer sdk aims to make using the the Freelancer.com API as easy as possible.

Freelancer sdk features

  • Easy access to accounts.freelancer.com for OAuth to the Freelancer.com API
  • Containts models for all json response
  • Access the Freelancer.com API

Getting Started

Install using Bintray JCenter

Add freelancer dependency to your build.gradle:

//In the root build.gradle file
allprojects {
    repositories {
        //ensure you have this line in you repositories for all projects
        jcenter()
    }
}

//In the project gradle
dependencies {
    compile 'com.freelancer:android-sdk:0.1.0'
}

Please check the SampleActivity for usage examples

Contributing

The master branch of this repository is used for developing, releases will be cut from the master branch, any fixes for these release will be created on master and cherry picked onto the release branches. To contribute please create a fork from master and submit a pull request.

Contact

For usage questions please check through the issues and check the sample app. If you are still having problems please post an issue here.

Please report any bugs as issues.

License

Licensed under the GNU Lesser General Public License v3.0

About

The Freelancer sdk aims to make using the the Freelancer.com API as easy as possible.

https://developers.freelancer.com/

License:GNU Lesser General Public License v3.0


Languages

Language:Kotlin 100.0%