The Freelancer sdk aims to make using the the Freelancer.com API as easy as possible.
- Easy access to accounts.freelancer.com for OAuth to the Freelancer.com API
- Containts models for all json response
- Access the Freelancer.com API
- Create a new client application on the Freelancer.com developer portal
- Install Freelancer android sdk using the instructions below.
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
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.
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.
Licensed under the GNU Lesser General Public License v3.0