Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Tags: j4y/emotion-api-python

Tags

untagged-ce0b7df0a35d917e6e5b

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)
```

untagged-b923b3e20bd35ab71ee0

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.

untagged-f9d44f58b7a318875541

Post-release version bump

untagged-abb49cef0fce42db10bd

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

untagged-34e71d70412fd8e35fa7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #22 from j4y/alt-service-url

Implement a way to specify a different index service url

untagged-2b39830309b6a681d367

Add download media wrapper

untagged-7157e78242d13360e630

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #21 from Affectiva/new-style-class

Switch EmotionAPI to a new-style python class

untagged-66cff6b16a191d28aa1c

Bump version to 0.0.7

untagged-016a203fc2872e8a140e

Adding the proper headers for deletion method (#15)

untagged-6c39e67c5d822c6f40d7

Add a method to delete an annotation