Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for npx (0.06 sec)

  1. docs/en/docs/advanced/generate-clients.md

    ### Hey API { #hey-api }
    
    Once we have a FastAPI app with the models, we can use Hey API to generate a TypeScript client. The fastest way to do that is via npx.
    
    ```sh
    npx @hey-api/openapi-ts -i http://localhost:8000/openapi.json -o src/client
    ```
    
    This will generate a TypeScript SDK in `./src/client`.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 10.1K bytes
    - Viewed (1)
  2. docs/ru/docs/advanced/generate-clients.md

    ### Hey API { #hey-api }
    
    Как только у нас есть приложение FastAPI с моделями, мы можем использовать Hey API для генерации TypeScript‑клиента. Самый быстрый способ сделать это — через npx.
    
    ```sh
    npx @hey-api/openapi-ts -i http://localhost:8000/openapi.json -o src/client
    ```
    
    Это сгенерирует TypeScript SDK в `./src/client`.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 15.9K bytes
    - Viewed (0)
  3. docs/es/docs/advanced/generate-clients.md

    ### Hey API { #hey-api }
    
    Una vez que tenemos una app de FastAPI con los modelos, podemos usar Hey API para generar un cliente de TypeScript. La forma más rápida de hacerlo es con npx.
    
    ```sh
    npx @hey-api/openapi-ts -i http://localhost:8000/openapi.json -o src/client
    ```
    
    Esto generará un SDK de TypeScript en `./src/client`.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  4. docs/de/docs/advanced/generate-clients.md

    ### Hey API { #hey-api }
    
    Sobald wir eine FastAPI-App mit den Modellen haben, können wir Hey API verwenden, um einen TypeScript-Client zu generieren. Der schnellste Weg das zu tun, ist über npx.
    
    ```sh
    npx @hey-api/openapi-ts -i http://localhost:8000/openapi.json -o src/client
    ```
    
    Dies generiert ein TypeScript-SDK in `./src/client`.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 11.7K bytes
    - Viewed (0)
  5. docs/pt/docs/advanced/generate-clients.md

    ### Hey API { #hey-api }
    
    Depois que tivermos uma aplicação FastAPI com os modelos, podemos usar o Hey API para gerar um cliente TypeScript. A forma mais rápida é via npx.
    
    ```sh
    npx @hey-api/openapi-ts -i http://localhost:8000/openapi.json -o src/client
    ```
    
    Isso gerará um SDK TypeScript em `./src/client`.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 10.9K bytes
    - Viewed (0)
  6. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

           <magic priority="50">
             <match value="0x45502A00" type="string" offset="0"/>
           </magic>
      </mime-type>
    
      <mime-type type="image/vnd.net-fpx">
        <glob pattern="*.npx"/>
      </mime-type>
      <mime-type type="image/vnd.radiance"/>
      <mime-type type="image/vnd.sealed.png"/>
      <mime-type type="image/vnd.sealedmedia.softseal.gif"/>
      <mime-type type="image/vnd.sealedmedia.softseal.jpg"/>
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Oct 16 07:46:32 UTC 2025
    - 320.2K bytes
    - Viewed (5)
Back to top