We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfc23c1 + 06b51a6 commit 0606bb2Copy full SHA for 0606bb2
lib/cortex/version.rb
@@ -1,3 +1,3 @@
1
module Cortex
2
- VERSION = '0.4.5'
+ VERSION = '0.4.6'
3
end
lib/cortex/webpages.rb
@@ -1,7 +1,7 @@
class Webpages < Cortex::Resource
def get_feed(id)
4
- client.get("/webpages/feed?url=#{id}")
+ client.get("/webpages/feed", {:url => id})
5
6
7
0 commit comments