Skip to main content

Simple client for the Figure Eight API

Project description

figure-eight-python-client

Python client drawn from Figure Eight's API docs

Install

$ pip install figure-eight-python-client

Usage

Replace <figure-eight-api-token> with a token from https://make.figure-eight.com/account/api

>>> from figure_eight_python_client import FigureEightClient
>>> client = FigureEightClient("<figure-eight-api-token>")

Methods

copy_job(job_id, all_units=True)
copy_job_without_rows(job_id)
add_tag_to_job(job_id, tag)
upload_csv_to_job(job_id, data)
launch_job(job_id, units_count, channel='on_demand')
find_jobs_by_support_email(support_email, team_id=None)
get_judgements_by_job_id(job_id)
get_json_results_by_job_id(job_id)

Contributing

Consider making a pull request if you have an idea or discover a bug.

Thanks

Big thanks to Density for sponsoring the development of figure-eight-python-client.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

figure-eight-client-1.0.3.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

figure_eight_client-1.0.3-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page