Skip to content

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

License

Notifications You must be signed in to change notification settings

freelancer/freelancer-sdk-android

Repository files navigation

Build Status

Freelancer Android SDK

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

Features

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

Getting Started

Install using Bintray JCenter

Add the SDK as a dependency in your build.gradle:

// In the root build.gradle file
allprojects {
    repositories {
        // Ensure that you have this line in your 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

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.

Report Issues

Please report any issue/s encountered when using the SDK here.

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages