AppleNewsAPI icon indicating copy to clipboard operation
AppleNewsAPI copied to clipboard

This is a PHP library that allows you to publish content to Apple News and construct documents in the Apple News JSON format.

Results 18 AppleNewsAPI issues
Sort by recently updated
recently updated
newest added

Apple has reached out to our organization and requested that we switch to 1.2 of TLS

Hello, I just installed this library on my local machine running with EasyPHP. I followed the installation guide, but when I try to use the example file to post an...

// Expected: I should be able to call get() twice, or get() then Post(), on a $PublisherAPI object. // Actual: I get an error if I call get() twice on...

Allows to do multiple requests with Publisher API instance.

Hi there, Apple has added a List Item Style https://developer.apple.com/library/content/documentation/General/Conceptual/Apple_News_Format_Ref/ListItemStyle.html#//apple_ref/doc/uid/TP40015408-CH112-SW1 which isn't present in the API. It's used in TestStyle: https://developer.apple.com/library/content/documentation/General/Conceptual/Apple_News_Format_Ref/TextStyle.html#//apple_ref/doc/uid/TP40015408-CH77-SW1 Should I make a pull request with those added...

It seems that the `TextStrokeStyle` is missing an optional `width` attribute: https://developer.apple.com/library/content/documentation/General/Conceptual/Apple_News_Format_Ref/TextStrokeStyle.html#//apple_ref/doc/uid/TP40015408-CH76-SW1 https://github.com/chapter-three/AppleNewsAPI/blob/master/src/Document/Styles/TextStrokeStyle.php Should I create a pull request in order to add it ? Thanks

Tests pass, but there are a number of PHP notices that are raised, eg. https://travis-ci.org/chapter-three/AppleNewsAPI/jobs/192384948 These should be cleaned up.

The [PostArticle](https://github.com/chapter-three/AppleNewsAPI/blob/master/examples/PublisherAPI/PostArticle.php) example shows that you have to give it JSON strings for the article and the metadata. However, this is a bit silly - the Post() method should take...