mikestowe / php-raml2html

A simple PHP library for publishing .RAML files as HTML API Documentation
62 stars 22 forks source link

allow to test direct in documentation the javascript code #10

Closed furesoft closed 8 years ago

furesoft commented 8 years ago

allow to test direct in documentation the javascript code

mikestowe commented 8 years ago

This is now available in the version_1.4 branch, although it doesn't yet support sending headers along with the calls (so right now limited to queryParams, body on open APIs)

mikestowe commented 8 years ago

Workaround for headers added, now you can manually add in your own headers :)