Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Client-Id #330

Merged
merged 6 commits into from
Jul 13, 2016
Merged

Add Client-Id #330

merged 6 commits into from
Jul 13, 2016

Commits on Jul 13, 2016

  1. Update flake8 and plugin

    ingwinlu committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    7eea2e4 View commit details
    Browse the repository at this point in the history
  2. Fix spelling in comments

    ingwinlu committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    6ee35f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6265db View commit details
    Browse the repository at this point in the history
  4. Add default CLIENT_ID to queries

    Supplement the header dict with a default CLIENT_ID if necessary.
    ingwinlu committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    2b57f1d View commit details
    Browse the repository at this point in the history
  5. Rename _url variables to be more descriptive

    * _api_baseurl to _kraken_baseurl
    * _hidden_api_baseurl to _hidden_baseurl
    ingwinlu committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    10ca38b View commit details
    Browse the repository at this point in the history
  6. Update tests

    * legacy videos were no longer available, skipping tests now
    * TestApiV3Root/test_root now returns u'identified' as we supply a
      Client-Id
    * TestApiV3Games queries now return 'popularity'
    * TestApiV3Videos changed test_video to 'v77655920' as the old one
      was no longer around
    ingwinlu committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    e822833 View commit details
    Browse the repository at this point in the history