api-notebook icon indicating copy to clipboard operation
api-notebook copied to clipboard

Interactive API notebook

Results 100 api-notebook issues
Sort by recently updated
recently updated
newest added

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.

enhancement
new feature

Implement a singular `authenticate` function for generated RAML API clients.

enhancement
new feature

A notebook, like https://apinotebook.apihub.com/help/api-guide, for global functions like `async`, `timeout`, etc

enhancement

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...

enhancement

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...

enhancement
new feature

We can easily detect background colors, text color, link colors, etc. and set them inside the iframe.

enhancement

The state modules need refactoring to something more understandable, especially config.

enhancement
tech

The embed script is keeping a lot of unneeded references in the config object.

enhancement
tech

A simple switch to edit source mode should not remove all the execution history from the notebook.

enhancement

It could/would be handy to have a `log` function that can inject an inspector somewhere in the notebook.

enhancement
tech