Single stop destination to learn RAML, Thanks a lot...
@deepeshdubey25724 жыл бұрын
Highly recommended series for any mulesy ..all topic in details..
@muletechnologyacademy-zero56254 жыл бұрын
Thanks
@richaprakash3807 Жыл бұрын
wow very interesting video on Raml
@theblacklogan_722 жыл бұрын
Hi J.Bafna, firstly I would appreciate your hard work for learners. I have a question, I want to pass the request body either in object or in Array.. it should accept both.. how can we define datatype for this scenario?
@anuragsharma_techie4 жыл бұрын
Hello @jitendra I need to create a POST method.This post method needs to accept an xml payload along with a PDF attachment. What to do in raml for this? Thanks
@vasilikiphant3 жыл бұрын
I am having the same issue ! Please if anyone can help!!!
@NavamiTravels3 жыл бұрын
@@vasilikiphant did u find the answer?
@dvkumar50464 жыл бұрын
Hi bro, please do a video on advanced concepts on Raml. Thanks
@muletechnologyacademy-zero56254 жыл бұрын
This is all advanced concepts starting from basic
@dvkumar50464 жыл бұрын
@@muletechnologyacademy-zero5625 Thanks bro
@vasm5103 жыл бұрын
Hi Bro, I have used Libraries instead of Datatypes as you said in the video. And, called the endpoints using resourceTypes & . But, during mocking instead of actual Input/output, I see resourceType.InputData && resourceType.OutputData... Could you please let me know where went wrong? Thanks Vas
@Myself-c4h2 жыл бұрын
Hello, First i want you to say tank you , My question is how you delete red under line ( the error sign ) ?
@muletechnologyacademy-zero56252 жыл бұрын
This generally goes automatically if your syntax is correct.
@ChallaRavi4 жыл бұрын
Could you please elaborate more on below mentioned point: You didn't place [errorResponse] Under 200 status code but you have placed very next of get method. . syntax wise it is wrong but it is working. How? get: is: [errorResponse] description: Fetch all customers responses: 200: body: application/json: type: custType.CustomerType[]