Added manual page to REST Mock #267

Merged
bema merged 10 commits from bema/func/rest_mock_man into master 2023-11-15 13:46:37 +01:00
Showing only changes of commit 75689780bd - Show all commits

View File

@@ -24,8 +24,7 @@ import ElementDescription from './ElementDescription.vue';
<li>History of connections to generated endpoint with ability to look into request method, headers and body</li> <li>History of connections to generated endpoint with ability to look into request method, headers and body</li>
</ul> </ul>
<h2 class="text-2xl font-bold mt-4 mb-2">GUI elements</h2> <h2 class="text-2xl font-bold mt-4 mb-2">GUI elements</h2>
<p>This section describe how certain elements of the application work:</p>
<h3 class="text-lg font-medium mt-2"></h3>
<ElementDescription name="URL field">This field contains autogenerated URL for your REST Mock. All links are removed every 24h.</ElementDescription> <ElementDescription name="URL field">This field contains autogenerated URL for your REST Mock. All links are removed every 24h.</ElementDescription>
<ElementDescription name="'Save' button">Applies every change made on this page and saves it between sessions.</ElementDescription> <ElementDescription name="'Save' button">Applies every change made on this page and saves it between sessions.</ElementDescription>
<ElementDescription name="Response Content Type field">Its just convenient way to set "Content-Type" header in the response.</ElementDescription> <ElementDescription name="Response Content Type field">Its just convenient way to set "Content-Type" header in the response.</ElementDescription>