class

Devto::Client

Inherits Devto::Connection / Reference / Object

Constructors

Instance methods

close
Source
convert_to_api_url(url : String) : String

Converts public article url to api format url. in: https://dev.to/jetthoughts/how-to-use-linear-gradient-in-css-bi1 out: https://dev.to/api/articles/jetthoughts/how-to-use-linear-gradient-in-css-bi1

Source
post_by_url(url : String) : Devto::Post

Retrive article from provider and convert build Post object.

Source
post_urls_by_author(author : String)
Source