freelancer-sdk-android
freelancer-sdk-android copied to clipboard
The Freelancer sdk aims to make using the the Freelancer.com API as easy as possible.
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
- Create a new client application on the Freelancer.com Developer Portal.
- Install Freelancer Android SDK using the instructions below.
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.