Offical Freelancer.com SDK
Project description
This is a Python library for the Freelancer.com API. Using this, you can interact with Freelancer.com from your Python applications. It supports Python 2.7 and Python 3 (3.6+). For more about information about the Freelancer.com API, visit https://developers.freelancer.com.
Install
Install it using pip install freelancersdk. It may be a good idea to use virtualenv as part of your workflow.
Versioning
The current version of the library is 0.1.3 which corresponds to the 0.1 version of the API. The revision number 3 corresponds to the revision of the SDK. The 0.1 series of the library will continue to support (in a backward compatible) way the 0.1 version of the Freelancer.com API.
Usage
The first step to using any SDK function is to create a object:
>>> from freelancersdk.session import Session >>> session = Session(oauth_token=token)
You must have a valid OAuth2 token before you can use the SDK or the API. See the Freelancer.com Developer portal for more information on how you can do so.
Once we have a session object, we can start using the SDK functions.
Examples
All the examples below recognizes two environment variables:
FLN_OAUTH_TOKEN: The OAuth2 token to create the session with and must be specified
FLN_URL: If you want to use the library to make requests against the Freelancer.com Sandbox, you can specifiy FLN_URL=https://www.freelancer-sandbox.com. If not specified, it defaults to https://www.freelancer.com.
Projects
Bids
Milestone Payments
Messaging
Contests
Users
License
GNU LGPLv3. Please see LICENSE and COPYING.LESSER.
Please note that 0.1.3 release changed the LICENSE from BSD to GNU LGPLv3. If you were using the library prior to this release, please file a issue to let us know if the change affects you in any way.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file freelancersdk-0.1.5.tar.gz
.
File metadata
- Download URL: freelancersdk-0.1.5.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a83ac31662cf759a409a70e4db689aface8801c0fe096f68ed51f9ff6153205 |
|
MD5 | 02ad2ad9fdc16c29f409fe173c6d14e2 |
|
BLAKE2b-256 | d851d77711b26c452dccec0c30f0f3252249a78fad2e466afafc2cc2fa0ae12d |