All Projects → freelancer → freelancer-sdk-android

freelancer / freelancer-sdk-android

Licence: LGPL-3.0 License
The Freelancer sdk aims to make using the the Freelancer.com API as easy as possible.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to freelancer-sdk-android

daviddalbusco.com
Freelance Web Developer
Stars: ✭ 19 (+0%)
Mutual labels:  freelancer
freelancer-sdk-python
Official Freelancer.com API SDK
Stars: ✭ 54 (+184.21%)
Mutual labels:  freelancer
awesome-freelancer
自由职业者&远程工作者&独立开发者&开源工作者@生存指南
Stars: ✭ 67 (+252.63%)
Mutual labels:  freelancer
Startbootstrap Freelancer
Start Bootstrap is an open source library of free Bootstrap themes and templates. All of the free themes and templates on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 2,304 (+12026.32%)
Mutual labels:  freelancer
Remote Working
收集整理远程工作相关的资料
Stars: ✭ 7,158 (+37573.68%)
Mutual labels:  freelancer
Sourcerer App
🦄 Sourcerer app makes a visual profile from your GitHub and git repositories.
Stars: ✭ 6,645 (+34873.68%)
Mutual labels:  freelancer
Theremotefreelancer
Listing of community-curated resources to find topical remote freelance & contract work for software developers, web designers, and more!
Stars: ✭ 6,435 (+33768.42%)
Mutual labels:  freelancer
Manta
🎉 Flexible invoicing desktop app with beautiful & customizable templates.
Stars: ✭ 5,160 (+27057.89%)
Mutual labels:  freelancer
modelo-contrato-freelancer
Modelo de contrato para Freelancers
Stars: ✭ 112 (+489.47%)
Mutual labels:  freelancer

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].