Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for telah (0.01 sec)

  1. docs/id/docs/index.md

    Anda akan melihat respon JSON berikut:
    
    ```JSON
    {"item_id": 5, "q": "somequery"}
    ```
    
    Anda telah membuat API:
    
    * Menerima permintaan HTTP di _path_ `/` dan `/items/{item_id}`.
    * Kedua _paths_ menerima operasi `GET` (juga disebut _metode_ HTTP).
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 20.5K bytes
    - Viewed (0)
  2. docs/pt/docs/index.md

    ![Swagger UI interaction](https://fastapi.tiangolo.com/img/index/index-04-swagger-03.png)
    
    * Então clique no botão "Execute", a interface do usuário irá se comunicar com a API, enviar os parâmetros, pegar os resultados e mostrá-los na tela:
    
    ![Swagger UI interaction](https://fastapi.tiangolo.com/img/index/index-05-swagger-04.png)
    
    ### Evoluindo a Documentação Alternativa da API
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 21.6K bytes
    - Viewed (0)
Back to top