Publish and manage Apple News Format articles.
Technologies
- Apple News Format
- Apple News API
Overview
The Apple News API delivers Apple News Format articles to be published in the Apple News app and helps you manage and monitor those articles after they’ve been published.
Based on representational state transfer (REST) technology, the Apple News API has typical RESTful characteristics, which means that it:
Does operations on a set of resources. Resources are objects that have a type, associated data, and relationships to other resources. In the Apple News API, resources include channels, sections that you’ve set up for your channels (for example, Sports or Politics), and the articles that you want to publish and manage.
Has stateless operations. Interactions with the create, read, update, and delete (CRUD) operations are handled using only the information that comes with the request—no previous information or state is assumed. Therefore, requests made using the Apple News API must include all information required to complete the operation within the request.