Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Update readme docs with usage #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jun 6, 2013
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unneeded stuff
  • Loading branch information
Alex Schworer committed Jun 6, 2013
commit 87744bc6c402a7e37393103c95a5c43ac7f78e67
11 changes: 0 additions & 11 deletions 11 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ Create an instance of the Zencoder client. This will accept an API key and versi

## [Jobs](https://app.zencoder.com/docs/api/jobs)

There's more you can do on jobs than anything else in the API. The following methods are available: `list`, `create`, `details`, `progress`, `resubmit`, `cancel`, `delete`.

Create a [new job](https://app.zencoder.com/docs/api/jobs/create).

```python
Expand Down Expand Up @@ -85,15 +83,6 @@ zen.job.resubmit(1)
The number passed to `cancel` is the ID of a Zencoder job.

```python
zen.job.cancel(1)
```

### delete

The number passed to `delete` is the ID of a Zencoder job.

```python
zen.job.delete(1)
```

## [Inputs](https://app.zencoder.com/docs/api/inputs)
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.