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 bdbef22 + 1236028 commit c339294Copy full SHA for c339294
lib/cortex/webpages.rb
@@ -1,7 +1,7 @@
1
module Cortex
2
class Webpages < Cortex::Resource
3
def get_feed(id)
4
- client.get("/webpages/feed/#{id}")
+ client.get("/webpages/feed?url=#{id}")
5
end
6
7
0 commit comments