dustineichler / NYTimes

NYTimes Objective-C Client Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NYTimes API Client

Unifies NYTimes API under one Objective-C roof, so to speak.

Get Started

Installation.

pod 'nytimes', '~> 0.1'

Get the source.

git clone https://github.com/dustineichler/NYTimes

API

With the Article Search API, you can search New York Times articles from 1981 to today, retrieving headlines, abstracts, lead paragraphs, links to associated multimedia and other article metadata.

With the Best Sellers API, you can get data from all New York Times best-seller lists, including rank history for specific best sellers.

With the Campaign Finance API, you can retrieve data from United States Federal Election Commission filings.

With the Community API, you can get user-generated NYTimes.com content. The current release includes article comments and readers' reviews of movies.

With the Congress API, you can get summaries of roll-call votes in the U.S. Congress; get lists of members of Congress; and get vote data, floor appearances, biographical information and role data for individual House and Senate members

With the Districts API, you can get political districts based on a pair of coordinates. Currently, the Districts API is limited to New York City.

With the Event Listings API, you can search the New York Times listing of noteworthy cultural events in New York City and beyond.

With the Most Popular API, you can get links and metadata for the blog posts and articles that are most frequently e-mailed, shared and viewed by NYTimes.com readers.

With the Movie Reviews API, you can search New York Times movie reviews by keyword and get lists of NYT Critics' Picks.

With the Real Estate API, you can get percentiles and counts for real estate listings and sales in New York City.

With the Times Newswire API, you can get links and metadata for Times articles and blog posts as soon as they are published on NYTimes.com. The Times Newswire API provides an up-to-the-minute stream of published items.

With the Semantic API, you get access to the long list of people, places, organizations and other locations, entities and descriptors that make up the controlled vocabulary used as metadata by The New York Times.

Resources

Contribute

Fork, commit and submit a pull request.

Todo

Plenty

About

NYTimes Objective-C Client Library

License:MIT License


Languages

Language:Objective-C 99.6%Language:C 0.3%Language:Ruby 0.1%