The Freelancer Android SDK aims to make using the Freelancer.com API as easy as possible.
- 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
- Create a new client application on the Freelancer.com Developer Portal.
- Install Freelancer Android SDK using the instructions below.
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.
To contribute please create a fork from master and submit a pull request.
For usage questions please check through the issues and check the sample app.
Please report any issue/s encountered when using the SDK here.
Licensed under the GNU Lesser General Public License v3.0.