Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 2.72 KB

CHANGES.md

File metadata and controls

48 lines (37 loc) · 2.72 KB

Changes

2.2.2 (2018-01-28)

  • Add better top-level documentation for YelpAPI.
  • To avoid wasting API calls on obviously invalid requests, consistently check for parameters required for requests to succeed.

2.2.1 (2018-01-28)

  • Fix a few minor inconsistencies in the code.

2.2.0 (2018-01-28)

  • Revised to remove token/secret access and instead use API keys. Yelp will move to API keys only in March 2018. (courtesy @tamos)
  • An API key is now needed to instantiate a YelpAPI object. (courtesy @tamos)
  • Added support for 3 new endpoints:
  • business_match_query no longer assumes the country is the U.S. if the country code is missing.

2.1.0 (2017-10-19)

2.0.1 (2017-02-27)

  • Remove reliance on ez_setup.py.
  • Add setup.cfg to instruct the build process to build universal wheels.

2.0 (2017-02-27)

1.4 (2016-05-10)

  • Use HTTPS for all API calls.
  • Use new string formatter.
  • Remove YelpError since the business API now returns a JSON error when given a bad business ID.

1.3 (2015-05-22)

1.2 (2013-10-08)

  • yelpapi is now fully Python 3+ compliant.

1.1 (2013-10-04)

1.0 (2013-10-03)

  • Initial release.