Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zencoder-fetcher

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zencoder-fetcher

  • 0.2.8
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

= zencoder-fetcher

Fetcher is for developers working with Zencoder. If Zencoder can't notify your server when a job has completed, like if you're at localhost:3000, Fetcher can get the responses and push them to the server for you.

If you are testing notifications you can use the URL

http://zencoderfetcher/

to create a successful notification.

== Commands

Run with the

zencoder_fetcher [options] API_KEY

Options:

  • --url, -u: URL to post the Zencoder notification (default: http://localhost:3000)
  • --loop, -l: Run the notifier in a loop.
  • --interval, -n : Check every n seconds. (Default: 60)
  • --count, -c : Number of notifications to retrieve per page. (Default: 50)
  • --page, -p : The page to load. (Default: 1)
  • --since, -m : Load notifications starting since n minutes ago.
  • --api_version, -v: The API version to use. (Default: v1)

== Copyright

Copyright (c) 2010 Zencoder Inc. See LICENSE for details.

FAQs

Package last updated on 28 Mar 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc