Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 0d941c5e

Přidáno uživatelem Jakub Šmíd před asi 2 roky(ů)

Configuration files for kubernetes and swagger

re #9333

Zobrazit rozdíly:

frontend/src/swagger/CatalogItems.ts
13 13
import { ContentType, HttpClient, RequestParams } from "./http-client";
14 14

  
15 15
export class CatalogItems<SecurityDataType = unknown> extends HttpClient<SecurityDataType> {
16
  /**
17
   * No description
18
   *
19
   * @tags catalog-controller
20
   * @name GetCatalogItem
21
   * @summary returns catalog item with given ID
22
   * @request GET:/catalog-items/{id}
23
   */
24
  getCatalogItem = (id: string, params: RequestParams = {}) =>
25
    this.request<CatalogItemDto, any>({
26
      path: `/catalog-items/${id}`,
27
      method: "GET",
28
      format: "json",
29
      ...params,
30
    });
16 31
  /**
17 32
   * No description
18 33
   *

Také k dispozici: Unified diff