munchies
Toggle table of contents
js
Target filter
js
Switch theme
Search in API
Skip to content
munchies
restaurant-shared
/
com.munchies.restaurant.infrastructure.adapter.inbound
/
JsDeleteCategoryAPI
Js
Delete
Category
API
js
abstract
class
JsDeleteCategoryAPI
<
E
:
WebResponse
<
Any
>
>
:
SimpleAPI
<
Nothing
,
DeleteCategoryResponse
>
Members
Constructors
Js
Delete
Category
API
Link copied to clipboard
js
constructor
(
)
Functions
delete
Category
Link copied to clipboard
js
abstract
fun
deleteCategory
(
restaurantId
:
String
,
menuId
:
String
,
categoryId
:
String
)
:
Promise
<
E
>
get
Method
Link copied to clipboard
js
open
override
fun
getMethod
(
)
:
HttpMethod
get
Path
Link copied to clipboard
js
open
override
fun
getPath
(
)
:
String
get
Port
Link copied to clipboard
js
open
override
fun
getPort
(
)
:
Int
get
Required
Auth
Role
Link copied to clipboard
js
open
override
fun
getRequiredAuthRole
(
)
:
AuthRole
parse
Error
Link copied to clipboard
js
open
override
fun
parseError
(
json
:
String
)
:
ErrorResponse
parse
Request
Link copied to clipboard
js
open
override
fun
parseRequest
(
json
:
String
)
:
Nothing
parse
Response
Link copied to clipboard
js
open
override
fun
parseResponse
(
json
:
String
)
:
DeleteCategoryResponse