Type alias RestApiQueryType

RestApiQueryType: {
    baseUri?: string;
    method?: "GET" | "POST" | "PUT";
    path: string;
    specificationUri: string;
}

Type declaration

  • Optional baseUri?: string
  • Optional method?: "GET" | "POST" | "PUT"
  • path: string
  • specificationUri: string

Generated using TypeDoc