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
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
Post a Comment