apiblueprint - How can I hit a local dev server from UI generated by apiary command line tool -


i using apiary preview --server watch file while editing , have ui generated.

i hit local dev server in "try" section of ui, when hit "call resource", request made post https://jsapi.apiary.io/apis/null/http-transactions/.

host set http://localhost:3050 , i'm expecting hit endpoint.

how can change this?

$ apiary version 0.5.2

enter image description here

currently, console calls routed via apiary.io servers work around cors limitations.

if published, can work around limitation exposing local port using service such ngrok.

there testing of version of console make calls api directly , utilise browser plugin if needed around cors limitations. should able utilise them soon.


Comments

Popular posts from this blog

many to many - Django Rest Framework ManyToMany filter multiple values -

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -