howcast-howcast 0.4.7 → 0.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG +1 -5
- data/Rakefile +1 -1
- data/howcast.gemspec +1 -1
- metadata +1 -1
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
|
@@ -2,7 +2,7 @@ require 'rubygems'
|
|
|
2
2
|
require 'rake'
|
|
3
3
|
require 'echoe'
|
|
4
4
|
|
|
5
|
-
Echoe.new('howcast', '0.4.
|
|
5
|
+
Echoe.new('howcast', '0.4.8') do |x|
|
|
6
6
|
x.summary = "Howcast API Ruby Wrapper"
|
|
7
7
|
x.description = <<-EOS
|
|
8
8
|
Howcast offers an Application Programming Interface (API) which allows developers to build applications that interface with Howcast. The Howcast API is RESTful (REpresentational State Transfer) and users of this API will be able: 1) Retreive detailed information about a single video, including metadata such as title, description, video views, rating etc; 2) Retrieve a list of videos restricted by a set of filters offered by Howcast and sorted using several metrics that you can specify (most recent, most views, etc); 3) Search for video; 4) And much more. Note: Before you can use our APIs, you must register an API key, that is submitted with each request.
|
data/howcast.gemspec
CHANGED