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

Hi I am new to api notebook. trying to access resource name with ‘-’ in it. what is the way for it. url = https://mocksvc.mulesoft.com/mocks/433594cc-f8f6-4210-a666/v1/client-question-file/thn-number-filter i tried as shown below...

Hi, guys. I observe three valid scenarios of basic authorizations. Two of them fail while the remaining works fine. Scenario 1 Action 1. Call `API.authenticate(client,"basic")`. Reaction 1. `TypeError: Cannot read...

bug
major

Hi, OAuth 2.0 fails for Smartsheet. The error message is: ``` Error: The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once,...

bug
major

As mentioned [on the forum](http://forums.raml.org/t/api-notebook-resources-with-json-extension/1799), I tried to use API Notebooks with our TransportAPI RAML, but hit a problem with the .json extensions in our resource names * [TransportAPI RAML](https://transportapi.com/v3/raml/transportapi.raml)...

API Notebook only seems to support RAML 0.8. Attempting to use a RAML 1.0 file prompts the error message: `Unsupported RAML version: '#%RAML 1.0'` Apologies if this is more of...

When running the last item: ``` // The song's details will be in the response body. songs.songs.songId('3').get(); ``` When executing "Let's access a particular song:" I get a 404 error:...

I am trying to generate documentation for a hyphenated url /portal/icd-codes but I am not able to access the route "client.portal.icd-codes" from api notebook. Error: ReferenceError: code is not defined...

Packaging an application instance for Chrome would be insanely useful and allow us even more powerful integration with the OS.

enhancement
new feature