freelancer-sdk-python icon indicating copy to clipboard operation
freelancer-sdk-python copied to clipboard

Official Freelancer.com API SDK

Results 18 freelancer-sdk-python issues
Sort by recently updated
recently updated
newest added

Hi, I can't understand the time format used for the values of "from-time" and "to-time" parameters. Could anyone explain how I can convert date and time to the proper format?...

Hi, Is there a way to check if freelancer who is talking to me in some thread is typing or not. I know freelancer.com API allow me to send typing...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies

https://github.com/freelancer/freelancer-sdk-python/blob/17b8969d7480f3b9ea38d32e499e6c9bb3dd28b8/examples/create_hireme_project.py#L12 Correct link is now https://developers.freelancer.com/docs/use-cases/creating-a-project. This will apply everywhere there is a link to API docs.

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.12.2 to 0.15.3. Release notes *Sourced from [werkzeug's releases](https://github.com/pallets/werkzeug/releases).* > ## 0.15.3 > * Blog: https://palletsprojects.com/blog/werkzeug-0-15-3-released/ > * Changes: https://werkzeug.palletsprojects.com/en/0.15.x/changes/#version-0-15-3 > > > ## 0.15.2 > *...

dependencies

[] List contests: (suggested function name: get_contests) [] Get contest by ID [] Search for all contests [] Search for active contests

enhancement

Currently we return responses from the various functions as ad-hoc custom classes which are dynamically created based on what we get from the API. I think this needs to be...

The [example web application](examples/demo_web_application) should be updated with the following: [] Add clearer install and connfiguration instructions (may be `docker` and `docker compose` based setup) [] Explain the Freelancer.com SDK...

enhancement