module

Medium::Client::Posts

Instance methods

collection_archive(year : String = "", month : String = "", day : String = "") : Array(String)

A list of all posts from publications

Source
collection_stream

Publication home page. Returns only favorite articles

Source
normalize_urls(urls : Array(String)) : Array(String)
Source
post_by_id(post_id : String)
Source
post_by_url(url : String) : Medium::Post
Source
post_id_from_url(url : String)
Source
posts(source = "overview")
Source
streams(source = "overview")
Source