JSONFeed icon indicating copy to clipboard operation
JSONFeed copied to clipboard

Rename home_page_url to home_url

Open valtlai opened this issue 8 years ago • 2 comments

I think home_page_url is bit verbose and should be called home_url. What do you think?

valtlai avatar May 18 '17 16:05 valtlai

Could there be an url object with different properties, like other feed formats, home, icons, etc?

I’m mostly thinking about the HTML link attribute.

{
    "url": {
        "home": "//",
        "icon": "//some_icon_url",
        "feed": "//some_feed_url",
        "feed": "//some_feed_url",
        "…": "…"
    }
}

arkhi avatar May 23 '17 04:05 arkhi