api-notebook
api-notebook copied to clipboard
Interactive API notebook
When importing a script into the editor, we should run some processing on the raw text and attempt to provide documentation to the user based on JSDoc comments, etc.
Implement a singular `authenticate` function for generated RAML API clients.
A notebook, like https://apinotebook.apihub.com/help/api-guide, for global functions like `async`, `timeout`, etc
At the moment the application makes many assumptions and one buggy one is assuming every implementation of the api notebook will have a persistence layer. Since it's perfectly feasible to...
An option to write to Dropbox would be a useful alternative to GitHub. Users could load notebooks from a shared folder and write them back to a shared folder (for...
We can easily detect background colors, text color, link colors, etc. and set them inside the iframe.
The state modules need refactoring to something more understandable, especially config.
The embed script is keeping a lot of unneeded references in the config object.
A simple switch to edit source mode should not remove all the execution history from the notebook.
It could/would be handy to have a `log` function that can inject an inspector somewhere in the notebook.