-
Notifications
You must be signed in to change notification settings - Fork 0
redentis/clj-backlot-v2
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# ooyala-backlot-v2 ## Description A library providing access to the Ooyala [Backlot V2 APIs|http://support.ooyala.com/developers/documentation/concepts/book_api.html). Using the library requires access to the API key and secret key for a Backlot account. ## Usage (require (ooyala-backlot [assets :as a] [base :as b])) (def my_backlot (merge b/default-api-config {:api-key "..." :secret-key "..."})) (b/with-config my_backlot (doseq [page (a/list-assets) asset (:items page)] (println (:title asset)))) ## APIs ## License Copyright (C) 2011 FIXME Distributed under the Eclipse Public License, the same as Clojure.
About
Library for accessing Ooyala's Backlot V2 API
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published