api-notebook
api-notebook copied to clipboard
Interactive API notebook
MuleSoft's standard deployment is on AWS. We have a capistrano deploy task written for AWS, but need to spend time to build and test an instance.
In the cell menu, we shouldn't display "move up" for the first cell, since there's no way to move it up, and the same with "move down" for the last...
The API Client chooser is getting quite long and will only get longer as APIhub adds more RAML files. We should fix the header to the top of the modal...
We display a spinner in a cell when it is executing. This can overlap with the text in the cell if it's long enough. Is there a better place for...
For the RAML file on the api-notebook-site, we're using the temporary version of the mocking service (http://ec2-23-22-120-96.compute-1.amazonaws.com:8080/). We should switch to the production version (I'm not sure what that URL...
When the text cell is clicked, we should focus the markdown directly where the display was clicked.
Expose an `app.require` to require any file from the browserify compiled build. This will keep things modular in the future to avoid buggy exposing behaviour currently done. With a full...
Need a user configuration menu that can be persisted in localStorage. Will have things like hiding advanced properties from display, debug mode, etc. When a proper plugin architecture is implemented...