Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 21 of 21 for usesService (0.28 seconds)

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

    이렇게 하면 클라이언트 코드에서 항목들이 올바르게 정렬되고 그룹화됩니다:
    
    <img src="/img/tutorial/generate-clients/image06.png">
    
    이 경우 다음이 있습니다:
    
    * `ItemsService`
    * `UsersService`
    
    ### 클라이언트 메서드 이름 { #client-method-names }
    
    현재 `createItemItemsPost` 같은 생성된 메서드 이름은 그다지 깔끔하지 않습니다:
    
    ```TypeScript
    ItemsService.createItemItemsPost({name: "Plumbus", price: 5})
    ```
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 11K bytes
    - Click Count (0)
Back to Top