micnews / apple-news

A Node.js client for interacting with the Apple News API :newspaper:
37 stars 24 forks source link

isPreview defaults to true #4

Closed jessecascio closed 7 years ago

jessecascio commented 8 years ago

Theres logic in there that overrides the default Apple News API behaviour with no documentation that this happens. As outlined in the Apple docs on isPreview:

Default value: True if your channel has not yet been approved to publish articles in Apple News Format; False if your channel has been approved.

But this module explicitly sets it to true if not defined.

iefserge commented 8 years ago

@jessecascio Yep, I think this way it's more predictable and requires explicit permission to publish public articles.

ryanscottaudio commented 7 years ago

Added isPreview = true to readme.