What of the below is not a feature of API Notebooks?
A.
API documentation
B.
Creates a client for an API
C.
Creates a mock service for an API
D.
Perform authenticated live calls on a real server
The Answer Is:
C
This question includes an explanation.
Explanation:
Correct answer is Creates a mock service for an API
API Notebook is an open source, shareable web application for API documentation, interactive API tutorial and example generatation, and a client for your API endpoints. Using API Notebook, you can make requests and quickly transform the responses into readable format. However it cannot be used to mock service for an API.