Refer to the exhibit.
How many private flows does APIkit generate from the RAML specification?
Refer to the exhibit.
How many private flows does APIkit generate from the RAML specification?
APIkit generates one private flow for each method defined in the RAML specification. In the provided RAML specification, there are three methods: a GET on /rentals, a GET on /customers, and a POST on /customers. Therefore, APIkit will generate three private flows.
C is correct
C is correct
Correct is C.
C is Correct Answer. APIKit generate the flow equal to number of method calls. Here total method is 3 So, C is correct answer
C is correct
C is correct
C is correct