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

API spec improvements, API handler improvements #3368

Merged
merged 1 commit into from
Feb 27, 2018

Commits on Feb 23, 2018

  1. API spec improvements, API handler improvements

    This changes the base-path to be / instead of /api so that in the future
    other APIs that return files and do not redirect you to a new address
    (e.g., see jupyter#2413).
    
    This also improves the way that the api spec handler responds to a
    request, by actually displaying the spec with the appropriate
    content-type header (text/x-yaml) instead of triggering a download with
    the StaticFileHandler's default application/octet-stream mimetype.
    mpacer committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    5fd7d52 View commit details
    Browse the repository at this point in the history