danielgtaylor / aglio

An API Blueprint renderer with theme support that outputs static HTML
4.75k stars 480 forks source link

Support "try it out" requests to the server #339

Open dgileadi opened 6 years ago

dgileadi commented 6 years ago

A company project needed support for "try it out" functionality, where you can enter values into form fields, press a button to send the request to the server and display the response. The changes have now been open-sourced, and here they are.

This functionality doesn't appear by default, but can be enabled with the forms option.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+3.3%) to 61.55% when pulling 610d68b886046a1d2fd6f10d32825dee32c60d4d on dgileadi:olio-theme into c52a482e5392849de12ce1cf43245ad66da44745 on danielgtaylor:olio-theme.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+3.3%) to 61.55% when pulling 610d68b886046a1d2fd6f10d32825dee32c60d4d on dgileadi:olio-theme into c52a482e5392849de12ce1cf43245ad66da44745 on danielgtaylor:olio-theme.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+3.3%) to 61.55% when pulling 610d68b886046a1d2fd6f10d32825dee32c60d4d on dgileadi:olio-theme into c52a482e5392849de12ce1cf43245ad66da44745 on danielgtaylor:olio-theme.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+3.3%) to 61.55% when pulling 610d68b886046a1d2fd6f10d32825dee32c60d4d on dgileadi:olio-theme into c52a482e5392849de12ce1cf43245ad66da44745 on danielgtaylor:olio-theme.

sashahilton00 commented 6 years ago

@danielgtaylor is there any news on this PR? Would be a great feature to have