module Medium::Client::Posts

Direct including types

Defined in:

medium/client/posts.cr

Instance Method Summary

Instance Method Detail

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

A list of all posts from publications


[View source]
def collection_stream #

Publication home page. Returns only favorite articles


[View source]
def normalize_urls(urls : Array(String)) : Array(String) #

[View source]
def post_by_id(post_id : String) #

[View source]
def post_by_url(url : String) : Medium::Post #

[View source]
def post_id_from_url(url : String) #

[View source]
def posts(source = "overview") #

[View source]
def streams(source = "overview") #

[View source]