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

Unified API Browser when using modular server #391

Merged
merged 1 commit into from
Mar 25, 2023

Commits on Mar 25, 2023

  1. Unified API Browser when using modular server

    The expected behavior is that when using the modular way, the API
    Browser merges in one, instead of having one API Browser for each.
    
    Now, the server is aware of the `SERVER_NAME` Flask configuration,
    it is being used by API Browser to request the correct server,
    besides that, the API Browser is able to call servers in different
    domains. For that configuration, the `JSONRPCSite` generates the
    `path` and `base_url` variables from `SERVER_NAME`, `APPLICATION_ROOT`,
    and `PREFERRED_URL_SCHEME`.
    
    It is the first step to providing a Browse Schema to improve
    documentation and examples from API (JSON-RPC methods).
    
    Resolves: #388
    See: #378, #377, #376, #374, #373, and #370
    nycholas committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    07691c0 View commit details
    Browse the repository at this point in the history