swaggerのonline editorから エントリーPathとMethodを抜き出すスクリプト


$(".opblock-summary").each(function(elm){
    console.log($(this).find(".nostyle").text() + "[" + $(this).find(".opblock-summary-method").text() + "]");
})