This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
Tags: j4y/emotion-api-python
Tags
Modify EmotionAPI class to have a requeue_job method to support repro… …cessing This will make it easier to write scripts to reprocess jobs in EaaS. Example: ``` api = affectiva.api.EmotionAPI() job_url = "http://rails:3000/jobs/2647085865586657115" api.update_job(job_url, 'multiface') api.requeue_job(job_url) ```
Fix unit tests when user or password env vars are set The unit tests didn't work if the person running the tests had AFFECTIVA_API_USER or AFFECTIVA_API_PASSWORD set in their environment. This change zeros the environment so the error checking kicks in.
Merge pull request #23 from j4y/create-job-mime-type Modify create_job to send up the content_type to the emotion as a service api
Merge pull request #22 from j4y/alt-service-url Implement a way to specify a different index service url
Merge pull request #21 from Affectiva/new-style-class Switch EmotionAPI to a new-style python class
Adding the proper headers for deletion method (#15)
PreviousNext