Skip to content

Commit

Permalink
Добавлено: postman
Browse files Browse the repository at this point in the history
  • Loading branch information
feyte11 committed Feb 12, 2024
1 parent 4058094 commit 8db549a
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _data/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export const docs = [
{ text: 'Opera', link: '/opera' },
{ text: 'Penpot Desktop', link: '/penpot-desktop' },
{ text: 'PortProton', link: '/port-proton' },
{ text: 'Postman', link: '/postman' },
{ text: 'qBittorrent', link: '/q-bittorrent' },
{ text: 'Р7-Офис', link: '/r7-office' },
{ text: 'Ресурсы', link: '/resources' },
Expand Down Expand Up @@ -269,15 +270,15 @@ export const reference = [
items: [
{ text: 'Внесение изменений', link: '/alteration' },
{ text: 'Возможности VitePress', link: '/vitepress' },
{ text: 'Общие правила', link: '/general-rules'}
{ text: 'Общие правила', link: '/general-rules' }
],
collapsed: false
},
{
text: 'Структура',
base: '/reference/structure/',
items: [
{ text: 'Страница приложения', link: '/app'}
{ text: 'Страница приложения', link: '/app' }
],
collapsed: false
}
Expand Down
37 changes: 37 additions & 0 deletions docs/apps/postman.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: Postman
appstreamFlatpak: com.getpostman.Postman
metainfo:
active: true
thumb:
src: /postman/com.getpostman.Postman.png
title: Postman
summary: Платформа для тестирования ваших собственных API
developer:
name: Postman Inc.
site:
url: https://www.postman.com/
anchor: postman.com
licence:
url: https://choosealicense.com/licenses/gpl-3.0/
anchor: CC0-1.0
proprietary: true
translate:
url:
anchor: hosted.weblate.org
flathub:
url: https://flathub.org/ru/apps/com.getpostman.Postman
---

# Postman

Postman — сервис для создания, тестирования, документирования, публикации и обслуживания API. Он позволяет создавать коллекции запросов к любому API, применять к ним разные окружения, настраивать мок-серверы, писать автотесты на JavaScript, анализировать и визуализировать результаты запросов.

## Установка с помощью Flatpak

При наличии пакета [Flatpak](/flatpak), можно установить **Postman** одной командой:

```shell
flatpak install flathub com.getpostman.Postman
```
<!--@include: ./parts/install/software-flatpak.md-->
Binary file added docs/public/postman/com.getpostman.Postman.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8db549a

Please sign in to comment.