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

API Notebook, accessing resource with special characters

Open aditya993 opened this issue 6 years ago • 0 comments

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 " API.createClient(‘client’, ‘https://mocksvc.mulesoft.com/mocks/433594cc-f8f6-4210-a666/v1/client-question-file/thn-number-filter’); adhc= client.post();

"

and

" API.createClient(‘client’, ‘6685074d-b1e6-4cfa-b8ea-22a038aa6e1a’, ‘client-question-file’, ‘1.0.0’, ‘thn-number-filter’); adhc= client.post();

getting errors in both the approach. please help

aditya993 avatar Apr 17 '18 19:04 aditya993