Very needful information thank you very much..chinna i have a problem my port 8081 is already use in bind how to kill 8081 in the background am unable to find where i have used only 8082 is working for my work
hi sir , please can u write the example of this and call the Devices type in the Get method #%RAML 1.0 title: My API With Types types: Phone: type: object properties: manufacturer: type: string numberOfSIMCards: type: number Notebook: type: object properties: manufacturer: type: string numberOfUSBPorts: type: number Devices: type: ( Phone | Notebook )[]
Please join my telegram group for assistance - t.me/joinchat/uOTeetpjJ9VlOTY9
Very needful information thank you very much..chinna i have a problem my port 8081 is already use in bind how to kill 8081 in the background am unable to find where i have used only 8082 is working for my work
Hi Chinna, your videos are really very helpful and knowledgeable...
Thank you.
Hi Chinna sir. All the videos are very helpful, But some videos display isn't clarity well.
If any route throws an error then what would be the output??
Bro, pls upload the remaining content, I have been waiting for them from a long time
Hi Rajhiv,
Sure thing. I will make and upload more videos ASAP. Thank you.
hi sir , please can u write the example of this and call the Devices type in the Get method
#%RAML 1.0
title: My API With Types
types:
Phone:
type: object
properties:
manufacturer:
type: string
numberOfSIMCards:
type: number
Notebook:
type: object
properties:
manufacturer:
type: string
numberOfUSBPorts:
type: number
Devices:
type: ( Phone | Notebook )[]