From 089ca6f98f2ddbbabfcbf4d6ec7ae8dfdbbe76d7 Mon Sep 17 00:00:00 2001 From: Alex Kup <116945542+Lifailon@users.noreply.github.com> Date: Thu, 11 Jan 2024 21:57:48 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8eb712..2302f5a 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/lifailon/PS-Commands) ![GitHub Repo stars](https://img.shields.io/github/stars/Lifailon/PS-Commands) -Статья на Habr: [PowerShell и его возможности в уходящем году])https://habr.com/ru/articles/782592/) -[RSS лента публикаций](Invoke-RestMethod https://habr.com/ru/rss/users/Lifailon/publications/articles/?fl=ru) +Статья на Habr: [PowerShell и его возможности в уходящем году](https://habr.com/ru/articles/782592/) - [Help](#help) - [Object](#object) @@ -2565,6 +2564,8 @@ CopyQueue Length - длина репликационной очереди коп # REST API +`$url = "https://habr.com/ru/rss/users/Lifailon/publications/articles/?fl=ru"` RSS лента публикаций на Habr \ +`Invoke-RestMethod $url` \ `$iwr = Invoke-WebRequest -Uri $url` \ `$iwr | Get-Member` \ `$iwr.Content` \