diff --git a/Getting-Started.md b/Getting-Started.md index f47abe7..591ac87 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -2,6 +2,8 @@ After [[Installation]], launch Roster from the application menu or run `roster` (Flatpak: `flatpak run cz.bugsy.roster`). +![Roster main window](main.png) + ## Sending a Request 1. The app opens with a new request tab diff --git a/History.md b/History.md index 75680ac..8d63d09 100644 --- a/History.md +++ b/History.md @@ -6,6 +6,8 @@ Every request you send is automatically saved to history and persists across ses History appears in the **bottom panel** of the main window. Each entry shows method, URL, status code, timestamp, and response time, sorted newest first. +![History panel](history.png) + Click any entry to open it in a new tab — you can modify and resend it. ## Storage diff --git a/Import.md b/Import.md index 743a765..03eb9ff 100644 --- a/Import.md +++ b/Import.md @@ -29,6 +29,8 @@ Imports all defined operations as SOAP requests, including: ### OpenAPI / Swagger +![Import from OpenAPI dialog](load_openapi.png) + 1. Click the **Import** button (papyrus icon) in the sidebar toolbar 2. Select **"Import from OpenAPI / Swagger"** 3. Enter the **Spec URL** of the OpenAPI/Swagger definition (must start with `http://` or `https://`) diff --git a/Variables.md b/Variables.md index c84266b..1964a10 100644 --- a/Variables.md +++ b/Variables.md @@ -15,6 +15,8 @@ Authorization: Bearer {{api_token}} Open via **⋯ → Manage Environments** next to the project name in the sidebar. +![Manage Environments dialog](variables.png) + - **Add environment:** click **+** next to the environment list - **Add variable:** click **+** at the bottom of the variable list - **Delete:** click **×** on the variable row or environment header diff --git a/history.png b/history.png new file mode 100644 index 0000000..18ea1b3 Binary files /dev/null and b/history.png differ diff --git a/load_openapi.png b/load_openapi.png new file mode 100644 index 0000000..00aa72e Binary files /dev/null and b/load_openapi.png differ diff --git a/main.png b/main.png new file mode 100644 index 0000000..2d10e3c Binary files /dev/null and b/main.png differ diff --git a/variables.png b/variables.png new file mode 100644 index 0000000..54a9618 Binary files /dev/null and b/variables.png differ