Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun getMethod(): HttpMethod
Link copied to clipboard
open override fun getPath(): String
Link copied to clipboard
open override fun getPort(): Int
Link copied to clipboard
open override fun getRequiredAuthRole(): AuthRole
Link copied to clipboard
open override fun parseError(json: String): ErrorResponse
Link copied to clipboard
open override fun parseRequest(json: String): UpdateCategoryRequest
Link copied to clipboard
open override fun parseResponse(json: String): UpdateCategoryResponse
Link copied to clipboard
abstract fun updateCategory(restaurantId: String, menuId: String, categoryId: String, request: UpdateCategoryRequest): Promise<E>