module Medium::Client::Posts
Direct including types
Defined in:
medium/client/posts.crInstance Method Summary
-
#collection_archive(year : String = "", month : String = "", day : String = "") : Array(String)
A list of all posts from publications
-
#collection_stream
Publication home page.
- #normalize_urls(urls : Array(String)) : Array(String)
- #post_by_id(post_id : String)
- #post_by_url(url : String) : Medium::Post
- #post_id_from_url(url : String)
- #posts(source = "overview")
- #streams(source = "overview")
Instance Method Detail
def collection_archive(year : String = "", month : String = "", day : String = "") : Array(String)
#
A list of all posts from publications