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

feat(rest): remove support for HTTP redirect to an external API Explorer #6290

Closed
wants to merge 2 commits into from

Commits on Sep 7, 2020

  1. feat(rest): remove support for HTTP redirect to an external API Explorer

    BREAKING CHANGE: LoopBack no longer supports automatic redirect to an externally hosted
    API Explorer UI. Instead, we provide  an extension that implements a self-hosted API
    Explorer UI. See the following documentation page for instructions on
    setting up a self-hosted API Explorer:
    
    - https://loopback.io/doc/en/lb4/Self-hosted-rest-api-explorer.html
    
    By default, applications scaffolded using `lb4 app` are coming with a
    pre-configured API Explorer. If you have scaffolded your application
    with `@loopback/cli` version `1.2.0` (published in Nov 2018) or later,
    then no changes are necessary in your project.
    
    Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
    bajtos committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    9a028a2 View commit details
    Browse the repository at this point in the history
  2. feat(docs): explain dropping of support for external API Explorer

    Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
    bajtos committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    c942d9c View commit details
    Browse the repository at this point in the history