Method: Posts#global

Defined in:
lib/pnut/posts.rb

#global(**args) ⇒ Object

GET /posts/streams/global

A stream of all users’ public posts.



5
6
7
# File 'lib/pnut/posts.rb', line 5

def global(**args)
  self.request("/posts/streams/global", params: args)
end