MCD-LEVEL-1 · Question #128
What is the purpose of the api:router element in APIkit?
The correct answer is C. Validates requests against RAML API specifications and routes them to API implementations. The APIkit Router is a key message processor that validates requests against the provided definition, enriches messages (for example by adding default values to the messages) and routes requests to a particular flow. Also, the Router raises errors messages if errors occurs…
Question
What is the purpose of the api:router element in APIkit?
Options
- ACreates native connectors using a 3rd party Java library
- BServes as an API implementation
- CValidates requests against RAML API specifications and routes them to API implementations
- DValidates responses returned from API requests and routes them back to the caller
How the community answered
(22 responses)- A5% (1)
- C91% (20)
- D5% (1)
Explanation
The APIkit Router is a key message processor that validates requests against the provided definition, enriches messages (for example by adding default values to the messages) and routes requests to a particular flow. Also, the Router raises errors messages if errors occurs while routing, validating or processing the user request.
Topics
Community Discussion
No community discussion yet for this question.