You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divstyle="color:#888"> This section is not a part of RapiDoc generated doc. It is created using HTML/JS to demonstrate how to programatically apply security keys</div>
39
+
<h3>Programmatically Applying Security and Setting a API Server</h3>
40
+
<divstyle="color:#777">
41
+
*This section is not RapiDoc generated. It is user injected HTML/JS into a <spanstyle="font-family:'Roboto Mono'"> <slot></span> element to demonstrate how to programatically apply security keys
42
+
</div>
40
43
41
44
<divstyle="margin-top:16px">
42
45
RapiDoc provides you with two helper methods which you can use to supply security keys programatically.
Below form is used for programmatically setting the API server
102
+
</div>
103
+
<table>
104
+
<tr>
105
+
<td> API Server Url</td>
106
+
<td>
107
+
<inputclass='size txt' id='server-url' value="https://reqres.in/api/" type='text' placeholder='A Valid server url thats defined in this spec' spellcheck='false' style="width:290px">
108
+
</td>
109
+
<tdcolspan="2"><buttonclass='size btn' style="width:110px" onclick='setApiServer(event)'>Set API Server</button></td>
0 commit comments