Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 51 - 60 of 248 for interactive (0.07 seconds)

  1. docs/ja/docs/index.md

    `fastapi dev` サーバーは自動でリロードされるはずです。
    
    ### 自動対話型 API ドキュメントのアップグレード { #interactive-api-docs-upgrade }
    
    次に、[http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs) にアクセスします。
    
    * 自動対話型 API ドキュメントは新しいボディも含めて自動でアップデートされます。
    
    ![Swagger UI](https://fastapi.tiangolo.com/img/index/index-03-swagger-02.png)
    
    * 「Try it out」ボタンをクリックします。パラメータを入力して API と直接やりとりできます。
    
    ![Swagger UI interaction](https://fastapi.tiangolo.com/img/index/index-04-swagger-03.png)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 25.6K bytes
    - Click Count (0)
  2. compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

                if (runningOnCI) {
                    slf4jLogger.info(
                            "Making this build non-interactive, because the environment variable CI equals \"true\"."
                                    + " Disable this detection by removing that variable or adding --force-interactive.");
                    request.setInteractiveMode(false);
                }
            }
        }
    
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Mon Oct 27 13:24:03 GMT 2025
    - 78.1K bytes
    - Click Count (0)
  3. docs/ko/docs/tutorial/first-steps.md

    ### 확인하기 { #check-it }
    
    브라우저로 [http://127.0.0.1:8000](http://127.0.0.1:8000)를 여세요.
    
    아래와 같은 JSON 응답을 볼 수 있습니다:
    
    ```JSON
    {"message": "Hello World"}
    ```
    
    ### 대화형 API 문서 { #interactive-api-docs }
    
    이제 [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)로 가봅니다.
    
    자동 대화형 API 문서를 볼 수 있습니다 ([Swagger UI](https://github.com/swagger-api/swagger-ui) 제공):
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 15K bytes
    - Click Count (0)
  4. docs/uk/docs/tutorial/first-steps.md

    Відкрийте браузер за адресою [http://127.0.0.1:8000](http://127.0.0.1:8000).
    
    Ви побачите JSON-відповідь:
    
    ```JSON
    {"message": "Hello World"}
    ```
    
    ### Інтерактивна API документація { #interactive-api-docs }
    
    Тепер перейдіть сюди [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs).
    
    Ви побачите автоматичну інтерактивну API документацію (надається [Swagger UI](https://github.com/swagger-api/swagger-ui)):
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 18.7K bytes
    - Click Count (0)
  5. docs/de/docs/tutorial/first-steps.md

    ```JSON
    {"message": "Hello World"}
    ```
    
    ### Interaktive API-Dokumentation { #interactive-api-docs }
    
    Gehen Sie als Nächstes auf [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs).
    
    Sie werden die automatisch erzeugte, interaktive API-Dokumentation sehen (bereitgestellt durch [Swagger UI](https://github.com/swagger-api/swagger-ui)):
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 14.9K bytes
    - Click Count (0)
  6. docs/tr/docs/tutorial/first-steps.md

    Tarayıcınızı açıp [http://127.0.0.1:8000](http://127.0.0.1:8000) adresine gidin.
    
    Şu şekilde bir JSON response göreceksiniz:
    
    ```JSON
    {"message": "Hello World"}
    ```
    
    ### Etkileşimli API Dokümantasyonu { #interactive-api-docs }
    
    Şimdi [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs) adresine gidin.
    
    Otomatik etkileşimli API dokümantasyonunu ([Swagger UI](https://github.com/swagger-api/swagger-ui) tarafından sağlanan) göreceksiniz:
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 14.4K bytes
    - Click Count (0)
  7. docs/en/docs/tutorial/response-model.md

    When you see the automatic docs, you can check that the input model and output model will both have their own JSON Schema:
    
    <img src="/img/tutorial/response-model/image01.png">
    
    And both models will be used for the interactive API documentation:
    
    <img src="/img/tutorial/response-model/image02.png">
    
    ## Other Return Type Annotations { #other-return-type-annotations }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 15.5K bytes
    - Click Count (0)
  8. docs/ru/docs/tutorial/first-steps.md

    Откройте браузер по адресу: [http://127.0.0.1:8000](http://127.0.0.1:8000).
    
    Вы увидите JSON-ответ вида:
    
    ```JSON
    {"message": "Hello World"}
    ```
    
    ### Интерактивная документация API { #interactive-api-docs }
    
    Теперь перейдите по адресу: [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 18.7K bytes
    - Click Count (0)
  9. docs/zh-hant/docs/tutorial/first-steps.md

    ```
    
    那列顯示了你的應用程式正在本地端機器上運行的 URL。
    
    ### 查看它 { #check-it }
    
    在瀏覽器中打開 [http://127.0.0.1:8000](http://127.0.0.1:8000)。
    
    你將看到如下的 JSON 回應:
    
    ```JSON
    {"message": "Hello World"}
    ```
    
    ### 互動式 API 文件 { #interactive-api-docs }
    
    現在,前往 [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)。
    
    你將看到自動的互動式 API 文件(由 [Swagger UI](https://github.com/swagger-api/swagger-ui) 提供):
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 13.3K bytes
    - Click Count (0)
  10. src/main/java/jcifs/http/NtlmHttpURLConnection.java

                            user = auth.getUserName();
                            password = new String(auth.getPassword());
                        } catch (final Exception ex) {
                            log.debug("Interactive authentication failed", ex);
                        }
                    }
                    final Type2Message type2 = (Type2Message) message;
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 25.6K bytes
    - Click Count (0)
Back to Top